]> git.sesse.net Git - ffmpeg/commit
lavf/mov.c: Avoid OOB in mov_read_udta_string()
authorMatt Wolenetz <wolenetz@google.com>
Wed, 8 Feb 2017 23:40:46 +0000 (15:40 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 10 Feb 2017 11:04:41 +0000 (12:04 +0100)
commit9bbdf5d921ef57e1698f64981e4ea04db7c56fb5
tree56eeb262d99b4007a778d10aec855fac403af346
parentce6e7a2db1a4fc0c0294b23e3d62a492af0d0359
lavf/mov.c: Avoid OOB in mov_read_udta_string()

Core of patch is from paul@paulmehta.com
Reference https://crbug.com/643952 (udta_string portion)

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