Bug 134343

Summary: DFG::FunctionWhitelist::parseFunctionNamesInFile does not close file
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: JavaScriptCoreAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, mhahnenberg, msaboff, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2014-06-26 01:20:34 PDT
DFG::FunctionWhitelist::parseFunctionNamesInFile returns without calling fclose(f), so the file descriptor leaks.
Comment 1 David Kilzer (:ddkilzer) 2014-06-26 01:20:46 PDT
<rdar://problem/17459487>
Comment 2 David Kilzer (:ddkilzer) 2014-06-26 01:22:56 PDT
Created attachment 233892 [details]
Patch v1
Comment 3 WebKit Commit Bot 2014-06-26 08:30:47 PDT
Comment on attachment 233892 [details]
Patch v1

Clearing flags on attachment: 233892

Committed r170480: <http://trac.webkit.org/changeset/170480>
Comment 4 WebKit Commit Bot 2014-06-26 08:30:51 PDT
All reviewed patches have been landed.  Closing bug.