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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 18:25:35 PDT 2018


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

--- Comment #23 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Michael Catanzaro from comment #21)
> (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')

Ah, that's a bad idea because now it gets injected into CMake tests... quite annoying, there's no good place to put the LD_PRELOAD. :/

-- 
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/9faceb7e/attachment.html>


More information about the webkit-unassigned mailing list