[FFmpeg-devel] [PATCH] Fix potential integer overflow in mov_read_keys

Sergey Volk servolk at chromium.org
Thu Sep 8 00:21:38 EEST 2016


Actual allocation size is computed as (count + 1)*sizeof(meta_keys), so
we need to check that (count + 1) won't cause overflow.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-potential-integer-overflow-in-mov_read_keys.patch
Type: text/x-patch
Size: 982 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160907/aa646793/attachment.bin>


More information about the ffmpeg-devel mailing list