Task #1513 - fixed.err
back to task #1513download
Error: GCC_ANALYZER_WARNING (CWE-476):
openssl-3.2.1/crypto/cms/cms_env.c: scope_hint: In function 'cms_RecipientInfo_ktri_decrypt'
openssl-3.2.1/crypto/cms/cms_env.c:597:21: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
# 595| if (cms->d.envelopedData->encryptedContentInfo->havenocert
# 596| && !cms->d.envelopedData->encryptedContentInfo->debug) {
# 597|-> X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
# 598| char name[OSSL_MAX_NAME_SIZE];
# 599|