2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add missing DBC checks for catz and add isc_magic checks; add DBC checks to ht.c

This commit is contained in:
Mark Andrews
2018-11-28 18:57:38 +11:00
parent b726ca4533
commit a487473fc5
7 changed files with 226 additions and 123 deletions

View File

@@ -1779,7 +1779,7 @@ finish_update(dns_rpz_zone_t *rpz) {
result = isc_ht_iter_delcurrent_next(iter))
{
isc_region_t region;
unsigned char *key;
unsigned char *key = NULL;
size_t keysize;
isc_ht_iter_currentkey(iter, &key, &keysize);