Merge "libFLAC: Fix divide by zero error in FLAC__stream_decoder_seek_absolute"
diff --git a/OWNERS b/OWNERS
index b8175b1..6d4fdcd 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,6 +1,6 @@
 # Default code reviewers picked from top 3 or more developers.
 # Please update this list if you find better candidates.
-include platform/frameworks/av:/media/janitors/OWNERS-codecs
+include platform/frameworks/av:/media/janitors/codec_OWNERS
 hunga@google.com
 ivanlozano@google.com
 robertshih@google.com
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