aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2023-04-04 23:17:14 +0000
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2023-08-13 16:51:54 +0000
commit35e299235d73011e6475bff624596752540aef76 (patch)
tree228b991e6f4c3f86e1db1cb96ff0a14cb20ea343
parent2db585c02a7689fd9c5cd3439b6c69922aa9f6bd (diff)
downloadflac-35e299235d73011e6475bff624596752540aef76.tar.gz
libFlac: Ignore few integer overflows in stream_decoder.c
Bug: 275755269 Test: fuzzer poc in bug Change-Id: I14c316095975f522aac5257e7437b39827fda16c
-rw-r--r--src/libFLAC/libFLAC_blocklist.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libFLAC/libFLAC_blocklist.txt b/src/libFLAC/libFLAC_blocklist.txt
index 683e2bbb..bb7c1f67 100644
--- a/src/libFLAC/libFLAC_blocklist.txt
+++ b/src/libFLAC/libFLAC_blocklist.txt
@@ -20,6 +20,9 @@ fun:read_frame_
fun:undo_channel_coding
# libFLAC/fixed.c:657: 6 * -1538014595463325455 cannot be represented in type 'int64_t'
fun:FLAC__fixed_restore_signal_wide_33bit
+# libFLAC/stream_decoder.c:3381: 246 + 18446744073709551532 cannot be represented in type 'FLAC__uint64'
+fun:seek_to_absolute_sample_
+
src:*/libFLAC/crc.c
src:*/libFLAC/md5.c
src:*/libFLAC/bitmath.c