[webkit-reviews] review requested: [Bug 117266] [WK2] Looping for EINTR on close() is incorrect for Linux, at least : [Attachment 204442] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 08:08:06 PDT 2013


Sergio Correia <sergio.correia at openbossa.org> has asked  for review:
Bug 117266: [WK2] Looping for EINTR on close() is incorrect for Linux, at least
https://bugs.webkit.org/show_bug.cgi?id=117266

Attachment 204442: Patch
https://bugs.webkit.org/attachment.cgi?id=204442&action=review

------- Additional Comments from Sergio Correia <sergio.correia at openbossa.org>
Added a UniStdExtras class with a wrapper around close(), to handle EINTR
correctly for Linux and use this new function in several call sites across WK2
code where we were looping for EINTR on close().)


More information about the webkit-reviews mailing list