aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-08-13 18:07:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-13 18:07:18 +0000
commitdba6eb486c1cbd08fff029826260ca2378f1f21d (patch)
tree228b991e6f4c3f86e1db1cb96ff0a14cb20ea343
parent2db585c02a7689fd9c5cd3439b6c69922aa9f6bd (diff)
parent35e299235d73011e6475bff624596752540aef76 (diff)
downloadflac-dba6eb486c1cbd08fff029826260ca2378f1f21d.tar.gz
Merge "libFlac: Ignore few integer overflows in stream_decoder.c" into main
-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