[Webkit-unassigned] [Bug 188568] [GTK][WPE] Implement subprocess sandboxing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 04:53:43 PDT 2018


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

--- Comment #94 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 351370
  --> https://bugs.webkit.org/attachment.cgi?id=351370
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351370&action=review

>> Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:181
>> +        char* proxySocketTemplate = g_build_filename(appRunDir, "dbus-proxy-XXXXXX", nullptr);
> 
> Can this filename already be wrapped in GUniquePtr<char> here?

Yes, better to declare it properly here than wrap it later at the last minute.

-- 
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/20181010/d8857f2e/attachment.html>


More information about the webkit-unassigned mailing list