bind9/lib
Ondřej Surý 005e151c5b
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.

(cherry picked from commit 3401cbd16f44b4ecb8b57dc9d1951037db6d0e32)
2026-05-07 13:09:18 +02:00
..
dns Skip "deny-answer-address" for non-IN addresses 2026-05-07 13:09:18 +02:00
isc Fix use-after-free in DoH write buffer after HTTP/2 send 2026-05-07 13:09:18 +02:00
isccc Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
isccfg Disable recursion for non-IN classes 2026-05-07 13:09:18 +02:00
ns Pass empty string instead of NULL to ns_client_dumpmessage() 2026-05-07 13:09:18 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00