mirror of https://github.com/FFmpeg/FFmpeg.git
Before reading a 16bit size field during parsing of extradata, no check is performed to make sure that said length field is actually contained in the extradata. Given that this overread is not dangerous (the extradata is supposed to be padded), only a comment for it has been added; the error itself will be detected as part of the normal check for overreads. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/334/head
parent
268dffc12b
commit
015950596c
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue