OSDN Git Service

Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Sep 2009 22:44:56 +0000 (22:44 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Sep 2009 22:44:56 +0000 (22:44 +0000)
commit4c0dda2b3f45471faa233c62205e712fb072a76b
tree8ab4ee216b5fde2c933fd92ecf4be6b29e32bf48
parent6e3fa35d295ff6038cfcac0e03000769f0c656d5
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome
This is said to be able to lead to a stack based buffer overflow.

Originally committed as revision 19973 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c