]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't use GuardMalloc on macOS now that we have AddressSanitizer.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 4 Dec 2018 15:03:48 +0000 (10:03 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 4 Dec 2018 15:03:48 +0000 (10:03 -0500)
test/run-stp-tests.sh

index 42395dd7eb9452d45859d267e730e5a59ae91993..dc4d3bff59e938ec189ec3d60a2ea47d6221b531 100755 (executable)
@@ -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