Bug 152522

Summary: jsc CLI tool crashes on EOF.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-12-22 18:57:27 PST
There's a crash below SourceProvider::hash() if you press ctrl+d in the jsc CLI tool.
Comment 1 Andreas Kling 2015-12-22 18:58:38 PST
Created attachment 267822 [details]
Patch

Don't know how to test this. Passing a nil string to the ObjC API, or a NULL string to the C API both fail before getting this far.
Comment 2 WebKit Commit Bot 2015-12-23 18:17:28 PST
Comment on attachment 267822 [details]
Patch

Clearing flags on attachment: 267822

Committed r194409: <http://trac.webkit.org/changeset/194409>
Comment 3 WebKit Commit Bot 2015-12-23 18:17:32 PST
All reviewed patches have been landed.  Closing bug.