Skip to content

Commit 9c9939c

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22584: test: Add temporary sanitizer suppression implicit-signed-integer-truncation:netaddress.cpp
fa86528 test: Add temporary sanitizer suppression implicit-signed-integer-truncation:netaddress.cpp (MarcoFalke) Pull request description: This is required to unbreak the fuzzers while a fix is being worked on. https://cirrus-ci.com/task/4787303177519104?logs=ci#L3020 ``` netaddress.cpp:1190:18: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'uint8_t' (aka 'unsigned char') changed the value to 255 (8-bit, unsigned) ACKs for top commit: practicalswift: cr ACK fa86528 tryphe: untested ACK fa86528 lsilva01: ACK bitcoin/bitcoin@fa86528 Tree-SHA512: 4a54ec68c014c7a4c9ab268c3a04321db5eb9b2857646b41406d8d4908a3d349848b4549e80aea6afd9a0c3639522a48fe578527139519b12439eae9f0c4c46c
2 parents d235700 + fa86528 commit 9c9939c

File tree

1 file changed

+1
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ implicit-signed-integer-truncation:leveldb/
8989
implicit-signed-integer-truncation:miner.cpp
9090
implicit-signed-integer-truncation:net.cpp
9191
implicit-signed-integer-truncation:net_processing.cpp
92+
implicit-signed-integer-truncation:netaddress.cpp
9293
implicit-signed-integer-truncation:streams.h
9394
implicit-signed-integer-truncation:test/arith_uint256_tests.cpp
9495
implicit-signed-integer-truncation:test/skiplist_tests.cpp

0 commit comments

Comments
 (0)