aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/bit.c
diff options
context:
space:
mode:
authorSergey Volk <servolk@google.com>2016-09-07 14:05:35 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-27 13:42:11 +0200
commit7a3dc2f7b6c2fbe62aeed7839e736db395a6f76a (patch)
tree118bfc04f3a8d0ab570d8c1533b96060aa4f8340 /libavformat/bit.c
parente91b7852dfae807b1996c30ec77e5bd7eb3a01a1 (diff)
downloadffmpeg-7a3dc2f7b6c2fbe62aeed7839e736db395a6f76a.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> (cherry picked from commit 347cb14b7cba7560e53f4434b419b9d8800253e7) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/bit.c')
0 files changed, 0 insertions, 0 deletions