]> git.ipfire.org Git - thirdparty/bind9.git/commit
Require valid key for dst_key functions
authorMatthijs Mekking <matthijs@isc.org>
Tue, 17 May 2022 10:02:43 +0000 (12:02 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 23 May 2022 10:00:53 +0000 (12:00 +0200)
commit0ae48af8b22c052127c1315c2f88dd97dd2dcbbb
tree0dce47a20bb7b7dea42105fa27cd9b9dbcd34655
parentca7e3e25c40922f5d82dea9f8c2558355c139b98
Require valid key for dst_key functions

Make sure that the key structure is valid when calling the following
functions:
- dst_key_setexternal
- dst_key_isexternal
- dst_key_setmodified
- dst_key_ismodified

(cherry picked from commit 888ec4e0d407a9333017d6997a2be81a69658e1f)
lib/dns/dst_api.c