Bug 1287971 - Disable sandboxing in Linux ASan builds. r=jhector

ASan itself can be accomodated under sandboxing, but LSan can't. Also fixes bug 1287437.
This commit is contained in:
Jed Davis 2016-07-22 08:50:00 -04:00
parent 3f8f83a0a1
commit a713ce246b

View File

@ -4515,8 +4515,9 @@ AC_SUBST(MOZ_NO_EV_CERTS)
dnl ========================================================
dnl = Sandboxing support
dnl ========================================================
if test -n "$MOZ_TSAN"; then
if test -n "$MOZ_TSAN" -o -n "$MOZ_ASAN"; then
# Bug 1182565: TSan conflicts with sandboxing on Linux.
# Bug 1287971: LSan also conflicts with sandboxing on Linux.
case $OS_TARGET in
Linux|Android)
MOZ_SANDBOX=