]> git.sesse.net Git - ffmpeg/commit
avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Dec 2013 18:39:05 +0000 (19:39 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Dec 2013 18:40:08 +0000 (19:40 +0100)
commitd8b4ba3c5a9cff9fdd36b03d600ad38e09608daf
treee4abf4ca4d7b691dbe8928cdaf343f78532a87e9
parent4a2570f50a2f348972ec8a58bb79bf5b0dd1b7ea
avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized

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