bind9/lib
Ondřej Surý f060971f84
Pass empty string instead of NULL to ns_client_dumpmessage()
The two new call sites added by the CLASS-validation work passed NULL
as the reason, but ns_client_dumpmessage() bails out early on a NULL
reason — so the message dump never happened. The intent was to dump
the message and let the follow-up ns_client_log() carry the reason
text, so pass "" to suppress the prefix without short-circuiting the
dump.
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 Pass empty string instead of NULL to ns_client_dumpmessage() 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