bind9/lib
Mark Andrews 7708678482
In dbiterator_prev, dereference_iter_node was being called too soon
dns_rbtnodechain_prev requires the current node to still be valid
which was not always the case after dereference_iter_node was called.
Move the call to dereference_iter_node to after the dns_rbtnodechain_prev
to preserve the node.

(cherry picked from commit b677d31fca)
2025-12-08 10:27:03 +01:00
..
bind9 Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dns In dbiterator_prev, dereference_iter_node was being called too soon 2025-12-08 10:27:03 +01:00
irs standardize CHECK and RETERR macros 2025-12-03 19:18:12 -08:00
isc standardize CHECK and RETERR macros 2025-12-03 19:18:12 -08:00
isccc Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
isccfg standardize CHECK and RETERR macros 2025-12-03 19:18:12 -08:00
ns standardize CHECK and RETERR macros 2025-12-03 19:18:12 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00