diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-12-17 14:17:20 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-12-19 08:14:59 +0100 |
commit | 46191a2da16f751e53d93646ae1388d421d12bee (patch) | |
tree | 6dd4e73f2e0589bc384fcfd9cc1f5a017ea1eb9e /tests/ref/fate/vp9-00-quantizer-00 | |
parent | cfa4eb4fba782f3f37a33be997b27a91a07053c9 (diff) | |
download | ffmpeg-46191a2da16f751e53d93646ae1388d421d12bee.tar.gz |
mov: fix a possible invalid read in mov_read_mac_string()
When the input string is too large, so the second condition in if ()
fails, the code will erroneously execute the else branch, indexing the
mac_to_unicode table with a negative index.
CC: libav-stable@libav.org
Bug-Id: 1000
Found-By: Kamil Frankowicz
Diffstat (limited to 'tests/ref/fate/vp9-00-quantizer-00')
0 files changed, 0 insertions, 0 deletions