On Tue, Sep 28, 2021 at 10:19:48PM -0300, James Almer wrote: > On 9/28/2021 7:28 PM, Michael Niedermayer wrote: > > Fixes: Timeout > > Fixes: > > 39089/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSNSIREN_fuzzer-6677219854909440 > > > > Found-by: continuous fuzzing process > > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > > Suggested-by: James Almer <jamr...@gmail.com> > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > > --- > > libavcodec/siren.c | 6 +++++- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/libavcodec/siren.c b/libavcodec/siren.c > > index 7f084172a4c..8c9628e2d8e 100644 > > --- a/libavcodec/siren.c > > +++ b/libavcodec/siren.c > > @@ -447,6 +447,8 @@ static int decode_envelope(SirenContext *s, > > GetBitContext *gb, > > int index = 0; > > do { > > + if (get_bits_left(gb) < 4) > > If the idea is that there will be enough bits to read rate_control after > this function returns, then this should also take into account the > get_bits1() below.
Do you suggest that this is merged with 3/3 or do you suggest something else ? thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just because microsoft did it is even more stupid. If everything ms did were stupid they would be bankrupt already.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".