From: Joseph Sutton Date: Tue, 24 Oct 2023 03:47:56 +0000 (+1300) Subject: selftest: Remove ubsan suppressions X-Git-Tag: talloc-2.4.2~1088 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2543bc0453ff42efd4d29088df0075d39e7954ba;p=thirdparty%2Fsamba.git selftest: Remove ubsan suppressions These instances of undefined behaviour ought now to be fixed. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/selftest/ubsan.supp b/selftest/ubsan.supp index 5b7730c120c..e69de29bb2d 100644 --- a/selftest/ubsan.supp +++ b/selftest/ubsan.supp @@ -1,6 +0,0 @@ -# Suppress the -# "left shift of x by y places cannot be represented in type 'int'" -# in the heimdal code for now. -shift-base:../../third_party/heimdal/lib/hcrypto/des.c -shift-base:../../third_party/heimdal/lib/krb5/crypto.c -