Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 323362 Details for
Bug 434528
media-sound/dagrab fails with buffer overflow detected when using cddb
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to cddb.c with proposed fix for error leading to buffer overflow
dagrab-cddb-patch (text/plain), 342 bytes, created by
Gil Kloepfer
on 2012-09-10 03:22:25 UTC
(
hide
)
Description:
patch to cddb.c with proposed fix for error leading to buffer overflow
Filename:
MIME Type:
Creator:
Gil Kloepfer
Created:
2012-09-10 03:22:25 UTC
Size:
342 bytes
patch
obsolete
>--- dagrab-S0.513/cddb.c.ORIG 2004-08-18 13:13:33.000000000 -0500 >+++ dagrab-S0.513/cddb.c 2012-09-09 22:11:31.433147014 -0500 >@@ -58,7 +58,7 @@ > > unsigned long cddb_discid(cd_trk_list * tl) > { >- int i, t, n = 0; >+ unsigned int i, t, n = 0; > > for (i = tl->min; i <= tl->max; i++) > n += cddb_sum(tl->starts[i - tl->min] + CD_MSF_OFFSET);
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 434528
: 323362