]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: [9.20] Wait for memory reclamation to finish in named-checkconf
authorOndřej Surý <ondrej@isc.org>
Tue, 25 Mar 2025 10:00:46 +0000 (10:00 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Mar 2025 10:00:46 +0000 (10:00 +0000)
commit9986dad2dc2491644767e67d81213525e91cdb98
tree263b57d072260b3c8d30ca83a3c6217c14523c95
parent4297ae47957af26350d3f0f08b1680cbba365e4c
parent4b4eb29452d3b9a44ebd55baa5948c285b02f210
fix: usr: [9.20] Wait for memory reclamation to finish in named-checkconf

Previously, when named-checkzone loaded the zone to the QP database, the delayed
memory reclamation could cause an assertion check on exit. This has
been fixed.

Closes #5220

Merge branch '5220-add-rcu-barrier-to-named-checkconf-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10307