mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
silence clang static analysis
This commit is contained in:
parent
9f61f6b46b
commit
f933be6d45
@ -3742,6 +3742,8 @@ main(int argc, char *argv[]) {
|
|||||||
if (nsec3iter > max)
|
if (nsec3iter > max)
|
||||||
fatal("NSEC3 iterations too big for weakest DNSKEY "
|
fatal("NSEC3 iterations too big for weakest DNSKEY "
|
||||||
"strength. Maximum iterations allowed %u.", max);
|
"strength. Maximum iterations allowed %u.", max);
|
||||||
|
} else {
|
||||||
|
hashlist_init(&hashlist, 0, 0); /* silence clang */
|
||||||
}
|
}
|
||||||
|
|
||||||
gversion = NULL;
|
gversion = NULL;
|
||||||
@ -3903,8 +3905,7 @@ main(int argc, char *argv[]) {
|
|||||||
dns_db_closeversion(gdb, &gversion, ISC_FALSE);
|
dns_db_closeversion(gdb, &gversion, ISC_FALSE);
|
||||||
dns_db_detach(&gdb);
|
dns_db_detach(&gdb);
|
||||||
|
|
||||||
if (IS_NSEC3)
|
hashlist_free(&hashlist);
|
||||||
hashlist_free(&hashlist);
|
|
||||||
|
|
||||||
while (!ISC_LIST_EMPTY(keylist)) {
|
while (!ISC_LIST_EMPTY(keylist)) {
|
||||||
key = ISC_LIST_HEAD(keylist);
|
key = ISC_LIST_HEAD(keylist);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user