]> git.ipfire.org Git - thirdparty/bind9.git/commit
The nodefullname doesn't need a read lock to access .name
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Jul 2025 16:19:50 +0000 (18:19 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:29:02 +0000 (07:29 +0200)
commitd555cb97040a7b2c253c4c11ed822a53c2aff7b7
tree430ae97759d04606b0b1939e1752c118023f03af
parent3f3993b4935d2c9af3fcc85e6242a234e4081874
The nodefullname doesn't need a read lock to access .name

The qpznode->name is constant - assigned when the node is created
and it is immutable, so there's no reason to have it locked at all.
lib/dns/qpzone.c