From 2543bc0453ff42efd4d29088df0075d39e7954ba Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 24 Oct 2023 16:47:56 +1300 Subject: [PATCH] selftest: Remove ubsan suppressions These instances of undefined behaviour ought now to be fixed. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- selftest/ubsan.supp | 6 ------ 1 file changed, 6 deletions(-) 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 - -- 2.47.3