mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
selftest: Add Address Sanitizer suppressions
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7800097af4
commit
a88bb04ca2
2
selftest/sanitizer/asan.supp
Normal file
2
selftest/sanitizer/asan.supp
Normal file
@ -0,0 +1,2 @@
|
||||
interceptor_via_lib:libcrypto.so
|
||||
interceptor_via_lib:libgnutls.so
|
@ -317,6 +317,7 @@ def cmd_testonly(opt):
|
||||
asan_options += ":detect_odr_violation=0"
|
||||
# uncomment if you need asan logs
|
||||
# asan_options += ":verbosity=111"
|
||||
asan_options += ":suppressions=${srcdir}/selftest/sanitizer/asan.supp"
|
||||
asan_options += " "
|
||||
|
||||
# And we need to disable RTLD_DEEPBIND in ldb and socket wrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user