bind9/lib/isc/netmgr
Witold Kręcicki e1c75d00b7 Properly handle outer TCP connection closed in TCPDNS.
If the connection is closed while we're processing the request
we might access TCPDNS outerhandle which is already reset. Check
for this condition and call the callback with ISC_R_CANCELED result.

(cherry picked from commit c41ce8e0c9)
2020-10-29 13:21:55 +01:00
..
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
netmgr-int.h Fix the data race when read-writing sock->active by using cmpxchg 2020-10-22 15:00:07 -07:00
netmgr.c Fix the data race when read-writing sock->active by using cmpxchg 2020-10-22 15:00:07 -07:00
tcp.c Fix the data race when read-writing sock->active by using cmpxchg 2020-10-22 15:00:07 -07:00
tcpdns.c Properly handle outer TCP connection closed in TCPDNS. 2020-10-29 13:21:55 +01:00
udp.c Fix the data race when read-writing sock->active by using cmpxchg 2020-10-22 15:00:07 -07:00
uv-compat.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
uv-compat.h update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
uverr2result.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00