OSDN Git Service

avcodec/eatgv: use av_mallocz() for frame_buffer
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 23 Dec 2013 17:09:58 +0000 (18:09 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Dec 2013 22:20:30 +0000 (23:20 +0100)
commitbb9f55163f17145d5b220b38e23c7d55824ec7c5
tree6b1368a4bed26228c6f077b2bbbf07835063847d
parent51fed95dde7abe838cb55188e28f410fded009c7
avcodec/eatgv: use av_mallocz() for frame_buffer

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