From ea182fa05e50daadebe3de322005ece2378d8669 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 2 Oct 2021 16:31:14 +0200 Subject: [PATCH] More ASAN_OPTIONS --- tests/libpspp/zip.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/libpspp/zip.at b/tests/libpspp/zip.at index 5b21d50f58..1ab57e50d8 100644 --- a/tests/libpspp/zip.at +++ b/tests/libpspp/zip.at @@ -35,6 +35,7 @@ while test $s -le 8192 ; do names="$names $bn"; done +ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0";export ASAN_OPTIONS AT_CHECK([cd "$dir1" && zip-test w foo.zip $names]) # If zipinfo is installed, make sure it can read the zipfile. @@ -77,6 +78,7 @@ while test $s -le 8192 ; do names="$names $bn"; done +ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0";export ASAN_OPTIONS # The pipe through "cat" below is essential because it makes the # output file un-seekable. AT_CHECK([cd "$dir1" && zip-test w - $names | cat > foo.zip]) -- 2.30.2