]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revert "Process db callbacks in zone_loaddone() after zone_postload()"
authorAram Sargsyan <aram@isc.org>
Thu, 2 Mar 2023 18:38:49 +0000 (18:38 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 2 Mar 2023 18:55:06 +0000 (18:55 +0000)
commit6834ea968e83a061a4305d998569e0145a18994b
treecad484c32f131ef2c20b91b483f32630ad2e3dce
parent8ccdf53fa97ed7cb5f9dd4ecf3fe1157fd84d797
Revert "Process db callbacks in zone_loaddone() after zone_postload()"

This reverts commit a7196470233d4d79c6998d94e87d5a574f841644.

The commit introduced a data race, because dns_db_endload() is called
after unfreezing the zone.

(not cherry picked from commit 593dea871afe903fbff420be0ccb63c85152de4a)
lib/dns/zone.c