]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove INSIST from from new_reference
authorMark Andrews <marka@isc.org>
Tue, 2 Jun 2020 02:38:40 +0000 (12:38 +1000)
committerMichał Kępień <michal@isc.org>
Thu, 18 Jun 2020 08:37:16 +0000 (10:37 +0200)
commit90a7416d1599df7aa1cdfac33b2da9352eeec4b0
tree88d5df8a2cb97c28ec3c9bf404b49edb729288de
parenta0231294ef9516b1ec8888179f3a8c2513717bb0
Remove INSIST from from new_reference

RBTDB node can now appear on the deadnodes lists following the changes
to decrement_reference in 4db29f1f7d8544d22d8181d4789d4975eb1dca06 to
defer checking of node->down when the tree write lock is not held.  The
node should be unlinked instead.

(cherry picked from commit 569cc155b8680d8ed12db1fabbe20947db24a0f9)
lib/dns/rbtdb.c