]> git.sesse.net Git - ffmpeg/commit
Prevent segfault due to reading over the end of the input buffer.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Mar 2008 21:39:21 +0000 (21:39 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Mar 2008 21:39:21 +0000 (21:39 +0000)
commit1a2a1d90775b5be03254d123e4b617145a269572
tree0c0189ab1f0c50fef846c07df2600a4520107a5a
parent79989881297f37e0795c8bcbc9f7d7df8308b959
Prevent segfault due to reading over the end of the input buffer.

Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/apedec.c