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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user