Bug 33641 - Assertion failure in Lexer.cpp if input stream ends while in string escape
Summary: Assertion failure in Lexer.cpp if input stream ends while in string escape
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 17:12 PST by Alexey Proskuryakov
Modified: 2010-01-13 17:37 PST (History)
0 users

See Also:


Attachments
proposed fix (3.62 KB, patch)
2010-01-13 17:24 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-01-13 17:12:38 PST
The following script triggers an assertion: '\

Seems harmless in release mode.
Comment 1 Alexey Proskuryakov 2010-01-13 17:24:34 PST
Created attachment 46529 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2010-01-13 17:37:18 PST
Committed revision 53224.