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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 17:57:56 PDT 2018


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

--- Comment #21 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Michael Catanzaro from comment #18)
> Best uncomment conditions.add('asan') in the jhbuildrc I gave you

It also needs an LD_PRELOAD when run under jhbuild, which the example config I gave you earlier today was missing:

os.environ['LD_PRELOAD'] = '/usr/lib64/libasan.so.5'
conditions.add('asan')

-- 
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/20180822/68bfd211/attachment.html>


More information about the webkit-unassigned mailing list