FreeBSD Bugzilla – Attachment 95057 Details for
Bug 133354
[PATCH] audio/openal: fix segfault in some cases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openal-20060211_9.patch
openal-20060211_9.patch (text/plain), 1.23 KB, created by
Dmitry Marakasov
on 2009-04-04 02:10:01 UTC
(
hide
)
Description:
openal-20060211_9.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-04-04 02:10:01 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/audio/openal/Makefile,v >retrieving revision 1.51 >diff -u -u -r1.51 Makefile >--- Makefile 17 Mar 2009 00:32:41 -0000 1.51 >+++ Makefile 4 Apr 2009 00:55:08 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= openal > PORTVERSION= 20060211 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= audio > MASTER_SITES= http://openal.org/openal_webstf/downloads/ > DISTVERSION= 0.0.8 >Index: files/patch-src-arch-i386-x86_floatmul.c >=================================================================== >RCS file: files/patch-src-arch-i386-x86_floatmul.c >diff -N files/patch-src-arch-i386-x86_floatmul.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src-arch-i386-x86_floatmul.c 4 Apr 2009 00:53:56 -0000 >@@ -0,0 +1,11 @@ >+--- src/arch/i386/x86_floatmul.c.orig 2005-12-21 22:06:35.000000000 +0300 >++++ src/arch/i386/x86_floatmul.c 2009-04-04 04:53:56.000000000 +0400 >+@@ -46,7 +46,7 @@ >+ v4hi temp; >+ >+ >+- samples_pre = MMX_ALIGN - (aint)bpt % MMX_ALIGN; >++ samples_pre = (MMX_ALIGN - (aint)bpt % MMX_ALIGN) % MMX_ALIGN; >+ samples_pre /= sizeof(ALshort); >+ samples_main = len - samples_pre; >+ samples_post = samples_main % 8;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133354
: 95057