bind9/lib
Michał Kępień 37101c7c8a
Do not re-add a node to the same prunenodes list
If a node cleaned up by prune_tree() happens to belong to the same node
bucket as its parent, the latter is directly appended to the prunenodes
list currently processed by prune_tree().  However, the relevant code
branch does not account for the fact that the parent might already be on
the list it is trying to append it to.  Fix by only calling
ISC_LIST_APPEND() for parent nodes not yet added to their relevant
prunenodes list.

(cherry picked from commit 4b6fc97af6)
2024-03-01 18:19:39 +01:00
..
bind9 Deprecate AES algorithm for DNS cookies 2023-12-05 10:56:19 +01:00
dns Do not re-add a node to the same prunenodes list 2024-03-01 18:19:39 +01:00
irs Properly process extra nameserver lines in resolv.conf 2023-05-18 08:52:17 +10:00
isc Fix case insensitive matching in isc_ht hash table implementation 2024-02-11 11:57:58 +01:00
isccc Limit isccc_cc_fromwire recursion depth 2023-09-05 20:29:27 +02:00
isccfg Reformat sources with up-to-date clang-format-17 2023-11-13 17:15:55 +01:00
ns Restore dns64 state during serve-stale processing 2024-01-05 12:24:05 +01:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00