Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 327481 Details for
Bug 477227
CVE-2008-5514 libc-client: buffer overflow in rfc822_output_char / rfc822_output_data
Home
New
Search
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.rh92 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]
Upstream patch
imap-CVE-2008-5514.diff (text/plain), 834 bytes, created by
Tomas Hoger
on 2008-12-19 18:43:17 UTC
(
hide
)
Description:
Upstream patch
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-12-19 18:43:17 UTC
Size:
834 bytes
patch
obsolete
>*** imap-uw/src/c-client/rfc822.c Wed Jun 4 11:46:10 2008 >--- imap-2008/src/c-client/rfc822.c Thu Dec 11 08:54:48 2008 >*** 1351,1356 **** >--- 1353,1359 ---- > > static long rfc822_output_char (RFC822BUFFER *buf,int c) > { >+ if ((buf->cur == buf->end) && !rfc822_output_flush (buf)) return NIL; > *buf->cur++ = c; /* add character, soutr buffer if full */ > return (buf->cur == buf->end) ? rfc822_output_flush (buf) : LONGT; > } >*************** >*** 1374,1380 **** > len -= i; > } > /* soutr buffer now if full */ >! if (len && !rfc822_output_flush (buf)) return NIL; > } > return LONGT; > } >--- 1377,1384 ---- > len -= i; > } > /* soutr buffer now if full */ >! if ((len || (buf->cur == buf->end)) && !rfc822_output_flush (buf)) >! return NIL; > } > return LONGT; > }
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 477227
: 327481