bind9/lib/isc/netmgr
Artem Boldariev a6f14565b4 TLS Stream: handle successful TLS handshake after listener shutdown
It was possible that accept callback can be called after listener
shutdown. In such a case the callback pointer equals NULL, leading to
segmentation fault. This commit fixes that.
2022-10-18 16:40:08 +03:00
..
http.c Synchronise stop listening operation for multi-layer transports 2022-10-18 16:40:08 +03:00
netmgr-int.h Synchronise stop listening operation for multi-layer transports 2022-10-18 16:40:08 +03:00
netmgr.c Synchronise stop listening operation for multi-layer transports 2022-10-18 16:40:08 +03:00
tcp.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 21:48:44 +02:00
tcpdns.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 21:48:44 +02:00
timer.c Change single write timer to per-send timers 2022-03-11 10:52:22 +01:00
tlsdns.c TLS DNS: fix certificate verification error message reporting 2022-10-12 16:53:06 +03:00
tlsstream.c TLS Stream: handle successful TLS handshake after listener shutdown 2022-10-18 16:40:08 +03:00
udp.c Handle the transient TCP connect() failures on FreeBSD 2022-07-14 21:47:47 +02:00
uv-compat.c Add uv_tcp_close_reset compat 2022-02-17 09:47:43 +01:00
uv-compat.h Abort when libuv at runtime mismatches libuv at compile time 2022-04-26 12:11:51 +02:00
uverr2result.c Remove redundant #include <isc/strerr.h> 2022-10-17 16:08:28 +01:00