diff options
author | Sergey Volk <servolk@google.com> | 2016-09-07 14:05:35 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-08 11:35:44 +0200 |
commit | 347cb14b7cba7560e53f4434b419b9d8800253e7 (patch) | |
tree | 96346dc1068f1ce8232498ba4d004bd69c408607 /libpostproc/postprocess_template.c | |
parent | 26a19f8e92782fa803fc274b5501200d218c2735 (diff) | |
download | ffmpeg-347cb14b7cba7560e53f4434b419b9d8800253e7.tar.gz |
avformat/mov: Fix potential integer overflow in mov_read_keys
Actual allocation size is computed as (count + 1)*sizeof(meta_keys), so
we need to check that (count + 1) won't cause overflow.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc/postprocess_template.c')
0 files changed, 0 insertions, 0 deletions