From: Michael R Sweet Date: Tue, 4 Dec 2018 15:03:48 +0000 (-0500) Subject: Don't use GuardMalloc on macOS now that we have AddressSanitizer. X-Git-Tag: v2.3b6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b3c060f89950760c8cba2776d8b0a33ce39c5b;p=thirdparty%2Fcups.git Don't use GuardMalloc on macOS now that we have AddressSanitizer. --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 42395dd7eb..dc4d3bff59 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -525,7 +525,8 @@ PassEnv DYLD_LIBRARY_PATH PassEnv LD_LIBRARY_PATH PassEnv LD_PRELOAD PassEnv LOCALEDIR -PassEnv SHLIB_PATH + +Sandboxing Off EOF if test $ssltype != 0 -a `uname` = Darwin; then