[Webkit-unassigned] [Bug 27494] Crash/Unexpected behavior if call ScriptSourceCode::source on a CachedScript
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 21 02:41:57 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27494
--- Comment #1 from Daniel Bates <dbates at berkeley.edu> 2009-07-21 02:41:57 PDT ---
You can reproducibly cause a crash by adding the following line above line 87
in ScriptController.cpp
(http://trac.webkit.org/browser/trunk/WebCore/bindings/js/ScriptController.cpp#L87):
printf("%s\n", sourceCode.source().ascii().data());
Then run layout test /http/tests/security/xssAuditor/base-href.html
--
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