From 35e299235d73011e6475bff624596752540aef76 Mon Sep 17 00:00:00 2001 From: Harish Mahendrakar Date: Tue, 4 Apr 2023 23:17:14 +0000 Subject: libFlac: Ignore few integer overflows in stream_decoder.c Bug: 275755269 Test: fuzzer poc in bug Change-Id: I14c316095975f522aac5257e7437b39827fda16c --- src/libFLAC/libFLAC_blocklist.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3