mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
b1a32dd7f5
Add a --undefined-sanitizer option to configure, this causes the tests to be run with the undefined behaviout sanitizer enabled. Errors can be suppressed by adding entries to selftest/ubsan.supp Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 14 07:20:28 UTC 2019 on sn-devel-184
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
# Suppress the
|
|
# "left shift of x by y places cannot be represented in type 'int'"
|
|
# in the heimdal code for now.
|
|
shift-base:../../source4/heimdal/lib/hcrypto/des.c
|
|
shift-base:../../source4/heimdal/lib/krb5/crypto.c
|
|
|