File bind-CVE-2015-5477.patch of Package bind.openSUSE_13.2_Update
Index: lib/dns/tkey.c
===================================================================
--- lib/dns/tkey.c.orig 2015-07-28 15:06:08.763863486 +0200
+++ lib/dns/tkey.c 2015-07-28 15:07:01.031540449 +0200
@@ -650,6 +650,7 @@
* Try the answer section, since that's where Win2000
* puts it.
*/
+ name = NULL;
if (dns_message_findname(msg, DNS_SECTION_ANSWER, qname,
dns_rdatatype_tkey, 0, &name,
&tkeyset) != ISC_R_SUCCESS) {