mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
2158. [bug] ns_client_isself() failed to initialise key
leading to a REQUIRE failure. [RT #16688]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2158. [bug] ns_client_isself() failed to initialise key
|
||||||
|
leading to a REQUIRE failure. [RT #16688]
|
||||||
|
|
||||||
2157. [func] dns_db_transfernode() created. [RT #16685]
|
2157. [func] dns_db_transfernode() created. [RT #16685]
|
||||||
|
|
||||||
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
|
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: client.c,v 1.243 2007/02/26 00:57:03 marka Exp $ */
|
/* $Id: client.c,v 1.244 2007/03/06 01:14:27 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1226,7 +1226,7 @@ ns_client_isself(dns_view_t *myview, dns_tsigkey_t *mykey,
|
|||||||
dns_rdataclass_t rdclass, void *arg)
|
dns_rdataclass_t rdclass, void *arg)
|
||||||
{
|
{
|
||||||
dns_view_t *view;
|
dns_view_t *view;
|
||||||
dns_tsigkey_t *key;
|
dns_tsigkey_t *key = NULL;
|
||||||
dns_name_t *tsig = NULL;
|
dns_name_t *tsig = NULL;
|
||||||
isc_netaddr_t netsrc;
|
isc_netaddr_t netsrc;
|
||||||
isc_netaddr_t netdst;
|
isc_netaddr_t netdst;
|
||||||
|
Reference in New Issue
Block a user