]> git.sesse.net Git - ffmpeg/commit
nsvdec: Fix use of uninitialized streams.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Jan 2012 21:20:26 +0000 (22:20 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 25 Jan 2012 05:48:30 +0000 (06:48 +0100)
commit5c011706bc752d34bc6ada31d7df2ca0c9af7c6b
tree6d3755485ec96c65f9c0f93fe9ef94e3539de2d8
parent7988dd1b9a1a5013a77d90cb7105c8a83d836756
nsvdec: Fix use of uninitialized streams.

Fixes CVE-2011-3940 (Out of bounds read resulting in out of bounds write)

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/nsvdec.c