OSDN Git Service

replace (disabled by default) assert(0) by abort() if the picture buffer
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Oct 2007 11:11:33 +0000 (11:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Oct 2007 11:11:33 +0000 (11:11 +0000)
commit3c11a27b440e27c3796592aa8fb7fed966386a21
tree1e6c3451b8e0ac0f2a0e38b6a6f2e1e821a86f3b
parentabc4e5727e11b4caf1591d0b2b3e4308159d2ead
replace (disabled by default) assert(0) by abort() if the picture buffer
overflows due to a buggy codec
note, ive not checked if such overflows could have been exploitable before this
commit

Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c