]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revert "Process db callbacks in zone_loaddone() after zone_postload()"
authorAram Sargsyan <aram@isc.org>
Wed, 1 Mar 2023 17:26:41 +0000 (17:26 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 1 Mar 2023 17:26:41 +0000 (17:26 +0000)
commit593dea871afe903fbff420be0ccb63c85152de4a
tree2e31dc3c78b70415056b397e756115f4c39b8868
parent0eb6657c21c5461ea6c857949a3d5652f988e5f0
Revert "Process db callbacks in zone_loaddone() after zone_postload()"

This reverts commit ed268b46f11706bde3da68bd2a4b45752350f736.

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