bind9/lib/isc/netmgr
Aydın Mercan 4d16a8c9f2
Fix use-after-free in DoH write buffer after HTTP/2 send
After the send callback completes, the UV request is freed but
the HTTP/2 socket's write buffer still points to the freed memory.
If nghttp2 subsequently needs to send frames (e.g. SETTINGS ACK),
the server_read_callback reads from the dangling buffer.

Clear the write buffer before freeing the UV request.
2026-05-07 13:32:15 +02:00
..
http.c Fix use-after-free in DoH write buffer after HTTP/2 send 2026-05-07 13:32:15 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
netmgr-int.h Implement IP_LOCAL_PORT_RANGE socket option for Linux 2026-02-20 14:06:23 +01:00
netmgr.c Rename isc_net_getudpportrange() to isc_net_getportrange() 2026-02-20 14:06:23 +01:00
proxystream.c Refactor the network manager to be a singleton 2025-07-23 22:45:38 +02:00
proxyudp.c Refactor the network manager to be a singleton 2025-07-23 22:45:38 +02:00
socket.c Implement IP_LOCAL_PORT_RANGE socket option for Linux 2026-02-20 14:06:23 +01:00
streamdns.c attach socket before async streamdns_resume_processing 2025-11-20 18:08:52 +01:00
tcp.c Implement IP_LOCAL_PORT_RANGE socket option for Linux 2026-02-20 14:06:23 +01:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsstream.c Fix missing server socket detach in TLS accept error path 2026-03-14 13:58:32 +01:00
udp.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00