[MPlayer-dev-eng] [PATCH] Fix mplayer crash due to faad errors
Chandan Pitta
chandan.pitta at gmail.com
Tue Sep 12 18:58:53 CEST 2006
In libmpcodecs/ad_faad.c, a memmove is performed with a length of -1
in some cases which causes the mplayer to crash with certain .aac
(m4a) files. This patch checks to make sure that a memmove is
performed only if the length of data to be moved is a positive value.
I observed that without this patch every time I encode a movie with
faac codec and try to play it, mplayer crashes.
Chandan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer_faac_svn.patch
Type: application/octet-stream
Size: 555 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060912/28a431c9/attachment.obj>
More information about the MPlayer-dev-eng
mailing list