bind9/lib/isc/netmgr
Artem Boldariev dc356bb196 Fix ASAN error in DoH (passing NULL to memmove())
The warning was produced by an ASAN build:

runtime error: null pointer passed as argument 2, which is declared to
never be null

This commit fixes it by checking if nghttp2_session_mem_send() has
actually returned anything.
2021-06-16 17:46:10 +03:00
..
http.c Fix ASAN error in DoH (passing NULL to memmove()) 2021-06-16 17:46:10 +03:00
netmgr-int.h Set sock->iface and sock->peer properly for layered connection types 2021-06-14 11:37:36 +03:00
netmgr.c Fix BIND to serve large HTTP responses 2021-06-14 11:37:17 +03:00
tcp.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
tcpdns.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
tlsdns.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
tlsstream.c Set sock->iface and sock->peer properly for layered connection types 2021-06-14 11:37:36 +03:00
udp.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
uv-compat.c Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
uv-compat.h Use UV_VERSION_HEX to decide whether we need libuv shim functions 2021-05-31 14:52:05 +02:00
uverr2result.c Distribute queries among threads even on platforms without lb sockets 2020-12-03 09:20:33 +01:00