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

David Kilzer (:ddkilzer)
Reported 2014-06-26 01:20:34 PDT
DFG::FunctionWhitelist::parseFunctionNamesInFile returns without calling fclose(f), so the file descriptor leaks.
Attachments
Patch v1 (1.44 KB, patch)
2014-06-26 01:22 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2014-06-26 01:20:46 PDT
David Kilzer (:ddkilzer)
Comment 2 2014-06-26 01:22:56 PDT
Created attachment 233892 [details] Patch v1
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2014-06-26 08:30:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.