Skip to content

Commit 6453a3a

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

File tree

1 file changed

+3
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ 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+
implicit-integer-sign-change:chain.h # line 472 ~DYNAFED_HF_MASK
7980
implicit-integer-sign-change:primitives/block.h
8081
implicit-integer-sign-change:primitives/confidential.cpp
8182
implicit-integer-sign-change:primitives/confidential.h
8283
shift-base:simplicity/sha256.c
8384
unsigned-integer-overflow:simplicity/sha256.c
85+
implicit-integer-sign-change:simplicity/secp256k1/modinv64_impl.h
86+
shift-base:simplicity/secp256k1/field_5x52_impl.h

0 commit comments

Comments
 (0)