Task #439 - fixed.err
back to task #439download
Error: CPPCHECK_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/egg-hkdf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: COMPILER_WARNING (CWE-477): gcr-4.2.1-build/gcr-4.2.1/egg/egg-libgcrypt.c: scope_hint: In function ‘egg_libgcrypt_initialize’ gcr-4.2.1-build/gcr-4.2.1/egg/egg-libgcrypt.c:71:25: warning[-Wdeprecated-declarations]: ‘gcry_set_log_handler’ is deprecated gcr-4.2.1-build/gcr-4.2.1/egg/egg-libgcrypt.c:27: included_from: Included from here. /usr/include/gcrypt.h:2025:6: note: declared here # 69| gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); # 70| gcry_check_version (LIBGCRYPT_VERSION); # 71|-> gcry_set_log_handler (log_handler, NULL); # 72| gcry_set_outofcore_handler (no_mem_handler, NULL); # 73| gcry_set_fatalerror_handler (fatal_handler, NULL); Error: CPPCHECK_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/egg-openssl.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/egg-symkey.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/egg-symkey.c:883:9: warning[deadcode.DeadStores]: Although the value stored to 'mode' is used in the enclosing expression, the value is never actually read from 'mode' # 881| goto done; # 882| # 883|-> algo = mode = 0; # 884| # 885| /* Read in all the encryption type */ Error: CLANG_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/egg-symkey.c:1024:2: warning[unix.Malloc]: Attempt to free released memory # 1022| if (salt != NULL) # 1023| g_bytes_unref (salt); # 1024|-> g_free (iv); # 1025| egg_secure_free (key); # 1026| egg_asn1x_destroy (asn); Error: CPPCHECK_WARNING: gcr-4.2.1-build/gcr-4.2.1/egg/test-openssl.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.