[Webkit-unassigned] [Bug 245784] REGRESSION(254232 at main): Causes process launching to use fork + exec instead of posix_spawn
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 30 08:06:14 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245784
--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Oh, and I think we can avoid reintroducing bug #221489 by just always setting CLOEXEC on the socket and relying on g_subprocess_launcher_take_fd() to unset it. (Except if the new WPE process launching API is used, in which case we can either not set CLOEXEC, or else change the API to deal with it.)
--
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/20220930/e712e08a/attachment.htm>
More information about the webkit-unassigned
mailing list