]> 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 09:36:36 +0000 (11:36 +0200)
commit888ec4e0d407a9333017d6997a2be81a69658e1f
treed08177da290ffcf317934ba571342a4087abf751
parent1fa24d0afbc01d25d71446156758b3a945db5b5f
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
lib/dns/dst_api.c