bind9/lib
Aram Sargsyan 5e12906669 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.
2026-06-22 20:51:53 +00:00
..
dns Fix memory leak bug during zone shutdown 2026-06-22 20:51:53 +00:00
isc ignore 0-byte reads in the TCP read callback 2026-06-22 09:33:38 +03:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Fix double initialization in copy_tuple() 2026-06-22 14:18:59 +00:00
ns Merge tag 'v9.21.23' 2026-06-17 13:48:49 +00:00
.gitignore
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00