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

4841. [bug] Address -fsanitize=undefined warnings. [RT #46786]

This commit is contained in:
Mark Andrews
2017-12-06 21:00:14 +11:00
parent a89f416017
commit 9d5a0abe81
9 changed files with 32 additions and 17 deletions

View File

@@ -1866,8 +1866,8 @@ update_quantum(isc_task_t *task, isc_event_t *event) {
break;
}
result = dns_db_allrdatasets(rpz->updb, node, rpz->updbversion, 0,
&rdsiter);
result = dns_db_allrdatasets(rpz->updb, node, rpz->updbversion,
0, &rdsiter);
if (result != ISC_R_SUCCESS) {
isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
DNS_LOGMODULE_MASTER, ISC_LOG_ERROR,