]> git.sesse.net Git - ffmpeg/commit
avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Dec 2013 22:43:20 +0000 (23:43 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Dec 2013 22:44:52 +0000 (23:44 +0100)
commit947e40b9feb8cd2817ce1bce0d2f6735b1144480
tree0577d340cefeef22d64bafbb84645ab079849140
parent5f0d552c9b4cd83812d8e1619b96c294401141d1
avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough

Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fec1f40656c_4819_descent3_level5_16bit_partial.mve
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/ipmovie.c