Fix SEGV and failure to validate on x86_64.

This commit is contained in:
Simon Kelley
2014-01-16 19:53:06 +00:00
parent 0975a58e9b
commit 4619d94622
2 changed files with 3 additions and 2 deletions

View File

@@ -1476,6 +1476,7 @@ static struct frec *allocate_frec(time_t now)
#endif
#ifdef HAVE_DNSSEC
f->blocking_query = NULL;
f->stash = NULL;
#endif
daemon->frec_list = f;
}