summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-05-13 18:45:18 -0400
committerPaul Smith <psmith@gnu.org>2019-05-19 15:27:26 -0400
commit9ce370249bbdebfe246b04f9318b58852cfe0809 (patch)
tree6a1953745ea1c72197d60458c473d5ea1825fb84 /tests/test_driver.pl
parentb5de783f77aa85ae8bd7a8e81d143e09a848fa29 (diff)
downloadmake-git-9ce370249bbdebfe246b04f9318b58852cfe0809.tar.gz
* src/hash.c (jash_string): [SV 54980] Avoid ASAN error
Diffstat (limited to 'tests/test_driver.pl')
-rw-r--r--tests/test_driver.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_driver.pl b/tests/test_driver.pl
index 969b3784..4af84daf 100644
--- a/tests/test_driver.pl
+++ b/tests/test_driver.pl
@@ -179,6 +179,8 @@ sub toplevel
foreach (# UNIX-specific things
'TZ', 'TMPDIR', 'HOME', 'USER', 'LOGNAME', 'PATH',
'LD_LIBRARY_PATH',
+ # SAN things
+ 'ASAN_OPTIONS', 'UBSAN_OPTIONS',
# Purify things
'PURIFYOPTIONS',
# Windows NT-specific stuff