]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix rwlock type mismatch in delete_ds() error path
authorOndřej Surý <ondrej@isc.org>
Tue, 10 Mar 2026 09:19:42 +0000 (10:19 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 17 Mar 2026 15:05:11 +0000 (16:05 +0100)
commit96a22451d766e1c4d3ec4882d55e598417e4e796
treed44959cb7e29c5e4e9255ce7b65cf012c72e2cf7
parent106416eb38dd3b6187412ec001e5ae6650e766cb
Fix rwlock type mismatch in delete_ds() error path

The lock is acquired for reading but the error path from
dns_rdata_fromstruct() incorrectly unlocks it as a write lock.
lib/dns/keytable.c