Task #934 - added.err

back to task #934
download
Error: CPPCHECK_WARNING:
nss-3.101.0-build/nss-3.101/nss/gtests/pk11_gtest/pk11_eddsa_unittest.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/certdb/alg1485.c:666:5: warning[deadcode.DeadStores]: Value stored to 'reqLen' is never read
#  664|           return SECFailure;
#  665|       }
#  666|->     reqLen += 1;
#  667|   
#  668|       if (mode == minimalEscapeAndQuote)

Error: CLANG_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/cryptohi/seckey.c:691:21: warning[deadcode.DeadStores]: Value stored to 'rv' is never read
#  689|   
#  690|                   if (!SECITEM_AllocItem(arena, &pubk->u.ec.DEREncodedParams, oidEd25519->oid.len + 2)) {
#  691|->                     rv = SECFailure;
#  692|                       break;
#  693|                   }

Error: CLANG_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/pkcs12/p12e.c:468:9: warning[core.NullDereference]: Access to field 'cinfo' results in a dereference of a null pointer (loaded from variable 'safeInfo')
#  466|           PK11_FreeSlot(slot);
#  467|       }
#  468|->     if (safeInfo->cinfo) {
#  469|           SEC_PKCS7DestroyContentInfo(safeInfo->cinfo);
#  470|       }

Error: CLANG_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/smime/cmsrecinfo.c:588:13: warning[deadcode.DeadStores]: Value stored to 'algid' is never read
#  586|               break;
#  587|           case NSSCMSRecipientInfoID_KEK:
#  588|->             algid = &(ri->ri.kekRecipientInfo.keyEncAlg);
#  589|               parameters = &(ri->ri.kekRecipientInfo.keyEncAlg.parameters);
#  590|               enckey = &(ri->ri.kekRecipientInfo.encKey);

Error: CLANG_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/smime/cmsrecinfo.c:589:13: warning[deadcode.DeadStores]: Value stored to 'parameters' is never read
#  587|           case NSSCMSRecipientInfoID_KEK:
#  588|               algid = &(ri->ri.kekRecipientInfo.keyEncAlg);
#  589|->             parameters = &(ri->ri.kekRecipientInfo.keyEncAlg.parameters);
#  590|               enckey = &(ri->ri.kekRecipientInfo.encKey);
#  591|               /* not supported yet */

Error: CPPCHECK_WARNING:
nss-3.101.0-build/nss-3.101/nss/lib/util/secalgid.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.