The function 'dns_dnssec_syncupdate()' is dereferencing arguments
'keys' and 'rmkeys'. There should be a REQUIRE that those are not
null pointers.
dns_dnsseckey_t *key;
REQUIRE(digests != NULL);
+ REQUIRE(keys != NULL);
+ REQUIRE(rmkeys != NULL);
for (key = ISC_LIST_HEAD(*keys); key != NULL;
key = ISC_LIST_NEXT(key, link))
* Any changes made also cause a dns_difftuple to be added to 'diff'.
*
* Requires:
+ *\li 'keys' is not NULL.
+ *\li 'rmkeys' is not NULL.
*\li 'digests' is not NULL.
*
* Returns: