bind9/lib
Aram Sargsyan d48df6b084 Remove qpzone.c:first_existing_header_indirect() which had bugs
The first_existing_header_indirect() static function is used only
in one place and it has bugs:

1. It doesn't advance the pointer and can cause an infinite loop
   if it doesn't break out from the loop on the first iteration.
2. It doesn't check if the header EXISTS, though its name indicates
   that it should.
3. Even if the infinite loop bug is fixed, it would eventually
   return the last checked header's pointer even if all the
   candidates do not match the criteria of the selection.

Instead of fixing it, remove the function and use simpler code in
the place where it was being called.
2026-01-21 10:47:17 +00:00
..
dns Remove qpzone.c:first_existing_header_indirect() which had bugs 2026-01-21 10:47:17 +00: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