[Webkit-unassigned] [Bug 174270] New: NetworkProcess should close listening WebRTC sockets when being suspended

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 12:48:46 PDT 2017


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

            Bug ID: 174270
           Summary: NetworkProcess should close listening WebRTC sockets
                    when being suspended
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

As per https://developer.apple.com/library/content/technotes/tn2277/_index.html#//apple_ref/doc/uid/DTS40010841-CH1-SUBSECTION2, listening sockets should be closed when process is suspended.
Otherwise, there is a risk for spinning in physicalsocketserver: select will return with a listening socket that should be read but accept will fail as there is nothing to read.

-- 
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/20170707/f5fff923/attachment.html>


More information about the webkit-unassigned mailing list