Merge "libFLAC: Ignore integer overflows in fixed.c" am: 7d1b8f058e am: e768be237b

Original change: https://android-review.googlesource.com/c/platform/external/flac/+/1546815

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If9a2a88080e8c35c4baa37b9e0b9c868017f2635
diff --git a/src/libFLAC/libFLAC_blocklist.txt b/src/libFLAC/libFLAC_blocklist.txt
index f08ff29..9b0d7d2 100644
--- a/src/libFLAC/libFLAC_blocklist.txt
+++ b/src/libFLAC/libFLAC_blocklist.txt
@@ -5,6 +5,10 @@
 fun:precompute_partition_info_sums_
 # libFLAC/lpc.c:1030:18: -1932902714 + -1376235516 cannot be represented in type 'int'
 fun:FLAC__lpc_restore_signal
+# libFLAC/fixed.c:390:44: 6 * -358419632 cannot be represented in type 'int'
+# libFLAC/fixed.c:378:27: -1023409921 + -1145670695 cannot be represented in type 'int'
+fun:FLAC__fixed_restore_signal
+fun:FLAC__fixed_compute_residual
 
 src:*/libFLAC/crc.c
 src:*/libFLAC/md5.c