Bug 19025
Summary: | SQUIRRELFISH: malformed syntax in onload handler causes crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron Zwarich (cpst) <zwarich> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ggaren, mjs, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Cameron Zwarich (cpst)
The following document causes SquirrelFish to crash:
<body onload="$#*@#(!_)"></body>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Hunt
M JavaScriptCore/ChangeLog
M JavaScriptCore/kjs/function_object.cpp
M LayoutTests/ChangeLog
A LayoutTests/fast/js/invalid-syntax-for-function-expected.txt
A LayoutTests/fast/js/invalid-syntax-for-function.html
Committed r33436