]> git.ipfire.org Git - thirdparty/bind9.git/commit
make sure new_zone_lock is locked before unlocking it
authorEvan Hunt <each@isc.org>
Sun, 12 Jul 2020 04:30:53 +0000 (21:30 -0700)
committerEvan Hunt <each@isc.org>
Mon, 13 Jul 2020 19:06:26 +0000 (12:06 -0700)
commited37c63e2bbc4afe299dbe38ae98871dcc1d3470
tree7d4b197233565c54609480258e569a9b3d072fbc
parent4aaef76c5828a1f0bbfc834490dc6d8194c495be
make sure new_zone_lock is locked before unlocking it

it was possible for the count_newzones() function to try to
unlock view->new_zone_lock on return before locking it, which
caused a crash on shutdown.
bin/named/server.c