Files
ffmpeg/libavformat
Dale Curtis 320b631a99 avformat/mov: Error on too large stsd entry counts.
Entries are always at least 8 bytes per the parsing code, so if we
see an impossible entry count avoid massive allocations. This is
similar to an existing check in mov_read_stsc().

Since ff_mov_read_stsd_entries() does eof checks, an alternative
approach could be to clamp the entry count to atom.size / 8.

Signed-off-by: Dale Curtis <dalecurtis@chromium.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-09-01 19:26:40 +02:00
..
2018-07-14 19:04:48 +02:00
2017-10-05 17:10:23 +02:00
2018-05-06 15:07:28 +08:00
2017-10-19 22:07:21 +02:00
2017-10-19 22:07:21 +02:00
2018-04-16 13:46:10 -03:00
2018-02-04 15:19:41 +01:00
2017-10-05 17:10:23 +02:00
2018-08-14 22:06:30 +05:30
2018-08-14 22:06:30 +05:30
2017-11-05 10:42:07 +01:00
2017-12-08 16:01:09 +01:00
2018-05-05 21:35:31 +02:00
2017-10-05 17:10:23 +02:00
2018-03-07 22:26:53 +01:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2018-03-07 22:26:53 +01:00