mirror of https://github.com/FFmpeg/FFmpeg.git
The previous code assumed if an atom was marked with a 64-bit size extension, it actually had that data available. The new code verfies there's enough data in the atom for this to be done. Failure to verify causes total_size > atom.size which will result in negative size calculations later on. Found-by: Paul Mehta <paul@paulmehta.com> Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/101/head
parent
3859868c75
commit
3ebd76a9c5
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue