From 15e32ab3b7ddc7e9e86b5efe285fede14537b212 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 19 Jan 2003 21:50:50 +0000 Subject: Propolice catches an overflow in dct64_k7.c: mplayer: stack overflow in function dct64_MMX_3dnowex patch by Björn Sandell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9040 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_k7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/dct64_k7.c') diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index 9e960129ac..03538086d6 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -758,5 +758,5 @@ void __attribute__ (( __stdcall__ )) dct64_MMX_3dnowex(real *a,real *b,real *c) " femms\n\t" : :"m"(a),"m"(b),"m"(c),"m"(tmp[0]) - :"memory","%ebx","%esi","%edi"); + :"memory","%eax","%ebx","%ecx","%edx","%esi","%edi"); } -- cgit v1.2.3