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 657814 Details for
Bug 883533
CVE-2012-5688 bind: DoS on servers using DNS64
[?]
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 correct the flaw
bind-9.8.4-CVE-2012-5688.patch (text/plain), 634 bytes, created by
Vincent Danen
on 2012-12-04 23:10:20 UTC
(
hide
)
Description:
patch to correct the flaw
Filename:
MIME Type:
Creator:
Vincent Danen
Created:
2012-12-04 23:10:20 UTC
Size:
634 bytes
patch
obsolete
>diff -pruN bind-9.8.4/bin/named/query.c bind-9.8.4-P1/bin/named/query.c >--- bind-9.8.4/bin/named/query.c 2012-09-26 18:32:45.000000000 -0600 >+++ bind-9.8.4-P1/bin/named/query.c 2012-10-25 22:52:55.000000000 -0600 >@@ -5183,10 +5183,12 @@ dns64_ttl(dns_db_t *db, dns_dbversion_t > isc_result_t result; > isc_uint32_t ttl = ISC_UINT32_MAX; > >+ dns_rdataset_init(&rdataset); >+ > result = dns_db_getoriginnode(db, &node); > if (result != ISC_R_SUCCESS) > goto cleanup; >- dns_rdataset_init(&rdataset); >+ > result = dns_db_findrdataset(db, node, version, dns_rdatatype_soa, > 0, 0, &rdataset, NULL); > if (result != ISC_R_SUCCESS)
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 883533
: 657814