diff options
author | Sergey Volk <[email protected]> | 2016-09-07 14:05:35 -0700 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-09-08 11:35:44 +0200 |
commit | 347cb14b7cba7560e53f4434b419b9d8800253e7 (patch) | |
tree | 96346dc1068f1ce8232498ba4d004bd69c408607 /libavcodec | |
parent | 26a19f8e92782fa803fc274b5501200d218c2735 (diff) |
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 <[email protected]>
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions