From ff1ebbf6719fb5aad64ccf7e076704e2c592b08f Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 22 Jun 2017 13:09:45 +0200 Subject: [PATCH] Hmmm... this time the warning does make sense --- src/anchor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anchor.c b/src/anchor.c index 4ddbb142..bacd7334 100644 --- a/src/anchor.c +++ b/src/anchor.c @@ -668,7 +668,7 @@ uint16_t _getdns_parse_xml_trust_anchors_buf( void _getdns_context_equip_with_anchor(getdns_context *context, time_t now) { uint8_t xml_spc[4096], *xml_data; - uint8_t p7s_spc[4096], *p7s_data; + uint8_t p7s_spc[4096], *p7s_data = NULL; size_t xml_len, p7s_len; BIO *xml = NULL, *p7s = NULL, *crt = NULL;