]> git.sesse.net Git - ffmpeg/commit
10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Dec 2009 14:48:36 +0000 (14:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Dec 2009 14:48:36 +0000 (14:48 +0000)
commitb8919a30923d4be9033b925b509e54b0ef6ad98c
treebddcddbc818b31dfa71bc2ce410134475c7230da
parent15bfe412b773473e242e6630f725d5a3f935b5d7
10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio
buffers.
This and the previous revision fix a heap overflow.

Originally committed as revision 20769 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c