]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Fix reel_name size check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 14 Jun 2020 18:54:46 +0000 (20:54 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Jun 2020 15:11:41 +0000 (17:11 +0200)
commitff3fad6b0edb13dd664403b01bc00309f035b110
treec6b3f16f5c120d4cd7137e2fd160466bc860efc6
parentdfef1d5e3cd4dfead84416a01e6c9ff0da50b34d
avformat/mov: Fix reel_name size check

Only read str_size bytes from offset 30 of extradata if the extradata is
indeed at least 30 + str_size bytes long.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/mov.c