Bug 33641

Summary: Assertion failure in Lexer.cpp if input stream ends while in string escape
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed fix darin: review+

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.