summaryrefslogtreecommitdiffstats
path: root/bind96-rh549284.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bind96-rh549284.patch')
-rw-r--r--bind96-rh549284.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/bind96-rh549284.patch b/bind96-rh549284.patch
new file mode 100644
index 0000000..aef18f7
--- /dev/null
+++ b/bind96-rh549284.patch
@@ -0,0 +1,19 @@
+--- bind-9.6.1-P2/lib/dns/validator.c.rh549284 2010-01-11 11:40:26.480893127 +0100
++++ bind-9.6.1-P2/lib/dns/validator.c 2010-01-11 11:40:57.730892953 +0100
+@@ -2161,7 +2161,7 @@ validatezonekey(dns_validator_t *val) {
+ result == ISC_R_SUCCESS;
+ result = dns_rdataset_next(val->event->sigrdataset))
+ {
+- dns_keynode_t *keynode = NULL, *nextnode = NULL;
++ dns_keynode_t *keynode = NULL;
+
+ dns_rdata_reset(&sigrdata);
+ dns_rdataset_current(val->event->sigrdataset,
+@@ -2181,6 +2181,7 @@ validatezonekey(dns_validator_t *val) {
+ result == ISC_R_SUCCESS)
+ atsep = ISC_TRUE;
+ while (result == ISC_R_SUCCESS) {
++ dns_keynode_t *nextnode = NULL;
+ dstkey = dns_keynode_key(keynode);
+ result = verify(val, dstkey, &sigrdata,
+ sig.keyid);