]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use RCU for view->adb access
authorMark Andrews <marka@isc.org>
Thu, 8 Jun 2023 06:58:45 +0000 (16:58 +1000)
committerMark Andrews <marka@isc.org>
Wed, 14 Jun 2023 09:21:28 +0000 (19:21 +1000)
commit971f49b3ad13675156b3e136d050a0d4f3a52288
tree82e5ed3f06b6a8916a76fe79b721f2ecc5cdb662
parent984decc56377d3f4051cbe6a90bd46ea46df044b
Use RCU for view->adb access

view->adb may be referenced while the view is shutting down as the
zone uses a weak reference to the view and examines view->adb but
dns_view_detach call dns_adb_detach to clear view->adb.
bin/named/server.c
bin/named/statschannel.c
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/view.c
lib/dns/zone.c
lib/ns/client.c