bind9/lib
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
..
dns Skip "deny-answer-address" for non-IN addresses 2026-05-07 13:32:15 +02:00
isc Fix use-after-free in DoH write buffer after HTTP/2 send 2026-05-07 13:32:15 +02:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Disable recursion for non-IN classes 2026-05-07 13:32:15 +02:00
ns Validate DNS message CLASS early in request processing 2026-05-07 13:32:15 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00