Task #947 - fixed.err
back to task #947download
Error: GCC_ANALYZER_WARNING (CWE-476): openssl-3.2.1-build/openssl-3.2.1/crypto/cms/cms_env.c: scope_hint: In function 'cms_RecipientInfo_ktri_decrypt' openssl-3.2.1-build/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| Error: CLANG_WARNING: openssl-3.2.1-build/openssl-3.2.1/ssl/record/rec_layer_s3.c:95:51: warning[core.NullDereference]: Dereference of null pointer # 93| max_early_data = s->recv_max_early_data; # 94| else # 95|-> max_early_data = s->recv_max_early_data < sess->ext.max_early_data # 96| ? s->recv_max_early_data : sess->ext.max_early_data; # 97| Error: CPPCHECK_WARNING: openssl-3.2.1-build/openssl-3.2.1/test/threadpool_test.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.