]> git.ipfire.org Git - thirdparty/bind9.git/commit
use read lock in rdataset_getownercase()
authorEvan Hunt <each@isc.org>
Thu, 3 Aug 2023 19:51:41 +0000 (12:51 -0700)
committerEvan Hunt <each@isc.org>
Thu, 3 Aug 2023 20:26:27 +0000 (13:26 -0700)
commitb3c2b646622219b8edb4e9b72c722e84784ccdc5
treeeeb3a366d3b755ccb76fc189f1ebdf24b9024e79
parentc3fbcda5a12d6dccdc82059d06ba42eaa224c224
use read lock in rdataset_getownercase()

we were incorrectly write-locking the node when retrieving
the owner case of an rdataset.
lib/dns/rdataslab.c