]> git.ipfire.org Git - thirdparty/bind9.git/commit
Protect dst key metadata with lock
authorMatthijs Mekking <matthijs@isc.org>
Fri, 25 Jun 2021 08:51:21 +0000 (10:51 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 30 Jun 2021 15:28:49 +0000 (17:28 +0200)
commit39df3f0475761cf6e4432e0bf5666981432bf321
treebf48056b1edd7ceb3543842d2af1d74634c241fe
parent28c5179904aa1163bb7749129d04e10c835fa2af
Protect dst key metadata with lock

The DST key metadata can be written by several threads in parralel.
Protect the dst_key_get* and dst_key_set* functions with a mutex.
lib/dns/dst_api.c
lib/dns/dst_internal.h