Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
+ 717. [bug] Certain TKEY processing failure modes could
+ reference an uninitialized variable, causing the
+ server to crash. [RT #750]
+
711. [bug] The libisc and liblwres implementations of
inet_ntop contained an off by one error.
*/
/*
- * $Id: tkey.c,v 1.57.2.4 2001/01/11 20:34:09 gson Exp $
+ * $Id: tkey.c,v 1.57.2.5 2001/01/30 22:12:22 gson Exp $
*/
#include <config.h>
REQUIRE(tctx != NULL);
REQUIRE(ring != NULL);
+ ISC_LIST_INIT(namelist);
+
/*
* Need to do this to determine if this should be freed later.
*/
} else
signer = &tsigner;
- ISC_LIST_INIT(namelist);
-
tkeyout.common.rdclass = tkeyin.common.rdclass;
tkeyout.common.rdtype = tkeyin.common.rdtype;
ISC_LINK_INIT(&tkeyout.common, link);