OSDN Git Service

avcodec/vqavideo: clear uninitialized parts of the decode buffer
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 21 Dec 2013 11:52:23 +0000 (12:52 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 21 Dec 2013 12:16:32 +0000 (13:16 +0100)
commit03acb035d1292685cc24a2be0f62dd8332711734
tree0a9403874e5bf115c984f5012e5859c0d0b4268f
parent263105deebbd0a5737dfd1165668c7afb2cc870a
avcodec/vqavideo: clear uninitialized parts of the decode buffer

Fixes use of uninitialized memory
Fixes part of msan_uninit-mem_7f841fe2ab3b_4608_cow2_1.vqa
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vqavideo.c