libFLAC: Ignore integer overflows in stream_decoder.c

Bug: 178086068

Test: POC in bug descriptions

Change-Id: I9451fbc511d7bebed7186028eaa47c4c5c2e5aa9
diff --git a/src/libFLAC/libFLAC_blocklist.txt b/src/libFLAC/libFLAC_blocklist.txt
index 9b0d7d2..9c4ed6d 100644
--- a/src/libFLAC/libFLAC_blocklist.txt
+++ b/src/libFLAC/libFLAC_blocklist.txt
@@ -7,8 +7,11 @@
 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'
+# libFLAC/stream_decoder.c:2102:39: 13408450 + 2135505484 cannot be represented in type 'int'
+
 fun:FLAC__fixed_restore_signal
 fun:FLAC__fixed_compute_residual
+fun:read_frame_
 
 src:*/libFLAC/crc.c
 src:*/libFLAC/md5.c