bind9/lib/dns/include
Aram Sargsyan 9adab9e577 Fix memory leak bug during zone shutdown
The dns_update_signaturesinc() updates zone signatures in chunks,
keeping its current state in 'zone->rss_state'. When a zone shuts
down, the signature update process is canceled, and all the data
in the state is not freed.

Create a new dns_update_state_clear() function which can be called
from dns_zone_free() to free the memory.

(cherry picked from commit 5e12906669)
2026-06-22 21:14:02 +00:00
..
dns Fix memory leak bug during zone shutdown 2026-06-22 21:14:02 +00:00
dst Fix GSS-API context leak in TKEY negotiation 2026-05-07 13:09:18 +02:00
irs Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00