]> 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 19:19:55 +0000 (19:19 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 2 Mar 2023 19:19:55 +0000 (19:19 +0000)
commit2a719e9df22be20d1fd3f19bf2addaa26afc52a4
treeab0d473c422e5c93b8e0b5a0f6705341abe19b12
parent95939fd880d4dba0f0bcd05fefe1caa7fca6e68e
Revert "Process db callbacks in zone_loaddone() after zone_postload()"

This reverts commit 1254f37584497eac05ed39a5ae01cc0d22d6ea7b.

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