Skip to content
Snippets Groups Projects
Commit 347cb14b authored by Sergey Volk's avatar Sergey Volk Committed by Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 26a19f8e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment