Bug 159828

Summary: FunctionOverride's parseClause() needs to keep the CString instance in scope while its data is being used.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. none

Description Mark Lam 2016-07-15 13:52:43 PDT
Otherwise, we'll have a use after free.
Comment 1 Mark Lam 2016-07-15 13:56:43 PDT
Created attachment 283788 [details]
proposed patch.
Comment 2 WebKit Commit Bot 2016-07-15 14:17:51 PDT
Comment on attachment 283788 [details]
proposed patch.

Clearing flags on attachment: 283788

Committed r203299: <http://trac.webkit.org/changeset/203299>
Comment 3 WebKit Commit Bot 2016-07-15 14:17:55 PDT
All reviewed patches have been landed.  Closing bug.