[Webkit-unassigned] [Bug 117602] Going to google.com/trends causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 17 18:18:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117602





--- Comment #2 from Oliver Hunt <oliver at apple.com>  2013-06-17 18:17:04 PST ---
function g() { f() }
 function f() {  doStuff(); arguments = undefined;  }
 function doStuff() { throw {} }

 for (var i = 0; i < 100; i++) { try { g() } catch (e) {} }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list