bind9/lib
Ondřej Surý 315aa3135a
Fix UAF in ccmsg.c when reading stopped before sending
When shutting down the whole server, the reading could stop and detach
from controlconnection before sending is done.  If send callback then
detaches from the last controlconnection handle, the ccmsg would be
invalidated after the send callback and thus we must not access ccmsg
after calling the send_cb().
2024-02-08 17:24:11 +01:00
..
dns Reduce sizeof isc_sockaddr from 152 to 48 bytes 2024-02-08 15:13:47 +01:00
isc Add memory pools for isc_nmsocket_t structures 2024-02-08 15:13:47 +01:00
isccc Fix UAF in ccmsg.c when reading stopped before sending 2024-02-08 17:24:11 +01:00
isccfg cleanup isc_symtab_define with isc_symexists_replace 2024-02-07 13:52:10 +11:00
ns Improve the definition of the DNS_GETDB_* flags 2024-02-02 14:15:31 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00