[Webkit-unassigned] [Bug 184106] New: Prevent potential uninitialized mach ports returned by mach_port_request_notification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 12:28:01 PDT 2018


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

            Bug ID: 184106
           Summary: Prevent potential uninitialized mach ports returned by
                    mach_port_request_notification
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

If mach_port_request_notification returns an error, the returned previous notification port may be uninitialized. We need to make sure we check error codes returned by this call, and make sure the returned port is always used safely.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180328/49f346fb/attachment.html>


More information about the webkit-unassigned mailing list