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