[Webkit-unassigned] [Bug 188568] [GTK][WPE] Implement subprocess sandboxing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 07:03:20 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=188568
--- Comment #58 from Michael Catanzaro <mcatanzaro at igalia.com> ---
You have to get rid of the exit-time destructors somehow. This is one of my least-favorite things in C++. Tying the DBusProxy to the lifetime of the WebProcessPool seems like a good idea to me.
Well, almost. That leads to disaster (proxy running forever) if a WebProcessPool is ever leaked. I think the default WebProcessPool is actually leaked in this way, right? So maybe we can't do that.
--
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/20180919/813e83c6/attachment.html>
More information about the webkit-unassigned
mailing list