]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Add a missing rcu_read_unlock() call on exit path
authorArаm Sаrgsyаn <aram@isc.org>
Fri, 27 Sep 2024 13:50:54 +0000 (13:50 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 27 Sep 2024 13:50:54 +0000 (13:50 +0000)
An exit path in the dns_dispatch_add() function fails to get out of
the RCU critical section when returning early. Add the missing
rcu_read_unlock() call.

Merge branch 'aram/add-missing-rcu_read_unlock-in-dns_dispatch_add' into 'main'

See merge request isc-projects/bind9!9561


Trivial merge