]> git.ipfire.org Git - thirdparty/bind9.git/commit
Require to be dereferenced arguments are non-NULL
authorMatthijs Mekking <matthijs@isc.org>
Wed, 22 Feb 2023 11:12:15 +0000 (12:12 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 28 Feb 2023 08:38:31 +0000 (09:38 +0100)
commit6c76a99c24e43323d2982be9c49488d1f3760844
treef988fc8d5d0c3693dd4d87697a4b2e34de79c6de
parentb1633b71b071086bf53acfbce808fa3c99f8cd50
Require to be dereferenced arguments are non-NULL

The function 'dns_dnssec_syncupdate()' is dereferencing arguments
'keys' and 'rmkeys'. There should be a REQUIRE that those are not
null pointers.
lib/dns/dnssec.c
lib/dns/include/dns/dnssec.h