[Webkit-unassigned] [Bug 211131] [WPE][GTK] Paths should be canonicalized before calling bwrap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 10:57:21 PST 2022


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

--- Comment #5 from Patrick Griffis <pgriffis at igalia.com> ---
Comment on attachment 452983
  --> https://bugs.webkit.org/attachment.cgi?id=452983
Patch

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

> Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:355
> +    if (!WTF::String(path).startsWith("/etc/"))

No point in making a new object. `g_str_has_prefix()` takes a `char*`.

-- 
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/20220223/7eab12fc/attachment.htm>


More information about the webkit-unassigned mailing list