]> git.sesse.net Git - ffmpeg/commit
lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()
authorMatt Wolenetz <wolenetz@google.com>
Wed, 14 Dec 2016 23:27:49 +0000 (15:27 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 10 Feb 2017 11:04:41 +0000 (12:04 +0100)
commit36aba43bd5fae8595dd9a566fbcfbbea63f0fca3
treea0347567015f617f326834f3db255c463e0b2b6d
parent9bbdf5d921ef57e1698f64981e4ea04db7c56fb5
lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()

Core of patch is from paul@paulmehta.com
Reference https://crbug.com/643952 (senc,saiz portions)

Signed-off-by: Matt Wolenetz <wolenetz@chromium.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c