bind9/lib/isccc
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
..
include Add isc_nm_read_stop() and remove .reading member from ccmsg 2024-02-08 17:23:39 +01:00
alist.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
base64.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
cc.c NetBSD has added 'hmac' to libc so rename out uses of hmac 2023-12-13 22:27:38 +00:00
ccmsg.c Fix UAF in ccmsg.c when reading stopped before sending 2024-02-08 17:24:11 +01:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
sexpr.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
symtab.c Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00