]> git.ipfire.org Git - thirdparty/bind9.git/commit
dns_db_setloop called at wrong place on wrong db
authorMark Andrews <marka@isc.org>
Thu, 7 Mar 2024 02:10:23 +0000 (13:10 +1100)
committerMark Andrews <marka@isc.org>
Thu, 7 Mar 2024 02:10:23 +0000 (13:10 +1100)
commit926d2e4cf2d9c0e9cbad0d11e81d95bb500d653b
tree865ceaa67256645e04ec977518b47eeee5da3ed0
parentcc12a60a6c2d176454a9470162d3ba569f458ba8
dns_db_setloop called at wrong place on wrong db

In cache_create_db, dns_db_setloop should be called on the newly
created db only if the database creation succeeded.
lib/dns/cache.c