Merge "libFLAC: Fix integer overflow in FLAC__lpc_restore_signal" am: bcd1d77fdb

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

Change-Id: Ic0539332821a737b53d1e2160d0f9dc1c1c64e90
diff --git a/src/libFLAC/libFLAC_blocklist.txt b/src/libFLAC/libFLAC_blocklist.txt
index 7dff751..f08ff29 100644
--- a/src/libFLAC/libFLAC_blocklist.txt
+++ b/src/libFLAC/libFLAC_blocklist.txt
@@ -3,6 +3,8 @@
 fun:FLAC__lpc_compute_autocorrelation
 # libFLAC/stream_encoder.c:3982: 4294967292 + 128 cannot be represented in type 'unsigned int'
 fun:precompute_partition_info_sums_
+# libFLAC/lpc.c:1030:18: -1932902714 + -1376235516 cannot be represented in type 'int'
+fun:FLAC__lpc_restore_signal
 
 src:*/libFLAC/crc.c
 src:*/libFLAC/md5.c