diff options
Diffstat (limited to 'selftest/ubsan.supp')
-rw-r--r-- | selftest/ubsan.supp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest/ubsan.supp b/selftest/ubsan.supp new file mode 100644 index 0000000..5b7730c --- /dev/null +++ b/selftest/ubsan.supp @@ -0,0 +1,6 @@ +# 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 + |