OSDN Git Service

avformat/rmdec: zero string destination before use
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 22:27:09 +0000 (23:27 +0100)
commitb797a00f634686b6a1752cbb55a7c95d361fa838
tree5f2c272638c1ef5df18d39aafbff41004c27eef4
parentea1e630c47e70672a7933c048090601ce09c8195
avformat/rmdec: zero string destination before use

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