bind9/bin
Mark Andrews af379e10cc Use const pointer with strchr of const pointer
C23 now has qualifier preserving standard functions for strchr,
bsearch, strpbrk, strrchr, strstr, memchr.  There where a few places
where the return value was not assigned to a const qualified pointer.
These have been fixed.
2026-01-20 16:23:58 +11:00
..
check cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
confgen Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
delv Use const pointer with strchr of const pointer 2026-01-20 16:23:58 +11:00
dig cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
dnssec Cleanup the extra dns_rdataset_disassociate() code 2025-12-17 15:19:55 +01:00
include Remove rrset-order cyclic from the default config, with shim 2026-01-08 14:43:04 +01:00
named rename dns_view_findzonecut() into dns_view_bestzonecut() 2026-01-16 07:52:56 +01:00
nsupdate cfg_parse_ API doesn't need memory context 2025-12-04 16:09:40 +01:00
plugins Apply the dns_rdataset_cleanup patch through the codebase 2025-12-17 15:19:55 +01:00
rndc Clarify rndc sign 2025-12-22 13:33:48 +00:00
tests Do not run unwritable dump-file check as root 2026-01-15 14:30:37 +01:00
tools Use const pointer with strchr of const pointer 2026-01-20 16:23:58 +11:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00