commit | 5107ace14a87f9d67584d62dcaebe1bbeed1619f | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Sun Feb 23 10:48:32 2014 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Sun Feb 23 10:48:32 2014 +0000 |
tree | 158ff402b1c3e6d1602ce335f1e791a8d96a182c | |
parent | 7b1eae4f503ba81b9b3a41a52bede6d0eeab9f49 [diff] [blame] |
NSEC3 validation. First pass.
diff --git a/src/dnsmasq.c b/src/dnsmasq.c index b1a0964..937fb2b 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c
@@ -98,7 +98,10 @@ #ifdef HAVE_DNSSEC if (option_bool(OPT_DNSSEC_VALID)) - daemon->keyname = safe_malloc(MAXDNAME); + { + daemon->keyname = safe_malloc(MAXDNAME); + daemon->workspacename = safe_malloc(MAXDNAME); + } #endif #ifdef HAVE_DHCP