Skip to content

Commit

Permalink
fix: add supression for integer conversion in crc32 library
Browse files Browse the repository at this point in the history
  • Loading branch information
knst authored and PastaPastaPasta committed Jun 7, 2023
1 parent a3c59cc commit 028281a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sanitizer_suppressions/ubsan
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ implicit-integer-sign-change:chain.*
implicit-integer-sign-change:coins.h
implicit-integer-sign-change:compat/stdin.cpp
implicit-integer-sign-change:compressor.h
implicit-integer-sign-change:crc32c/
implicit-integer-sign-change:crypto/*
implicit-integer-sign-change:key.cpp
implicit-integer-sign-change:noui.cpp
Expand Down

0 comments on commit 028281a

Please sign in to comment.