1
0
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:
Andreas Schneider 2022-09-06 10:06:37 +02:00 committed by Andrew Bartlett
parent 7800097af4
commit a88bb04ca2
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
interceptor_via_lib:libcrypto.so
interceptor_via_lib:libgnutls.so

View File

@ -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