mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add INSIST to silence coverity
This commit is contained in:
parent
8c74b6a9a1
commit
03089dd420
1 changed files with 1 additions and 0 deletions
|
|
@ -1401,6 +1401,7 @@ opensslrsa_fromlabel(dst_key_t *key, const char *engine, const char *label,
|
|||
if (tmpengine == NULL)
|
||||
DST_RET(ISC_R_NOMEMORY);
|
||||
colon = strchr(tmpengine, ':');
|
||||
INSIST(colon != NULL);
|
||||
*colon = '\0';
|
||||
}
|
||||
e = dst__openssl_getengine(engine);
|
||||
|
|
|
|||
Loading…
Reference in a new issue