]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a zone database reference counting bug in dump_done()
authorMichał Kępień <michal@isc.org>
Tue, 13 Mar 2018 10:28:11 +0000 (11:28 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 13 Mar 2018 10:28:11 +0000 (11:28 +0100)
commitfbd5658db7cddda76e6c6dd3026952b5a17a70ba
tree108022536118939cca103147696eecea3b230f2f
parent129e13b92d1af4c45c93fa81dd2105348c35e23c
Fix a zone database reference counting bug in dump_done()

A typo in commit d39ab7440e introduced a bug in zone database reference
counting which leads to a crash if dumping one version of a slave zone
is not finished by the time transferring a newer version from a master
completes.  Correct the typo to fix reference counting, thus preventing
crashes.
lib/dns/zone.c