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 292030 Details for
Bug 429149
CVE-2008-0122 libbind off-by-one buffer overflow
[?]
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 for this issue
dif (text/plain), 607 bytes, created by
Adam Tkac
on 2008-01-17 16:47:54 UTC
(
hide
)
Description:
patch for this issue
Filename:
MIME Type:
Creator:
Adam Tkac
Created:
2008-01-17 16:47:54 UTC
Size:
607 bytes
patch
obsolete
>Index: lib/bind/inet/inet_network.c >=================================================================== >RCS file: /var/snap/bind9/lib/bind/inet/inet_network.c,v >retrieving revision 1.5 >retrieving revision 1.6 >diff -u -r1.5 -r1.6 >--- lib/bind/inet/inet_network.c 27 Apr 2005 04:56:21 -0000 1.5 >+++ lib/bind/inet/inet_network.c 15 Jan 2008 04:02:01 -0000 1.6 >@@ -84,9 +84,9 @@ > } > if (!digit) > return (INADDR_NONE); >+ if (pp >= parts + 4 || val > 0xffU) >+ return (INADDR_NONE); > if (*cp == '.') { >- if (pp >= parts + 4 || val > 0xffU) >- return (INADDR_NONE); > *pp++ = val, cp++; > goto again; > }
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 429149
: 292030