Blame SOURCES/bind99-CVE-2015-5477.patch

aedf60
diff -up bind-9.9.4/lib/dns/tkey.c.CVE-2015-5477 bind-9.9.4/lib/dns/tkey.c
aedf60
--- bind-9.9.4/lib/dns/tkey.c.CVE-2015-5477	2015-07-27 22:36:02.318505839 +0200
aedf60
+++ bind-9.9.4/lib/dns/tkey.c	2015-07-27 22:36:39.764698712 +0200
aedf60
@@ -650,6 +650,7 @@ dns_tkey_processquery(dns_message_t *msg
aedf60
 		 * Try the answer section, since that's where Win2000
aedf60
 		 * puts it.
aedf60
 		 */
aedf60
+		name = NULL;
aedf60
 		if (dns_message_findname(msg, DNS_SECTION_ANSWER, qname,
aedf60
 					 dns_rdatatype_tkey, 0, &name,
aedf60
 					 &tkeyset) != ISC_R_SUCCESS) {