426. [bug] Attempting to generate an oversized RSA key could
cause dnssec-keygen to dump core.
+ 426. [bug] Attempting to generate an oversized RSA key could
+ cause dnssec-keygen to dump core.
424. [bug] notify_createmessage() could trigger an assertion failure
when creating the notify message failed, e.g. due to
/*
* Principal Author: Brian Wellington
- * $Id: bsafe_link.c,v 1.32 2000/06/22 21:19:13 bwelling Exp $
+ * $Id: bsafe_link.c,v 1.32.2.1 2000/09/07 19:29:05 gson Exp $
*/
#if defined(DNSSAFE)
static isc_result_t
dnssafersa_generate(dst_key_t *key, int exp) {
- B_KEY_OBJ private;
- B_KEY_OBJ public;
+ B_KEY_OBJ private = NULL;
+ B_KEY_OBJ public = NULL;
B_ALGORITHM_OBJ keypairGenerator = NULL;
B_ALGORITHM_OBJ randomAlgorithm = NULL;
A_RSA_KEY_GEN_PARAMS keygenParams;