Skip to content

Commit 8448031

Browse files
committed
ci: add more ubsan suppressions
1 parent 73427dc commit 8448031

File tree

1 file changed

+4
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+4
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ shift-base:util/bip32.cpp
7676
implicit-integer-sign-change:blech32.cpp
7777
implicit-signed-integer-truncation:script/interpreter.cpp
7878
implicit-integer-sign-change:blech32.cpp
79+
# chain.h line 472 implicit integer sign change ~DYNAFED_HF_MASK
80+
implicit-integer-sign-change:chain.h
7981
implicit-integer-sign-change:primitives/block.h
8082
implicit-integer-sign-change:primitives/confidential.cpp
8183
implicit-integer-sign-change:primitives/confidential.h
8284
shift-base:simplicity/sha256.c
8385
unsigned-integer-overflow:simplicity/sha256.c
86+
implicit-integer-sign-change:simplicity/secp256k1/modinv64_impl.h
87+
shift-base:simplicity/secp256k1/field_5x52_impl.h

0 commit comments

Comments
 (0)