Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95297 Details for
Bug 145377
media-plugins/xmms-speex-0.9.1: work with latest speex ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xmms-speex-0.9.1-intcrement.patch
xmms-speex-0.9.1-intcrement.patch (text/plain), 730 bytes, created by
Martin von Gagern
on 2006-08-28 10:50:55 UTC
(
hide
)
Description:
xmms-speex-0.9.1-intcrement.patch
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2006-08-28 10:50:55 UTC
Size:
730 bytes
patch
obsolete
>--- speex-xmms.orig/speexutil.c 2006-08-28 19:18:24.000000000 +0200 >+++ speex-xmms/speexutil.c 2006-08-28 19:24:20.000000000 +0200 >@@ -237,7 +237,7 @@ > > > //fwd vendor-length >- ((int*) packet)++; >+ packet += sizeof(int); > len -= sizeof(int); > if (comment->vendor_length > len) return 0; > >@@ -258,7 +258,7 @@ > comment->comments = calloc(comment->comment_num, sizeof(int)); > > //fwd number of comments >- ((int*) packet)++; >+ packet += sizeof(int); > len -= sizeof(int); > if (comment->comment_num > 0 && len < sizeof(int)) return 0; > >@@ -268,7 +268,7 @@ > this_length = *(int*) packet; > > //fwd comment-length >- ((int*) packet)++; >+ packet += sizeof(int); > len -= sizeof(int); > if (len < this_length) return 0; >
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 145377
:
95293
|
95294
| 95297