]> 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>
Tue, 9 Jun 2020 14:24:23 +0000 (16:24 +0200)
commitd4d64ded76a1d188a9dafeab1cc537faac9ca199
treea099527e66d8428cd9ed0d01cf176d4cc393df6f
parentd87f727636ba336e48cd24372a837058e95a052d
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