Bug 19025 - SQUIRRELFISH: malformed syntax in onload handler causes crash
Summary: SQUIRRELFISH: malformed syntax in onload handler causes crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-12 23:02 PDT by Cameron Zwarich (cpst)
Modified: 2008-05-14 00:26 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-05-12 23:02:10 PDT
The following document causes SquirrelFish to crash:

<body onload="$#*@#(!_)"></body>
Comment 1 Oliver Hunt 2008-05-14 00:26:31 PDT
	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