Skip to content

Commit a1a0e7f

Browse files
Add another suppression
1 parent b67defe commit a1a0e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/ubsan/suppressions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ shift-base:Modules/binascii.c
1212

1313
# Modules/_ctypes/cfield.c:644:1: runtime error: left shift of 1 by 63 places cannot be represented in type 'int64_t' (aka 'long')
1414
shift-base:Modules/_ctypes/cfield.c
15+
signed-integer-overflow:Modules/_ctypes/cfield.c
1516

1617
# Modules/_zstd/decompressor.c:598:56: runtime error: applying non-zero offset 18446744073709551615 to null pointer
1718
pointer-overflow:Modules/_zstd/decompressor.c

0 commit comments

Comments
 (0)