bind9/lib
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
..
dns rename dns_view_findzonecut() into dns_view_bestzonecut() 2026-01-16 07:52:56 +01:00
isc Use const pointer with strchr of const pointer 2026-01-20 16:23:58 +11:00
isccc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isccfg small refactor for max-query-restart in check.c 2026-01-07 07:01:59 +00:00
ns Remove rrset-order cyclic from the default config, with shim 2026-01-08 14:43:04 +01: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