Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311653 Details for
Bug 454483
CVE-2008-3252 newsx: Stack overflow with lines with leading '.'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix the issue
newsx-stack.patch (text/plain), 603 bytes, created by
Dominik 'Rathann' Mierzejewski
on 2008-07-12 20:59:22 UTC
(
hide
)
Description:
patch to fix the issue
Filename:
MIME Type:
Creator:
Dominik 'Rathann' Mierzejewski
Created:
2008-07-12 20:59:22 UTC
Size:
603 bytes
patch
obsolete
>diff -up newsx-1.6/src/getarticle.c.b newsx-1.6/src/getarticle.c >--- newsx-1.6/src/getarticle.c.b 2003-01-21 10:47:25.000000000 +0100 >+++ newsx-1.6/src/getarticle.c 2008-07-12 19:58:11.000000000 +0200 >@@ -143,12 +143,12 @@ read_article(long where,char *group) > long len; > long bytecount = 0L; /* BUG: */ > >- line=linebuf; > line[MAX_HEADER_SIZE] = '\0'; /* better safe than sorry */ > path_line[0] = '\0'; > > /* fetch the article, header and body */ > for (;;) { >+ line=linebuf; > if (!get_server_msg(line, MAX_HEADER_SIZE)) { > /* timeout: simply give up */ > 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 454483
:
311653
|
311654