]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't cleanup the dead nodes when pruning the tree
authorOndřej Surý <ondrej@isc.org>
Thu, 3 Nov 2022 08:06:08 +0000 (09:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 3 Nov 2022 08:06:08 +0000 (09:06 +0100)
commitc429b52533e4e454905fb1507ddee8f87472e152
tree752882f2d4c99ddb476fc982b97c03657f498145
parent7f19af2622b10fe10383da8d0d5424d46beb3e98
Don't cleanup the dead nodes when pruning the tree

The dead nodes might get reactivated during the db iterator walks the
version of the tree, so we can't cleanup the dead nodes while the db
version is open.  Restore the previous behaviour that cleaned up the
dead nodes when we are closing the version.
lib/dns/rbtdb.c