Sunday, September 20, 2015

BUG: Tiny URL crashes google Chrome browser

With this tiny URL http://a/%%30%30 you can crash Google Chrome.
Tested above link in Chrome latest version 45.
Interested why and how this happens, read more...
Tweeted

No comments:

Post a Comment

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...