[Webkit-unassigned] [Bug 135417] New: Fix resource leak of unclosed file descriptor. When open returns zero, fd handle leaks.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 30 07:04:29 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135417
Summary: Fix resource leak of unclosed file descriptor. When
open returns zero, fd handle leaks.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: p.kuczynski at samsung.com
CC: m.pakula at samsung.com, m.leszko at samsung.com
When open returns zero, fd handle leaks. Checking (fd > 0) needs to be replaced
with (fd != -1).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list