ALT Linux Bugzilla
– Attachment 3704 Details for
Bug 20901
BIND Dynamic Update DoS
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fix из bsd
bind.patch (text/plain), 534 bytes, created by
stalker
on 2009-07-29 10:30:50 MSD
(
hide
)
Description:
Fix из bsd
Filename:
MIME Type:
Creator:
stalker
Created:
2009-07-29 10:30:50 MSD
Size:
534 bytes
patch
obsolete
>Index: contrib/bind9/bin/named/update.c >=================================================================== >--- contrib/bind9/bin/named/update.c (revision 195863) >+++ contrib/bind9/bin/named/update.c (working copy) >@@ -979,7 +979,11 @@ > if (type == dns_rdatatype_rrsig || > type == dns_rdatatype_sig) > covers = dns_rdata_covers(&t->rdata); >- else >+ else if (type == dns_rdatatype_any) { >+ dns_db_detachnode(db, &node); >+ dns_diff_clear(&trash); >+ return (DNS_R_NXRRSET); >+ } else > covers = 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 20901
: 3704