Bugzilla – Attachment 27590 Details for
Bug 64775
VUL-0: CVE-2004-0991: mpg123 buffer overflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch used by gentoo
105_all_CAN-2004-0991.patch (text/plain), 548 bytes, created by
Ludwig Nussel
on 2005-01-12 20:53:36 UTC
(
hide
)
Description:
patch used by gentoo
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2005-01-12 20:53:36 UTC
Size:
548 bytes
patch
obsolete
>diff -Naurp mpg123-0.59s.vanilla/layer2.c mpg123/layer2.c >--- mpg123-0.59s.vanilla/layer2.c 2004-12-18 17:53:59.256803488 -0800 >+++ mpg123/layer2.c 2005-01-06 01:28:56.389304770 -0800 >@@ -262,7 +262,7 @@ static void II_select_table(struct frame > { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 }; > static int sblims[5] = { 27 , 30 , 8, 12 , 30 }; > >- if(fr->lsf) >+ if(fr->sampling_frequency >= 3) /* Or equivalent: (fr->lsf == 1) */ > table = 4; > else > table = translate[fr->sampling_frequency][2-fr->stereo][fr->bitrate_index];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 64775
: 27590 |
27617