[Webkit-unassigned] [Bug 135458] New: Fix resource leak in unclosed file descriptor handles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 31 05:37:19 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135458

           Summary: Fix resource leak in unclosed file descriptor handles
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.kuczynski at samsung.com
                CC: m.pakula at samsung.com, m.leszko at samsung.com


Leaving descriptor unclosed will cause the resources associated with the open
file description never be freed (they are freed on closing the last descriptor
referring to the underlying file).

-- 
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