[MPlayer-dev-eng] [PATCH] Stupidity in libvo/aclib.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat May 15 21:44:53 CEST 2004


Hi,

fast_memcopy in libvo/aclib.c uses memcpy as fallback. Too bad that it 
includes fastmemcopy.h which contains #define memcpy fast_memcpy.
This results in an endless loop and stack overflow on e.g. old pentium 
machines.
Attached patch fixes by adding #undef memcpy. Not a beautiful way, but 
the only one I could think of...

Greetings,
Reimar Döffinger
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: aclib_crash.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040515/a31f12d9/attachment.asc>


More information about the MPlayer-dev-eng mailing list