nss-3.119.1-1.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-156): [#def1]
/usr/bin/nspr-config:145:21: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING: [#def2]
/usr/bin/setup-nsssysinit.sh:62:10: warning[SC3037]: In POSIX sh, echo flags are undefined.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def3]
nss-3_119_1/nspr/config/nsinstall.c:404:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("..")’
nss-3_119_1/nspr/config/nsinstall.c:399:8: acquire_memory: allocated here
nss-3_119_1/nspr/config/nsinstall.c:400:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/config/nsinstall.c:400:6: branch_false: ...to here
nss-3_119_1/nspr/config/nsinstall.c:404:16: throw: if ‘readdir’ throws an exception...
nss-3_119_1/nspr/config/nsinstall.c:404:16: danger: ‘opendir("..")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def4]
nss-3_119_1/nspr/config/nsinstall.c:424:47: warning[-Wanalyzer-malloc-leak]: leak of ‘xstrdup(&*<unknown>.d_name)’
nss-3_119_1/nspr/config/nsinstall.c:394:7: enter_function: entry to ‘ino2name’
nss-3_119_1/nspr/config/nsinstall.c:400:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/config/nsinstall.c:400:6: branch_false: ...to here
nss-3_119_1/nspr/config/nsinstall.c:404:8: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/config/nsinstall.c:407:9: branch_false: ...to here
nss-3_119_1/nspr/config/nsinstall.c:411:10: call_function: calling ‘xstrdup’ from ‘ino2name’
nss-3_119_1/nspr/config/nsinstall.c:411:10: return_function: returning to ‘ino2name’ from ‘xstrdup’
nss-3_119_1/nspr/config/nsinstall.c:412:3: throw: if ‘closedir’ throws an exception...
nss-3_119_1/nspr/config/nsinstall.c:424:47: danger: ‘xstrdup(&*<unknown>.d_name)’ leaks here; was allocated at [(10)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/9)
Error: CPPCHECK_WARNING (CWE-457): [#def5]
nss-3_119_1/nspr/lib/ds/plhash.c:138: error[uninitvar]: Uninitialized variable: *hep
Error: CPPCHECK_WARNING (CWE-457): [#def6]
nss-3_119_1/nspr/lib/ds/plhash.c:171: error[uninitvar]: Uninitialized variable: *hep
Error: COMPILER_WARNING: [#def7]
nss-3_119_1/nspr/lib/ds/plvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3_119_1/nspr/lib/ds/plvrsion.c:87:15: warning[-Wunused-but-set-variable=]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-704): [#def8]
nss-3_119_1/nspr/lib/libc/src/plgetopt.c: scope_hint: In function ‘PL_GetNextOpt’
nss-3_119_1/nspr/lib/libc/src/plgetopt.c:136:24: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def9]
nss-3_119_1/nspr/lib/libc/src/plgetopt.c:136:24: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING: [#def10]
nss-3_119_1/nspr/lib/libc/src/plvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3_119_1/nspr/lib/libc/src/plvrsion.c:87:15: warning[-Wunused-but-set-variable=]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-704): [#def11]
nss-3_119_1/nspr/lib/libc/src/strchr.c: scope_hint: In function ‘PL_strchr’
nss-3_119_1/nspr/lib/libc/src/strchr.c:15:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def12]
nss-3_119_1/nspr/lib/libc/src/strchr.c:15:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def13]
nss-3_119_1/nspr/lib/libc/src/strchr.c: scope_hint: In function ‘PL_strrchr’
nss-3_119_1/nspr/lib/libc/src/strchr.c:24:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def14]
nss-3_119_1/nspr/lib/libc/src/strchr.c:24:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def15]
nss-3_119_1/nspr/lib/libc/src/strpbrk.c: scope_hint: In function ‘PL_strpbrk’
nss-3_119_1/nspr/lib/libc/src/strpbrk.c:15:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def16]
nss-3_119_1/nspr/lib/libc/src/strpbrk.c:15:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def17]
nss-3_119_1/nspr/lib/libc/src/strstr.c: scope_hint: In function ‘PL_strstr’
nss-3_119_1/nspr/lib/libc/src/strstr.c:18:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def18]
nss-3_119_1/nspr/lib/libc/src/strstr.c:18:10: warning[-Wdiscarded-qualifiers]: return discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING: [#def19]
nss-3_119_1/nspr/pr/src/io/pripv6.c: scope_hint: In function ‘Ipv6ToIpv4SocketAccept’
nss-3_119_1/nspr/pr/src/io/pripv6.c:133:12: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def20]
nss-3_119_1/nspr/pr/src/io/pripv6.c: scope_hint: In function ‘Ipv6ToIpv4SocketAcceptRead’
nss-3_119_1/nspr/pr/src/io/pripv6.c:172:12: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
nss-3_119_1/nspr/pr/src/io/prlayer.c:62:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/io/prlayer.c:35:29: enter_function: entry to ‘pl_TopClose’
nss-3_119_1/nspr/pr/src/io/prlayer.c:44:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/io/prlayer.c:53:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/io/prlayer.c:53:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/io/prlayer.c:61:11: call_function: calling ‘PR_PopIOLayer’ from ‘pl_TopClose’
nss-3_119_1/nspr/pr/src/io/prlayer.c:61:11: return_function: returning to ‘pl_TopClose’ from ‘PR_PopIOLayer’
nss-3_119_1/nspr/pr/src/io/prlayer.c:62:5: danger: dereference of NULL ‘PR_PopIOLayer(*fd.higher, -2)’
Error: COMPILER_WARNING: [#def22]
nss-3_119_1/nspr/pr/src/io/prlayer.c: scope_hint: In function ‘pl_TopAccept’
nss-3_119_1/nspr/pr/src/io/prlayer.c:169:12: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def23]
nss-3_119_1/nspr/pr/src/io/prlayer.c: scope_hint: In function ‘pl_DefAcceptread’
nss-3_119_1/nspr/pr/src/io/prlayer.c:278:12: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
nss-3_119_1/nspr/pr/src/io/prlog.c:467:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3_119_1/nspr/pr/src/io/prlog.c:446:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/io/prlog.c:450:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/io/prlog.c:466:3: acquire_resource: ‘va_start’ called here
nss-3_119_1/nspr/pr/src/io/prlog.c:467:17: throw: if ‘PR_vsnprintf’ throws an exception...
nss-3_119_1/nspr/pr/src/io/prlog.c:467:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
nss-3_119_1/nspr/pr/src/io/prlog.c:476:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3_119_1/nspr/pr/src/io/prlog.c:446:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/io/prlog.c:450:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/io/prlog.c:474:6: branch_true: following ‘true’ branch (when ‘nb == 510’)...
nss-3_119_1/nspr/pr/src/io/prlog.c:475:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/io/prlog.c:475:5: acquire_resource: ‘va_start’ called here
nss-3_119_1/nspr/pr/src/io/prlog.c:476:17: throw: if ‘PR_vsmprintf’ throws an exception...
nss-3_119_1/nspr/pr/src/io/prlog.c:476:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
nss-3_119_1/nspr/pr/src/io/prstdio.c:27:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3_119_1/nspr/pr/src/io/prstdio.c:13:24: enter_function: entry to ‘PR_fprintf’
nss-3_119_1/nspr/pr/src/io/prstdio.c:17:3: acquire_resource: ‘va_start’ called here
nss-3_119_1/nspr/pr/src/io/prstdio.c:18:8: call_function: calling ‘PR_vfprintf’ from ‘PR_fprintf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def27]
nss-3_119_1/nspr/pr/src/linking/prlink.c:255:5: warning[-Wanalyzer-malloc-leak]: leak of ‘p’
nss-3_119_1/nspr/pr/src/linking/prlink.c:224:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/linking/prlink.c:244:10: branch_false: ...to here
nss-3_119_1/nspr/pr/src/linking/prlink.c:250:16: acquire_memory: allocated here
nss-3_119_1/nspr/pr/src/linking/prlink.c:251:8: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
nss-3_119_1/nspr/pr/src/linking/prlink.c:252:7: branch_true: ...to here
nss-3_119_1/nspr/pr/src/linking/prlink.c:255:5: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/linking/prlink.c:255:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/linking/prlink.c:255:5: throw: if ‘PR_LogPrint’ throws an exception...
nss-3_119_1/nspr/pr/src/linking/prlink.c:255:5: danger: ‘p’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def28]
nss-3_119_1/nspr/pr/src/linking/prlink.c:272:3: warning[-Wanalyzer-malloc-leak]: leak of ‘copy’
nss-3_119_1/nspr/pr/src/linking/prlink.c:269:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/linking/prlink.c:270:12: branch_true: ...to here
nss-3_119_1/nspr/pr/src/linking/prlink.c:270:12: acquire_memory: allocated here
nss-3_119_1/nspr/pr/src/linking/prlink.c:272:3: throw: if ‘PR_ExitMonitor’ throws an exception...
nss-3_119_1/nspr/pr/src/linking/prlink.c:272:3: danger: ‘copy’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def29]
nss-3_119_1/nspr/pr/src/md/unix/unix.c: scope_hint: In function ‘_PR_UnixInit’
nss-3_119_1/nspr/pr/src/md/unix/unix.c:2587:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-252): [#def30]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘_MD_unix_terminate_waitpid_daemon’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:119:5: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def31]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:259:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_26->secret.md.osfd, 0)’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:257:10: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:259:13: acquire_resource: opened here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:259:12: danger: ‘dup2(*_26->secret.md.osfd, 0)’ leaks here; was opened at [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:269:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_32->secret.md.osfd, 1)’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:267:10: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:269:13: acquire_resource: opened here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:269:12: danger: ‘dup2(*_32->secret.md.osfd, 1)’ leaks here; was opened at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:279:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_38->secret.md.osfd, 2)’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:277:10: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:279:13: acquire_resource: opened here
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:279:12: danger: ‘dup2(*_38->secret.md.osfd, 2)’ leaks here; was opened at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: COMPILER_WARNING: [#def34]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘pr_InstallSigchldHandler’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:655:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def35]
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘_MD_InitProcesses’
nss-3_119_1/nspr/pr/src/md/unix/uxproces.c:672:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:554:3: warning[-Wanalyzer-malloc-leak]: leak of ‘Balloc(*b.k + 1)’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def37]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:554:3: warning[-Wanalyzer-malloc-leak]: leak of ‘Balloc(1)’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:554:3: warning[-Wanalyzer-malloc-leak]: leak of ‘b’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def39]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:573: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rv
Error: GCC_ANALYZER_WARNING (CWE-476): [#def40]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:573:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rv’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def41]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:574: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rv
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:576:3: warning[-Wanalyzer-malloc-leak]: leak of ‘rv’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def43]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:577: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rv
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:839:7: warning[-Wanalyzer-malloc-leak]: leak of ‘mult(b, p5)’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def45]
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:972:7: warning[-Wanalyzer-malloc-leak]: leak of ‘b’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def46]
nss-3_119_1/nspr/pr/src/misc/prtime.c:1765: warning[nullPointer]: Possible null pointer dereference: ap
Error: GCC_ANALYZER_WARNING (CWE-476): [#def47]
nss-3_119_1/nspr/pr/src/misc/prtpool.c:327:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pollfds’
nss-3_119_1/nspr/pr/src/misc/prtpool.c:296:10: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/misc/prtpool.c:299:18: branch_true: ...to here
nss-3_119_1/nspr/pr/src/misc/prtpool.c:300:8: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/misc/prtpool.c:327:32: branch_false: ...to here
nss-3_119_1/nspr/pr/src/misc/prtpool.c:327:5: danger: dereference of NULL ‘pollfds’
Error: COMPILER_WARNING: [#def48]
nss-3_119_1/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘io_wstart’
nss-3_119_1/nspr/pr/src/misc/prtpool.c:387:16: warning[-Wunused-but-set-variable=]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING: [#def49]
nss-3_119_1/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘notify_ioq’
nss-3_119_1/nspr/pr/src/misc/prtpool.c:958:12: warning[-Wunused-but-set-variable=]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING: [#def50]
nss-3_119_1/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘PR_JoinThreadPool’
nss-3_119_1/nspr/pr/src/misc/prtpool.c:1080:12: warning[-Wunused-but-set-variable=]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING: [#def51]
nss-3_119_1/nspr/pr/src/prvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3_119_1/nspr/pr/src/prvrsion.c:87:15: warning[-Wunused-but-set-variable=]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING: [#def52]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c: scope_hint: In function ‘pt_linux_sendfile_cont’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:914:9: warning[-Wunused-but-set-variable=]: variable ‘oldoffset’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3142:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3274:1: enter_function: entry to ‘PR_Socket’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3286:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3290:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3338:10: acquire_resource: socket created here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3339:6: branch_false: following ‘false’ branch (when ‘osfd != -1’)...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3348:10: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3348:10: call_function: calling ‘pt_SetMethods’ from ‘PR_Socket’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3142:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3142:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def56]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3145:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3274:1: enter_function: entry to ‘PR_Socket’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3286:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3290:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3338:10: acquire_resource: socket created here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3339:6: branch_false: following ‘false’ branch (when ‘osfd != -1’)...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3348:10: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3348:10: call_function: calling ‘pt_SetMethods’ from ‘PR_Socket’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3145:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3145:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3265:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3263:10: acquire_resource: stream socket created here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3264:6: branch_true: following ‘true’ branch (when ‘osfd != -1’)...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3265:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3265:5: throw: if ‘close’ throws an exception...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3265:5: danger: ‘osfd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3350:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3883:27: enter_function: entry to ‘PR_OpenTCPSocket’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3884:10: call_function: calling ‘PR_Socket’ from ‘PR_OpenTCPSocket’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3618:11: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3610:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3614:11: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3614:11: acquire_memory: allocated here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3615:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3618:11: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3618:11: throw: if ‘PR_Calloc’ throws an exception...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3618:11: danger: ‘opendir(name)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3622:13: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3610:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3614:11: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3614:11: acquire_memory: allocated here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3615:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3618:11: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3619:8: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3622:13: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3622:13: danger: ‘opendir(name)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def63]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3928:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: throw: if ‘close’ throws an exception...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: danger: ‘pipefd[0]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def64]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3928:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: throw: if ‘close’ throws an exception...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: danger: ‘pipefd[1]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3930:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3915:1: enter_function: entry to ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3918:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:7: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3922:6: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:29: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3927:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3928:6: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3929:5: branch_true: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3930:5: throw: if ‘close’ throws an exception...
nss-3_119_1/nspr/pr/src/pthreads/ptio.c:3930:5: danger: ‘pipefd[1]’ leaks here
Error: COMPILER_WARNING: [#def66]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘_PR_InitLocks’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:46:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def67]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘pt_PostNotifies’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:62:17: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def68]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_NewLock’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:122:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def69]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_DestroyLock’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:141:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def70]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_Lock’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:159:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def71]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_Unlock’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:179:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def72]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘pt_PostNotifiesFromMonitor’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:433:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def73]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_DestroyMonitor’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:511:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def74]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_GetMonitorEntryCount’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:533:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def75]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_EnterMonitor’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:560:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def76]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_ExitMonitor’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:587:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def77]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_DestroyNakedCondVar’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:1107:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def78]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_NakedNotify’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:1135:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def79]
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_NakedBroadcast’
nss-3_119_1/nspr/pr/src/pthreads/ptsynch.c:1143:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def80]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘pt_AttachThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:260:9: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def81]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_DetachThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:570:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def82]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_Interrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:705:12: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def83]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:718:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:716:20: enter_function: entry to ‘PR_ClearInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:717:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_ClearInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:717:18: return_function: returning to ‘PR_ClearInterrupt’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:718:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def84]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:723:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:721:20: enter_function: entry to ‘PR_BlockInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:722:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_BlockInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:722:18: return_function: returning to ‘PR_BlockInterrupt’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:723:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def85]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:728:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:726:20: enter_function: entry to ‘PR_UnblockInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:727:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_UnblockInterrupt’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:727:18: return_function: returning to ‘PR_UnblockInterrupt’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:728:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: COMPILER_WARNING: [#def86]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘_pt_thread_death’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:771:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def87]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘_PR_Fini’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:961:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def88]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_Cleanup’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:993:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def89]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:996:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:991:24: enter_function: entry to ‘PR_Cleanup’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:992:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_Cleanup’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:992:18: return_function: returning to ‘PR_Cleanup’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:996:7: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: COMPILER_WARNING: [#def90]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘init_pthread_gc_support’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1104:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def91]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1137:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1135:20: enter_function: entry to ‘PR_SetThreadGCAble’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1137:3: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_SetThreadGCAble’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1137:3: return_function: returning to ‘PR_SetThreadGCAble’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1137:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def92]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1143:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1141:20: enter_function: entry to ‘PR_ClearThreadGCAble’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1143:3: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_ClearThreadGCAble’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1143:3: return_function: returning to ‘PR_ClearThreadGCAble’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1143:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def93]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1245:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘me’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1238:13: enter_function: entry to ‘suspend_signal_handler’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:18: call_function: calling ‘PR_GetCurrentThread’ from ‘suspend_signal_handler’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:18: return_function: returning to ‘suspend_signal_handler’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:13: release_memory: ‘me’ is NULL
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1245:3: branch_true: following ‘true’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1245:3: branch_true: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1245:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def94]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1252:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1238:13: enter_function: entry to ‘suspend_signal_handler’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:18: call_function: calling ‘PR_GetCurrentThread’ from ‘suspend_signal_handler’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:18: return_function: returning to ‘suspend_signal_handler’ from ‘PR_GetCurrentThread’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1239:13: release_memory: ‘me’ is NULL
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1245:3: branch_false: following ‘false’ branch...
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1252:5: branch_false: ...to here
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1252:5: release_memory: ‘me’ is NULL
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1252:3: danger: dereference of NULL ‘me’
Error: COMPILER_WARNING: [#def95]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘pt_SuspendSet’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1296:10: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: COMPILER_WARNING: [#def96]
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_SuspendAll’
nss-3_119_1/nspr/pr/src/pthreads/ptthread.c:1397:7: warning[-Wunused-but-set-variable=]: variable ‘rv’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def97]
nss-3_119_1/nspr/pr/src/threads/prcmon.c:228: error[uninitvar]: Uninitialized variable: *pp
Error: CPPCHECK_WARNING (CWE-457): [#def98]
nss-3_119_1/nspr/pr/src/threads/prcmon.c:251: error[uninitvar]: Uninitialized variable: *pp
Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:111:13: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:115:14: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def101]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:196:12: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:596:14: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:596:14: call_function: calling ‘ConvertCertificate’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def102]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:9: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:9: throw: if ‘NSS_NoDB_Init’ throws an exception...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:9: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def103]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:565:18: branch_true: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: throw: if ‘CERT_DecodeTrustString’ throws an exception...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: warning[-Wanalyzer-malloc-leak]: leak of ‘trusts’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:565:18: branch_true: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:565:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: throw: if ‘CERT_DecodeTrustString’ throws an exception...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:573:14: danger: ‘trusts’ leaks here; was allocated at [(15)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def105]
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:559:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: throw: if ‘SECU_FileToItem’ throws an exception...
nss-3_119_1/nss/cmd/addbuiltin/addbuiltin.c:589:5: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
nss-3_119_1/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:135:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:136:20: branch_false: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:126:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/atob/atob.c:126:22: danger: ‘inFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def107]
nss-3_119_1/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:144:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/atob/atob.c:145:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:145:20: branch_false: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:126:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/atob/atob.c:126:22: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def108]
nss-3_119_1/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:135:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:136:20: branch_false: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:126:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/atob/atob.c:126:22: danger: ‘inFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def109]
nss-3_119_1/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:144:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/atob/atob.c:145:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/atob/atob.c:145:20: branch_false: ...to here
nss-3_119_1/nss/cmd/atob/atob.c:126:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/atob/atob.c:126:22: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-475): [#def110]
nss-3_119_1/nss/cmd/bltest/blapitest.c:2750: error[shiftNegative]: Shifting by a negative value is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-775): [#def111]
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:132:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/btoa/btoa.c:133:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:133:20: branch_false: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: danger: ‘inFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def112]
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:141:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/btoa/btoa.c:142:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:142:20: branch_false: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: danger: ‘outFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def113]
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:132:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/btoa/btoa.c:133:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:133:20: branch_false: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: danger: ‘inFile’ leaks here; was allocated at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def114]
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:141:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/btoa/btoa.c:142:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/btoa/btoa.c:142:20: branch_false: ...to here
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/btoa/btoa.c:124:22: danger: ‘outFile’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def115]
nss-3_119_1/nss/cmd/crlutil/crlgen.c:816:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/cmd/crlutil/crlgen.c:789:1: enter_function: entry to ‘CRLGEN_ExtHandleInit’
nss-3_119_1/nss/cmd/crlutil/crlgen.c:796:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/crlutil/crlgen.c:808:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/crlutil/crlgen.c:808:8: branch_true: ...to here
nss-3_119_1/nss/cmd/crlutil/crlgen.c:810:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/crlutil/crlgen.c:811:42: branch_true: ...to here
nss-3_119_1/nss/cmd/crlutil/crlgen.c:813:17: call_function: calling ‘crlgen_PlaceAnEntry’ from ‘CRLGEN_ExtHandleInit’
nss-3_119_1/nss/cmd/crlutil/crlgen.c:813:17: return_function: returning to ‘CRLGEN_ExtHandleInit’ from ‘crlgen_PlaceAnEntry’
nss-3_119_1/nss/cmd/crlutil/crlgen.c:814:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/crlutil/crlgen.c:816:21: branch_true: ...to here
nss-3_119_1/nss/cmd/crlutil/crlgen.c:816:21: danger: dereference of NULL ‘crlgen_PlaceAnEntry(crlGenData, *entry, &**entry_20.serialNumber)’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
nss-3_119_1/nss/cmd/crlutil/crlgen_lex_orig.l:649:5: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(56)’
nss-3_119_1/nss/cmd/crlutil/crlgen_lex_orig.l:162:1: enter_function: entry to ‘CRLGEN_StartCrlGen’
nss-3_119_1/nss/cmd/crlutil/crlgen_lex_orig.l:172:10: call_function: calling ‘yylex’ from ‘CRLGEN_StartCrlGen’
Error: CPPCHECK_WARNING (CWE-457): [#def117]
nss-3_119_1/nss/cmd/dbtool/dbtool.c:634: warning[uninitvar]: Uninitialized variable: template.pValue
Error: GCC_ANALYZER_WARNING (CWE-775): [#def118]
nss-3_119_1/nss/cmd/digest/digest.c:50:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/digest/digest.c:120:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:155:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:178:8: branch_true: following ‘true’ branch (when ‘hashName’ is NULL)...
nss-3_119_1/nss/cmd/digest/digest.c:179:9: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:179:9: call_function: calling ‘Usage’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
nss-3_119_1/nss/cmd/digest/digest.c:50:15: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/digest/digest.c:120:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:155:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:178:8: branch_true: following ‘true’ branch (when ‘hashName’ is NULL)...
nss-3_119_1/nss/cmd/digest/digest.c:179:9: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:179:9: call_function: calling ‘Usage’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def120]
nss-3_119_1/nss/cmd/digest/digest.c:148:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:155:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/digest/digest.c:148:22: danger: ‘inFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def121]
nss-3_119_1/nss/cmd/digest/digest.c:148:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:164:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/digest/digest.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/digest/digest.c:148:22: danger: ‘outFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
nss-3_119_1/nss/cmd/digest/digest.c:148:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:155:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:156:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/digest/digest.c:148:22: danger: ‘inFile’ leaks here; was allocated at [(5)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
nss-3_119_1/nss/cmd/digest/digest.c:148:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:164:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/digest/digest.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/digest/digest.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/digest/digest.c:148:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/digest/digest.c:148:22: danger: ‘outFile’ leaks here; was allocated at [(5)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-476): [#def124]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:320: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: req
Error: CPPCHECK_WARNING (CWE-476): [#def125]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:763: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: req
Error: CPPCHECK_WARNING (CWE-476): [#def126]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:1035: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: aesreq
Error: CPPCHECK_WARNING (CWE-476): [#def127]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:1252: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: aesreq
Error: CPPCHECK_WARNING (CWE-476): [#def128]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:1460: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: aesreq
Error: CPPCHECK_WARNING (CWE-476): [#def129]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:1744: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: aesreq
Error: CPPCHECK_WARNING (CWE-476): [#def130]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:2396: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdsareq
Error: CPPCHECK_WARNING (CWE-476): [#def131]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:2516: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdsareq
Error: CPPCHECK_WARNING (CWE-476): [#def132]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:2641: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdsareq
Error: CPPCHECK_WARNING (CWE-476): [#def133]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:2801: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdsareq
Error: CPPCHECK_WARNING (CWE-476): [#def134]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:3007: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdhreq
Error: CPPCHECK_WARNING (CWE-476): [#def135]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:3260: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ecdhreq
Error: CPPCHECK_WARNING (CWE-476): [#def136]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:3526: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dhreq
Error: CPPCHECK_WARNING (CWE-476): [#def137]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:3720: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dhreq
Error: CPPCHECK_WARNING (CWE-476): [#def138]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:3963: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rngreq
Error: CPPCHECK_WARNING (CWE-476): [#def139]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:4385: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rngreq
Error: CPPCHECK_WARNING (CWE-476): [#def140]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:4508: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rngreq
Error: CPPCHECK_WARNING (CWE-476): [#def141]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:4710: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: req
Error: CPPCHECK_WARNING (CWE-476): [#def142]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:4895: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: req
Error: CPPCHECK_WARNING (CWE-476): [#def143]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:5045: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dsareq
Error: CPPCHECK_WARNING (CWE-476): [#def144]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:5182: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dsareq
Error: CPPCHECK_WARNING (CWE-476): [#def145]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:5510: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dsareq
Error: CPPCHECK_WARNING (CWE-476): [#def146]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:5686: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dsareq
Error: CPPCHECK_WARNING (CWE-476): [#def147]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:5870: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: dsareq
Error: CPPCHECK_WARNING (CWE-476): [#def148]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:6120: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rsareq
Error: CPPCHECK_WARNING (CWE-476): [#def149]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:6233: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rsareq
Error: CPPCHECK_WARNING (CWE-476): [#def150]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:6420: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: rsareq
Error: CPPCHECK_WARNING (CWE-476): [#def151]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:6715: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: tlsreq
Error: CPPCHECK_WARNING (CWE-476): [#def152]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:7047: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ikereq
Error: CPPCHECK_WARNING (CWE-476): [#def153]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:7437: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ikereq
Error: CPPCHECK_WARNING (CWE-476): [#def154]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:7852: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: ikereq
Error: CPPCHECK_WARNING (CWE-476): [#def155]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:7961: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: seed_data
Error: CPPCHECK_WARNING (CWE-476): [#def156]
nss-3_119_1/nss/cmd/fipstest/fipstest.c:8332: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: kbkdf_req
Error: GCC_ANALYZER_WARNING (CWE-404): [#def157]
nss-3_119_1/nss/cmd/modutil/install.c:277:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3_119_1/nss/cmd/modutil/install.c:310:1: enter_function: entry to ‘Pk11Install_DoInstall’
nss-3_119_1/nss/cmd/modutil/install.c:340:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/modutil/install.c:341:9: branch_true: ...to here
nss-3_119_1/nss/cmd/modutil/install.c:341:9: call_function: calling ‘error’ from ‘Pk11Install_DoInstall’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def158]
nss-3_119_1/nss/cmd/modutil/installparse.y:90:13: warning[-Wanalyzer-out-of-bounds]: buffer under-read
nss-3_119_1/nss/cmd/modutil/ytab.c:218:8: branch_true: following ‘true’ branch (when ‘yyn != 0’)...
nss-3_119_1/nss/cmd/modutil/ytab.c:219:9: branch_true: ...to here
nss-3_119_1/nss/cmd/modutil/installparse.y:90:13: danger: out-of-bounds read from byte -8 till byte -1 but ‘Pk11Install_yyvs’ starts at byte 0
Error: GCC_ANALYZER_WARNING (CWE-127): [#def159]
nss-3_119_1/nss/cmd/modutil/installparse.y:109:26: warning[-Wanalyzer-out-of-bounds]: buffer under-read
nss-3_119_1/nss/cmd/modutil/ytab.c:218:8: branch_true: following ‘true’ branch (when ‘yyn != 0’)...
nss-3_119_1/nss/cmd/modutil/ytab.c:219:9: branch_true: ...to here
nss-3_119_1/nss/cmd/modutil/installparse.y:109:26: danger: out-of-bounds read from byte -8 till byte -1 but ‘Pk11Install_yyvs’ starts at byte 0
Error: GCC_ANALYZER_WARNING (CWE-457): [#def160]
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘c’
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:862:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:866:9: branch_false: ...to here
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:866:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:885:27: branch_false: ...to here
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:890:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:898:13: branch_false: ...to here
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_true: ...to here
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_false: ...to here
nss-3_119_1/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: danger: use of uninitialized value ‘c’ here
Error: CPPCHECK_WARNING (CWE-758): [#def161]
nss-3_119_1/nss/cmd/nssdefaults/nssdefaults.c:130: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-775): [#def162]
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def163]
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def164]
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def165]
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def166]
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: throw: if ‘PR_Init’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def167]
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: throw: if ‘PR_Init’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def168]
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def169]
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:241:10: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def170]
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def171]
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:241:19: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def172]
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: throw: if ‘SECU_PrintPRandOSError’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def173]
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: throw: if ‘SECU_PrintPRandOSError’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def174]
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def175]
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:248:5: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def176]
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:8: branch_true: following ‘true’ branch (when ‘inFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def177]
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:8: branch_true: following ‘true’ branch (when ‘inFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:257:29: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def178]
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def179]
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:257:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:258:9: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def180]
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:260:8: branch_true: following ‘true’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:260:20: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:260:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: throw: if ‘NSS_Shutdown’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def181]
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:189:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:205:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:206:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:188:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:229:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:231:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:234:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:235:18: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:236:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:240:5: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:242:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:243:9: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:260:8: branch_true: following ‘true’ branch (when ‘outFile’ is non-NULL)...
nss-3_119_1/nss/cmd/p7content/p7content.c:260:20: branch_true: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:260:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: branch_false: ...to here
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: throw: if ‘NSS_Shutdown’ throws an exception...
nss-3_119_1/nss/cmd/p7content/p7content.c:264:9: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def182]
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:164:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: danger: ‘inFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def183]
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:164:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:153:22: danger: ‘inFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def184]
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:164:26: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: danger: ‘inFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def185]
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:173:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7env/p7env.c:174:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:174:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def186]
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:164:26: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:165:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: danger: ‘inFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def187]
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:173:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7env/p7env.c:174:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7env/p7env.c:174:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7env/p7env.c:199:5: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def188]
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘contentFile’
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:183:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:189:31: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: danger: ‘contentFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def189]
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: warning[-Wanalyzer-malloc-leak]: leak of ‘contentFile’
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:183:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:189:31: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:22: danger: ‘contentFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def190]
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘contentFile’
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:183:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:189:31: acquire_resource: opened here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: danger: ‘contentFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def191]
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: warning[-Wanalyzer-malloc-leak]: leak of ‘contentFile’
nss-3_119_1/nss/cmd/p7verify/p7verify.c:182:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:183:17: branch_true: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:189:31: acquire_memory: allocated here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:190:20: branch_false: ...to here
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/p7verify/p7verify.c:230:5: danger: ‘contentFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def192]
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:113:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘tag’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def193]
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:208:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def194]
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:208:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def195]
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1611:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pSlotList’
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1600:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1605:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1606:31: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1607:8: branch_false: following ‘false’ branch (when ‘pSlotList’ is non-NULL)...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1611:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1611:11: throw: if the called function throws an exception...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:1611:11: danger: ‘pSlotList’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def196]
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2082:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pMechanismList’
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2069:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2074:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2077:9: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2078:8: branch_false: following ‘false’ branch (when ‘pMechanismList’ is non-NULL)...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2082:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2082:11: throw: if the called function throws an exception...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:2082:11: danger: ‘pMechanismList’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def197]
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4173:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pstate’
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4097:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4103:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4104:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4105:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4119:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4120:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4128:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4134:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4137:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4143:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4144:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4150:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4152:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4157:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4159:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4165:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4166:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4172:27: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4172:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4173:11: throw: if the called function throws an exception...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4173:11: danger: ‘pstate’ leaks here; was allocated at [(19)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def198]
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: following ‘false’ branch (when ‘tmp_attrs’ is non-NULL)...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4411:43: branch_true: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4415:31: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4417:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4410:43: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: throw: if the called function throws an exception...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: danger: ‘<unknown>’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def199]
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: warning[-Wanalyzer-malloc-leak]: leak of ‘tmp_attrs’
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4403:17: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: following ‘false’ branch (when ‘tmp_attrs’ is non-NULL)...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: branch_false: ...to here
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: throw: if the called function throws an exception...
nss-3_119_1/nss/cmd/pk11mode/pk11mode.c:4429:11: danger: ‘tmp_attrs’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def200]
nss-3_119_1/nss/cmd/pp/pp.c:116:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/pp/pp.c:71:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:72:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:93:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/pp/pp.c:94:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:94:20: branch_false: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:71:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:116:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:116:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/pp/pp.c:116:5: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def201]
nss-3_119_1/nss/cmd/pp/pp.c:116:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/pp/pp.c:71:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:72:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:93:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pp/pp.c:94:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:94:20: branch_false: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:71:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pp/pp.c:116:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pp/pp.c:116:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/pp/pp.c:116:5: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def202]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_file, "r")’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: danger: ‘fopen(input_file, "r")’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def203]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_file, "r")’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: danger: ‘fopen(input_file, "r")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def204]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_file, "w+")’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: danger: ‘fopen(output_file, "w+")’ leaks here; was opened at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def205]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_file, "w+")’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: danger: ‘fopen(output_file, "w+")’ leaks here; was allocated at [(11)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def206]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘logFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_true: following ‘true’ branch (when ‘log_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:277:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:277:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:280:23: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:280:23: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:281:12: branch_false: following ‘false’ branch (when ‘logFile’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: danger: ‘logFile’ leaks here; was opened at [(15)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def207]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: warning[-Wanalyzer-malloc-leak]: leak of ‘logFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_true: following ‘true’ branch (when ‘log_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:277:13: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:277:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:280:23: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:280:23: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:281:12: branch_false: following ‘false’ branch (when ‘logFile’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: throw: if ‘PR_Free’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:285:9: danger: ‘logFile’ leaks here; was allocated at [(15)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def208]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: danger: ‘inFile’ leaks here; was opened at [(9)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def209]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def210]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: danger: ‘inFile’ leaks here; was allocated at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def211]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def212]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: danger: ‘inFile’ leaks here; was opened at [(9)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def213]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def214]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: danger: ‘inFile’ leaks here; was allocated at [(9)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def215]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def216]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘inFile’ leaks here; was opened at [(9)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def217]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def218]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘inFile’ leaks here; was allocated at [(9)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def219]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def220]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: danger: ‘inFile’ leaks here; was opened at [(9)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def221]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def222]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: danger: ‘inFile’ leaks here; was allocated at [(9)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def223]
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: branch_true: ...to here
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/pwdecrypt/pwdecrypt.c:294:9: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/10)
Error: CPPCHECK_WARNING (CWE-369): [#def224]
nss-3_119_1/nss/cmd/rsaperf/rsaperf.c:102: error[zerodiv]: Division by zero.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def225]
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:345:14: warning[-Wanalyzer-null-argument]: use of NULL ‘output_file’ where non-null expected
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:176:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:176:8: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:246:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:250:9: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:250:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:250:9: branch_true: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:250:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:259:5: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:261:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:264:23: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:266:8: branch_false: following ‘false’ branch (when ‘rv == 0’)...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:273:5: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:279:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:305:17: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:331:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:338:12: branch_false: ...to here
nss-3_119_1/nss/cmd/sdrtest/sdrtest.c:345:14: danger: argument 1 (‘output_file’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def226]
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1384:59: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hash’
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1364:8: branch_true: following ‘true’ branch (when ‘hash’ is NULL)...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1365:16: branch_true: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1367:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1368:20: branch_true: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1372:8: branch_true: following ‘true’ branch (when ‘key’ is NULL)...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1374:22: branch_true: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1384:59: danger: dereference of NULL ‘hash’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def227]
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1399:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hash’
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1364:8: branch_true: following ‘true’ branch (when ‘hash’ is NULL)...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1365:16: branch_true: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1367:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1368:20: branch_true: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1372:8: branch_false: following ‘false’ branch (when ‘key’ is non-NULL)...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1392:17: branch_false: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1393:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1399:13: branch_false: ...to here
nss-3_119_1/nss/cmd/shlibsign/shlibsign.c:1399:28: danger: dereference of NULL ‘hash’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def228]
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: throw: if ‘SEC_PKCS7CreateCertsOnly’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def229]
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: throw: if ‘SEC_PKCS7CreateCertsOnly’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def230]
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: throw: if ‘SEC_PKCS7EncodeItem’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def231]
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: throw: if ‘SEC_PKCS7EncodeItem’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:670:9: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def232]
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: throw: if ‘SEC_PKCS7DestroyContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def233]
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: throw: if ‘SEC_PKCS7DestroyContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:671:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def234]
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def235]
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def236]
nss-3_119_1/nss/cmd/signtool/certgen.c:675:43: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:677:9: throw: if ‘SECITEM_FreeItem_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:675:43: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def237]
nss-3_119_1/nss/cmd/signtool/certgen.c:675:43: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:677:9: throw: if ‘SECITEM_FreeItem_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:675:43: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def238]
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:690:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: throw: if ‘BTOA_DataToAscii_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def239]
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3_119_1/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:690:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: throw: if ‘BTOA_DataToAscii_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/certgen.c:697:16: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def240]
nss-3_119_1/nss/cmd/signtool/javascript.c:718:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/cmd/signtool/javascript.c:1054:1: enter_function: entry to ‘extract_js’
nss-3_119_1/nss/cmd/signtool/javascript.c:1086:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/javascript.c:1096:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/javascript.c:1099:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/javascript.c:1106:14: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/javascript.c:1107:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/javascript.c:1114:10: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/javascript.c:1114:10: call_function: calling ‘FB_Create’ from ‘extract_js’
nss-3_119_1/nss/cmd/signtool/javascript.c:1114:10: return_function: returning to ‘extract_js’ from ‘FB_Create’
nss-3_119_1/nss/cmd/signtool/javascript.c:1118:22: call_function: inlined call to ‘FB_GetLineNum’ from ‘extract_js’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def241]
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&sf_file, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:15: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: danger: ‘fopen(&sf_file, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def242]
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&sf_file, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:15: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: danger: ‘fopen(&sf_file, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def243]
nss-3_119_1/nss/cmd/signtool/sign.c:573:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(metafile, "r")’
nss-3_119_1/nss/cmd/signtool/sign.c:569:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:569:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:569:8: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:570:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:570:16: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:599:16: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/signtool/sign.c:603:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:604:20: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:605:21: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:605:21: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:573:27: danger: ‘fopen(metafile, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def244]
nss-3_119_1/nss/cmd/signtool/sign.c:573:27: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(metafile, "r")’
nss-3_119_1/nss/cmd/signtool/sign.c:569:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:569:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:569:8: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:570:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:570:16: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:599:16: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/cmd/signtool/sign.c:603:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:604:20: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:605:21: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:605:21: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:573:27: danger: ‘fopen(metafile, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def245]
nss-3_119_1/nss/cmd/signtool/sign.c:638:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&pk7_file, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def246]
nss-3_119_1/nss/cmd/signtool/sign.c:638:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&sf_file, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:15: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def247]
nss-3_119_1/nss/cmd/signtool/sign.c:638:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&pk7_file, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def248]
nss-3_119_1/nss/cmd/signtool/sign.c:638:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&sf_file, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3_119_1/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:287:15: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def249]
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def250]
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/33/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def251]
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/35/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def252]
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/34/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def253]
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def254]
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def255]
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/39/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def256]
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/38/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def257]
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/41/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def258]
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: throw: if ‘PORT_ZAlloc_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/40/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def259]
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: throw: if ‘out_of_memory’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/43/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def260]
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: throw: if ‘out_of_memory’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/42/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def261]
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: throw: if ‘out_of_memory’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/45/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def262]
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3_119_1/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: throw: if ‘out_of_memory’ throws an exception...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/44/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def263]
nss-3_119_1/nss/cmd/signtool/sign.c:770:24: warning[-Wanalyzer-null-argument]: use of NULL ‘name’ where non-null expected
nss-3_119_1/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/sign.c:770:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/sign.c:770:24: danger: argument 1 (‘name’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-775): [#def264]
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3_119_1/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:144:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:147:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:193:25: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:195:28: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:197:33: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:197:33: throw: if ‘ATOB_AsciiToData_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def265]
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3_119_1/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:144:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:147:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:191:39: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:193:25: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:195:28: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:197:33: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:197:33: throw: if ‘ATOB_AsciiToData_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/verify.c:188:29: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def266]
nss-3_119_1/nss/cmd/signtool/verify.c:211:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3_119_1/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:144:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:147:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3_119_1/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:232:21: throw: if ‘PORT_Free_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/verify.c:211:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def267]
nss-3_119_1/nss/cmd/signtool/verify.c:211:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3_119_1/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:144:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:147:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3_119_1/nss/cmd/signtool/verify.c:232:21: throw: if ‘PORT_Free_Util’ throws an exception...
nss-3_119_1/nss/cmd/signtool/verify.c:211:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def268]
nss-3_119_1/nss/cmd/signver/signver.c:55:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def269]
nss-3_119_1/nss/cmd/signver/signver.c:55:21: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def270]
nss-3_119_1/nss/cmd/signver/signver.c:56:26: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def271]
nss-3_119_1/nss/cmd/signver/signver.c:56:26: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def272]
nss-3_119_1/nss/cmd/signver/signver.c:204:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:204:10: throw: if ‘SECU_ReadDERFromFile’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:204:10: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def273]
nss-3_119_1/nss/cmd/signver/signver.c:204:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:204:10: throw: if ‘SECU_ReadDERFromFile’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:204:10: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def274]
nss-3_119_1/nss/cmd/signver/signver.c:206:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:206:21: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:206:21: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def275]
nss-3_119_1/nss/cmd/signver/signver.c:206:21: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:206:21: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:206:21: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def276]
nss-3_119_1/nss/cmd/signver/signver.c:207:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:206:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:207:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:207:9: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:207:9: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def277]
nss-3_119_1/nss/cmd/signver/signver.c:207:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:206:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:207:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:207:9: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:207:9: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def278]
nss-3_119_1/nss/cmd/signver/signver.c:209:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:209:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:209:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:209:9: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def279]
nss-3_119_1/nss/cmd/signver/signver.c:209:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:209:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:209:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:209:9: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def280]
nss-3_119_1/nss/cmd/signver/signver.c:213:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:213:14: throw: if ‘SECU_FileToItem’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def281]
nss-3_119_1/nss/cmd/signver/signver.c:213:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:213:14: throw: if ‘SECU_FileToItem’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def282]
nss-3_119_1/nss/cmd/signver/signver.c:214:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:214:28: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:214:28: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def283]
nss-3_119_1/nss/cmd/signver/signver.c:214:28: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:214:28: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:214:28: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def284]
nss-3_119_1/nss/cmd/signver/signver.c:215:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:214:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:215:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:215:13: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:215:13: danger: ‘outFile’ leaks here; was opened at [(11)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def285]
nss-3_119_1/nss/cmd/signver/signver.c:215:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:214:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:215:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:215:13: throw: if ‘PR_Close’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:215:13: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def286]
nss-3_119_1/nss/cmd/signver/signver.c:227:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:227:17: throw: if ‘SEC_PKCS7DecodeItem’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
nss-3_119_1/nss/cmd/signver/signver.c:227:17: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:227:17: throw: if ‘SEC_PKCS7DecodeItem’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def288]
nss-3_119_1/nss/cmd/signver/signver.c:230:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:230:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:230:13: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def289]
nss-3_119_1/nss/cmd/signver/signver.c:230:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:230:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:230:13: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def290]
nss-3_119_1/nss/cmd/signver/signver.c:230:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:230:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def291]
nss-3_119_1/nss/cmd/signver/signver.c:230:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:230:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:230:24: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def292]
nss-3_119_1/nss/cmd/signver/signver.c:235:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:235:27: throw: if ‘SEC_PKCS7ContentIsSigned’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def293]
nss-3_119_1/nss/cmd/signver/signver.c:235:27: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:235:27: throw: if ‘SEC_PKCS7ContentIsSigned’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def294]
nss-3_119_1/nss/cmd/signver/signver.c:237:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:237:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:237:13: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def295]
nss-3_119_1/nss/cmd/signver/signver.c:237:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:237:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:237:13: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def296]
nss-3_119_1/nss/cmd/signver/signver.c:237:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:237:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:237:24: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def297]
nss-3_119_1/nss/cmd/signver/signver.c:237:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:237:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:237:24: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def298]
nss-3_119_1/nss/cmd/signver/signver.c:238:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:238:24: throw: if ‘SEC_PKCS7ContentIsEncrypted’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def299]
nss-3_119_1/nss/cmd/signver/signver.c:238:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:238:24: throw: if ‘SEC_PKCS7ContentIsEncrypted’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:238:24: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def300]
nss-3_119_1/nss/cmd/signver/signver.c:241:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:241:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:241:13: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def301]
nss-3_119_1/nss/cmd/signver/signver.c:241:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:241:13: throw: if ‘PR_fprintf’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:241:13: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/33/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def302]
nss-3_119_1/nss/cmd/signver/signver.c:241:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:241:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:241:24: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/34/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def303]
nss-3_119_1/nss/cmd/signver/signver.c:241:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:241:24: throw: if ‘PR_GetSpecialFD’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:241:24: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/35/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def304]
nss-3_119_1/nss/cmd/signver/signver.c:296:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:245:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:246:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:296:9: throw: if ‘SEC_PKCS7DestroyContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:296:9: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def305]
nss-3_119_1/nss/cmd/signver/signver.c:296:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:240:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:245:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:246:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:296:9: throw: if ‘SEC_PKCS7DestroyContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:296:9: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def306]
nss-3_119_1/nss/cmd/signver/signver.c:300:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:299:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:300:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:300:13: throw: if ‘SV_PrintPKCS7ContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:300:13: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/38/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def307]
nss-3_119_1/nss/cmd/signver/signver.c:300:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3_119_1/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:299:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:300:13: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:300:13: throw: if ‘SV_PrintPKCS7ContentInfo’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:300:13: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/39/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def308]
nss-3_119_1/nss/cmd/signver/signver.c:306:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:306:5: throw: if ‘SECITEM_FreeItem_Util’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:306:5: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/40/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def309]
nss-3_119_1/nss/cmd/signver/signver.c:306:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:306:5: throw: if ‘SECITEM_FreeItem_Util’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:306:5: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/41/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def310]
nss-3_119_1/nss/cmd/signver/signver.c:308:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:308:9: throw: if ‘NSS_Shutdown’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:308:9: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/42/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def311]
nss-3_119_1/nss/cmd/signver/signver.c:308:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3_119_1/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3_119_1/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3_119_1/nss/cmd/signver/signver.c:308:9: throw: if ‘NSS_Shutdown’ throws an exception...
nss-3_119_1/nss/cmd/signver/signver.c:308:9: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/43/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def312]
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:17: warning[-Wanalyzer-malloc-leak]: leak of ‘options.password’
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1176:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1177:17: branch_true: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1379:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:36: branch_false: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:36: acquire_memory: allocated here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1176:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1177:17: branch_true: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1379:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:36: branch_false: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:17: danger: ‘options.password’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def313]
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: options.password
Error: CPPCHECK_WARNING (CWE-401): [#def314]
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: options.pwfile
Error: CPPCHECK_WARNING (CWE-401): [#def315]
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: signOptions.encryptionKeyPreferenceNick
Error: GCC_ANALYZER_WARNING (CWE-401): [#def316]
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1435:5: warning[-Wanalyzer-malloc-leak]: leak of ‘options.password’
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1176:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1177:17: branch_true: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1379:20: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:36: branch_false: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1385:36: acquire_memory: allocated here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1176:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1433:8: branch_false: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1433:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1435:5: branch_false: ...to here
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1435:5: throw: if ‘PL_DestroyOptState’ throws an exception...
nss-3_119_1/nss/cmd/smimetools/cmsutil.c:1435:5: danger: ‘options.password’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-682): [#def317]
nss-3_119_1/nss/cmd/strsclnt/strsclnt.c:857: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def318]
nss-3_119_1/nss/cmd/tests/remtest.c:60:25: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:25: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:60:25: danger: ‘certDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def319]
nss-3_119_1/nss/cmd/tests/remtest.c:64:27: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:64:27: danger: ‘certDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def320]
nss-3_119_1/nss/cmd/tests/remtest.c:65:27: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:65:27: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:65:27: danger: ‘certDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def321]
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: throw: if ‘SECU_DefaultSSLDir’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def322]
nss-3_119_1/nss/cmd/tests/remtest.c:84:19: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:84:19: throw: if ‘SECU_ConfigDirectory’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:84:19: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def323]
nss-3_119_1/nss/cmd/tests/remtest.c:87:5: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:87:5: throw: if ‘PR_Init’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:87:5: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def324]
nss-3_119_1/nss/cmd/tests/remtest.c:89:5: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:89:5: throw: if ‘PK11_SetPasswordFunc’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:89:5: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def325]
nss-3_119_1/nss/cmd/tests/remtest.c:92:10: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:92:10: throw: if ‘NSS_Init’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:92:10: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def326]
nss-3_119_1/nss/cmd/tests/remtest.c:99:12: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:93:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:98:5: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:99:12: throw: if ‘PK11_FindSlotByName’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:99:12: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def327]
nss-3_119_1/nss/cmd/tests/remtest.c:107:13: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:93:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:98:5: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:107:13: throw: if ‘PK11_WaitForTokenEvent’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:107:13: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def328]
nss-3_119_1/nss/cmd/tests/remtest.c:129:5: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:93:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:98:5: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:129:5: throw: if ‘PK11_FreeSlot’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:129:5: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def329]
nss-3_119_1/nss/cmd/tests/remtest.c:131:9: warning[-Wanalyzer-malloc-leak]: leak of ‘tokenName’
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:68:29: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/remtest.c:60:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:75:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:78:8: branch_false: following ‘false’ branch (when ‘tokenName’ is non-NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:82:8: branch_true: following ‘true’ branch (when ‘certDir’ is NULL)...
nss-3_119_1/nss/cmd/tests/remtest.c:83:19: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:93:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:98:5: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/remtest.c:100:8: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/remtest.c:131:9: throw: if ‘NSS_Shutdown’ throws an exception...
nss-3_119_1/nss/cmd/tests/remtest.c:131:9: danger: ‘tokenName’ leaks here; was allocated at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def330]
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:25: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:25: throw: if ‘PL_GetNextOpt’ throws an exception...
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:25: danger: ‘dbDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def331]
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:9: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:85:13: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: danger: ‘dbDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def332]
nss-3_119_1/nss/cmd/tests/secmodtest.c:94:10: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:90:9: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:90:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:94:10: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:94:10: throw: if ‘NSS_NoDB_Init’ throws an exception...
nss-3_119_1/nss/cmd/tests/secmodtest.c:94:10: danger: ‘dbDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def333]
nss-3_119_1/nss/cmd/tests/secmodtest.c:96:9: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3_119_1/nss/cmd/tests/secmodtest.c:83:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:90:9: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:90:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:94:10: branch_false: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:95:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tests/secmodtest.c:96:9: branch_true: ...to here
nss-3_119_1/nss/cmd/tests/secmodtest.c:96:9: throw: if ‘SECU_PrintError’ throws an exception...
nss-3_119_1/nss/cmd/tests/secmodtest.c:96:9: danger: ‘dbDir’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-457): [#def334]
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:503: error[uninitvar]: Uninitialized variable: revTestsDoNotCheck.preferred_methods
Error: GCC_ANALYZER_WARNING (CWE-457): [#def335]
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:503:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘revTestsDoNotCheck.preferred_methods’
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:678:1: enter_function: entry to ‘ownAuthCertificate’
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:683:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:687:10: branch_false: ...to here
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:687:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:692:14: branch_true: ...to here
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:692:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:702:16: branch_false: ...to here
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:703:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:707:15: branch_false: ...to here
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:719:9: call_function: calling ‘verifyFromSideChannel’ from ‘ownAuthCertificate’
Error: CPPCHECK_WARNING (CWE-457): [#def336]
nss-3_119_1/nss/cmd/tstclnt/tstclnt.c:554: error[uninitvar]: Uninitialized variable: revTestsOverallHardFail.preferred_methods
Error: GCC_ANALYZER_WARNING: [#def337]
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:356:26: warning[-Wanalyzer-fd-use-without-check]: ‘read’ on possibly invalid file descriptor ‘open(name, 0)’
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:218:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:221:17: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:226:8: branch_false: following ‘false’ branch (when ‘onlydir == 0’)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:229:8: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:229:8: branch_true: following ‘true’ branch (when ‘cwd’ is NULL)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:230:15: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:231:12: branch_false: following ‘false’ branch (when ‘cwd’ is non-NULL)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:236:5: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:245:11: branch_false: following ‘false’ branch (when ‘owner’ is NULL)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:246:11: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:246:11: branch_false: following ‘false’ branch (when ‘group’ is NULL)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:246:11: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:248:12: branch_true: following ‘true’ branch (when ‘argc != 0’)...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:249:19: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:340:22: acquire_resource: opened here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:341:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:342:17: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/nsinstall.c:356:26: danger: ‘open(name, 0)’ could be invalid: unchecked value from [(15)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def338]
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:87:20: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("..")’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:179:1: enter_function: entry to ‘reversepath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:19: call_function: calling ‘getcomponent’ from ‘reversepath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:19: return_function: returning to ‘reversepath’ from ‘getcomponent’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:188:13: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:190:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:191:17: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:191:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:193:29: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:193:20: call_function: calling ‘ino2name’ from ‘reversepath’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def339]
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:113:16: warning[-Wanalyzer-malloc-leak]: leak of ‘xstrdup(&*<unknown>.d_name)’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:179:1: enter_function: entry to ‘reversepath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:19: call_function: calling ‘getcomponent’ from ‘reversepath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:19: return_function: returning to ‘reversepath’ from ‘getcomponent’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:187:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:188:13: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:190:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:191:17: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:191:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:193:29: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:193:20: call_function: calling ‘ino2name’ from ‘reversepath’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def340]
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:226:13: warning[-Wanalyzer-malloc-leak]: leak of ‘myPath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:218:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:220:14: acquire_memory: allocated here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: following ‘false’ branch (when ‘myPath’ is non-NULL)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:225:12: branch_true: following ‘true’ branch (when ‘rv < 0’)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:226:13: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:226:13: throw: if ‘perror’ throws an exception...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:226:13: danger: ‘myPath’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def341]
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:230:17: warning[-Wanalyzer-malloc-leak]: leak of ‘myPath’
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:218:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:220:14: acquire_memory: allocated here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: following ‘false’ branch (when ‘myPath’ is non-NULL)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:225:12: branch_false: following ‘false’ branch (when ‘rv >= 0’)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:227:20: branch_false: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:227:19: branch_true: following ‘true’ branch...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:228:18: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:229:16: branch_true: following ‘true’ branch (when ‘rv < 0’)...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:230:17: branch_true: ...to here
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:230:17: throw: if ‘perror’ throws an exception...
nss-3_119_1/nss/coreconf/nsinstall/pathsub.c:230:17: danger: ‘myPath’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-562): [#def342]
nss-3_119_1/nss/gtests/google_test/gtest/include/gtest/gtest-matchers.h:734: error[returnReference]: Reference to local variable returned.
Error: CPPCHECK_WARNING (CWE-664): [#def343]
nss-3_119_1/nss/gtests/google_test/gtest/include/gtest/internal/gtest-param-util.h:151: error[mismatchingContainers]: Iterators of different containers 'impl_' and 'other.impl_' are used together.
Error: COMPILER_WARNING: [#def344]
nss-3_119_1/nss/gtests/pk11_gtest/pk11_dsa_unittest.cc: scope_hint: In function ‘void __static_initialization_and_destruction_0()’
nss-3_119_1/nss/gtests/pk11_gtest/pk11_dsa_unittest.cc:81:1: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
Error: CPPCHECK_WARNING (CWE-457): [#def345]
nss-3_119_1/nss/gtests/pk11_gtest/pk11_hpke_unittest.cc:285: warning[uninitvar]: Uninitialized variable: exp.len
Error: CPPCHECK_WARNING (CWE-562): [#def346]
nss-3_119_1/nss/gtests/ssl_gtest/tls_agent.h:317: error[danglingLifetime]: Non-local variable 'handshake_callback_' will use lambda that captures local variable 'step'.
Error: CPPCHECK_WARNING (CWE-562): [#def347]
nss-3_119_1/nss/gtests/ssl_gtest/tls_agent.h:322: error[danglingLifetime]: Non-local variable 'auth_certificate_callback_' will use lambda that captures local variable 'called'.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def348]
nss-3_119_1/nss/lib/certdb/crl.c:2325:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘dpcache’
nss-3_119_1/nss/lib/certdb/crl.c:2365:1: enter_function: entry to ‘cert_CheckCertRevocationStatus’
nss-3_119_1/nss/lib/certdb/crl.c:2372:17: release_memory: ‘dpcache’ is NULL
nss-3_119_1/nss/lib/certdb/crl.c:2378:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/certdb/crl.c:2383:8: branch_false: ...to here
nss-3_119_1/nss/lib/certdb/crl.c:2399:10: call_function: calling ‘AcquireDPCache’ from ‘cert_CheckCertRevocationStatus’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def349]
nss-3_119_1/nss/lib/certhigh/ocsp.c:2242:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3_119_1/nss/lib/certhigh/ocsp.c:2232:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/certhigh/ocsp.c:2236:19: branch_false: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:2238:8: branch_true: following ‘true’ branch (when ‘count != 1’)...
nss-3_119_1/nss/lib/certhigh/ocsp.c:2239:9: branch_true: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:2239:9: acquire_resource: ‘va_start’ called here
nss-3_119_1/nss/lib/certhigh/ocsp.c:2240:16: branch_true: following ‘true’ branch (when ‘i < count’)...
nss-3_119_1/nss/lib/certhigh/ocsp.c:2241:13: branch_true: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:2242:27: throw: if ‘SECOID_FindOIDByTag_Util’ throws an exception...
nss-3_119_1/nss/lib/certhigh/ocsp.c:2242:27: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def350]
nss-3_119_1/nss/lib/certhigh/ocsp.c:5891:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘statusContext’
nss-3_119_1/nss/lib/certhigh/ocsp.c:5832:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/certhigh/ocsp.c:5863:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/certhigh/ocsp.c:5868:21: branch_false: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:5873:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/certhigh/ocsp.c:5874:14: branch_true: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:5875:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/certhigh/ocsp.c:5878:25: branch_false: ...to here
nss-3_119_1/nss/lib/certhigh/ocsp.c:5891:9: danger: dereference of NULL ‘statusContext’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def351]
nss-3_119_1/nss/lib/dev/devtoken.c:304:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&staticObjects’
nss-3_119_1/nss/lib/dev/devtoken.c:365:1: enter_function: entry to ‘nssToken_FindObjectsByTemplate’
nss-3_119_1/nss/lib/dev/devtoken.c:390:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/dev/devtoken.c:397:9: branch_false: ...to here
nss-3_119_1/nss/lib/dev/devtoken.c:413:15: call_function: calling ‘find_objects’ from ‘nssToken_FindObjectsByTemplate’
Error: GCC_ANALYZER_WARNING (CWE-835): [#def352]
nss-3_119_1/nss/lib/dev/devutil.c:118:12: warning[-Wanalyzer-infinite-loop]: infinite loop
nss-3_119_1/nss/lib/dev/devutil.c:118:12: danger: infinite loop here
nss-3_119_1/nss/lib/dev/devutil.c:118:12: branch_true: when ‘slots’ is non-NULL: always following ‘true’ branch...
nss-3_119_1/nss/lib/dev/devutil.c:118:18: branch_true: ...to here
nss-3_119_1/nss/lib/dev/devutil.c:118:12: branch_true: if it ever follows ‘true’ branch, it will always do so...
nss-3_119_1/nss/lib/dev/devutil.c:119:9: branch_true: ...to here
Error: COMPILER_WARNING: [#def353]
nss-3_119_1/nss/lib/freebl/aes-x86.c:28:5: note[note]: called from here
Error: COMPILER_WARNING: [#def354]
nss-3_119_1/nss/lib/freebl/aes-x86.c:29:5: note[note]: called from here
Error: COMPILER_WARNING: [#def355]
nss-3_119_1/nss/lib/freebl/aes-x86.c:30:5: note[note]: called from here
Error: COMPILER_WARNING: [#def356]
nss-3_119_1/nss/lib/freebl/aes-x86.c:31:5: note[note]: called from here
Error: COMPILER_WARNING: [#def357]
nss-3_119_1/nss/lib/freebl/aes-x86.c:32:5: note[note]: called from here
Error: COMPILER_WARNING: [#def358]
nss-3_119_1/nss/lib/freebl/aes-x86.c:33:5: note[note]: called from here
Error: COMPILER_WARNING: [#def359]
nss-3_119_1/nss/lib/freebl/aes-x86.c:34:5: note[note]: called from here
Error: COMPILER_WARNING: [#def360]
nss-3_119_1/nss/lib/freebl/aes-x86.c:35:5: note[note]: called from here
Error: COMPILER_WARNING: [#def361]
nss-3_119_1/nss/lib/freebl/aes-x86.c:36:5: note[note]: called from here
Error: COMPILER_WARNING: [#def362]
nss-3_119_1/nss/lib/freebl/aes-x86.c:37:5: note[note]: called from here
Error: CPPCHECK_WARNING (CWE-758): [#def363]
nss-3_119_1/nss/lib/freebl/aeskeywrap.c:600: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def364]
nss-3_119_1/nss/lib/freebl/aeskeywrap.c:603: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def365]
nss-3_119_1/nss/lib/freebl/aeskeywrap.c:607: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def366]
nss-3_119_1/nss/lib/freebl/aeskeywrap.c:609: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def367]
nss-3_119_1/nss/lib/freebl/aeskeywrap.c:610: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING: [#def368]
nss-3_119_1/nss/lib/freebl/gcm-x86.c:61:13: note[note]: called from here
Error: COMPILER_WARNING: [#def369]
nss-3_119_1/nss/lib/freebl/gcm-x86.c:62:13: note[note]: called from here
Error: COMPILER_WARNING: [#def370]
nss-3_119_1/nss/lib/freebl/gcm-x86.c:63:13: note[note]: called from here
Error: COMPILER_WARNING: [#def371]
nss-3_119_1/nss/lib/freebl/gcm-x86.c:64:13: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def372]
nss-3_119_1/nss/lib/freebl/genload.c:37:5: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘resolved’ where non-null expected
nss-3_119_1/nss/lib/freebl/lowhash_vector.c:218:1: enter_function: entry to ‘NSSLOWHASH_Length’
nss-3_119_1/nss/lib/freebl/lowhash_vector.c:220:9: call_function: inlined call to ‘freebl_InitVector’ from ‘NSSLOWHASH_Length’
Error: CPPCHECK_WARNING (CWE-758): [#def373]
nss-3_119_1/nss/lib/freebl/hmacct.c:24: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def374]
nss-3_119_1/nss/lib/freebl/hmacct.c:31: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING: [#def375]
nss-3_119_1/nss/lib/freebl/intel-gcm-wrap.c:179:5: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def376]
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:73:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*ptr.stream’
nss-3_119_1/nss/lib/freebl/leancrypto/ml_dsa_44_signature_c.c:56:1: enter_function: entry to ‘lc_dilithium_44_sign_c’
nss-3_119_1/nss/lib/freebl/leancrypto/ml_dsa_44_signature_c.c:61:12: call_function: calling ‘lc_dilithium_sign_impl’ from ‘lc_dilithium_44_sign_c’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def377]
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:177:9: warning[-Wanalyzer-malloc-leak]: leak of ‘newBuf’
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:154:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:165:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:166:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:171:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:171:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:172:33: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:172:33: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:173:12: branch_false: following ‘false’ branch (when ‘newBuf’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:177:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:177:9: throw: if ‘SHAKE_128_HashBuf’ throws an exception...
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:177:9: danger: ‘newBuf’ leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def378]
nss-3_119_1/nss/lib/freebl/leancrypto/lc_sha3.h:194:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*ptr.stream’
nss-3_119_1/nss/lib/freebl/leancrypto/dilithium_signature_impl.h:957:1: enter_function: entry to ‘lc_dilithium_verify_impl’
nss-3_119_1/nss/lib/freebl/leancrypto/dilithium_signature_impl.h:962:15: call_function: calling ‘lc_dilithium_verify_ctx_impl’ from ‘lc_dilithium_verify_impl’
nss-3_119_1/nss/lib/freebl/leancrypto/dilithium_signature_impl.h:962:15: return_function: returning to ‘lc_dilithium_verify_impl’ from ‘lc_dilithium_verify_ctx_impl’
nss-3_119_1/nss/lib/freebl/leancrypto/dilithium_signature_impl.h:964:5: call_function: inlined call to ‘lc_dilithium_44_ctx_zero’ from ‘lc_dilithium_verify_impl’
Error: CPPCHECK_WARNING (CWE-758): [#def379]
nss-3_119_1/nss/lib/freebl/mpi/mpi.c:1984: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def380]
nss-3_119_1/nss/lib/freebl/mpi/mpi.c:2425: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-401): [#def381]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:216:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def382]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:219:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def383]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:221:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def384]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:225:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def385]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:228:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def386]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:234:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def387]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:236:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:498:15: call_function: calling ‘mpp_fermat’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def388]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:391:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def389]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: throw: if ‘mp_init’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def390]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: throw: if ‘mp_init’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def391]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: throw: if ‘mpl_set_bit’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def392]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: throw: if ‘mpl_set_bit’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def393]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: throw: if ‘mpl_significant_bits’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def394]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:473:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:47: branch_true: following ‘true’ branch (when ‘nBits <= i’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:473:9: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:473:9: throw: if ‘mpl_set_bit’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:473:9: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def395]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: throw: if ‘mp_add_d’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:495:9: danger: ‘sieve’ leaks here; was allocated at [(6)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def396]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:562:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:562:5: throw: if ‘mp_clear’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:562:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def397]
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:563:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:563:5: throw: if ‘mp_clear’ throws an exception...
nss-3_119_1/nss/lib/freebl/mpi/mpprime.c:563:5: danger: ‘sieve’ leaks here; was allocated at [(5)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-758): [#def398]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1088: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def399]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1177: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def400]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1178: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def401]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1182: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def402]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1187: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def403]
nss-3_119_1/nss/lib/freebl/rsapkcs.c:1191: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING: [#def404]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:87:10: note[note]: called from here
Error: COMPILER_WARNING: [#def405]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:88:10: note[note]: called from here
Error: COMPILER_WARNING: [#def406]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:90:9: note[note]: called from here
Error: COMPILER_WARNING: [#def407]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:91:9: note[note]: called from here
Error: COMPILER_WARNING: [#def408]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:92:9: note[note]: called from here
Error: COMPILER_WARNING: [#def409]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:93:9: note[note]: called from here
Error: COMPILER_WARNING: [#def410]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:98:5: note[note]: called from here
Error: COMPILER_WARNING: [#def411]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:99:5: note[note]: called from here
Error: COMPILER_WARNING: [#def412]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:100:5: note[note]: called from here
Error: COMPILER_WARNING: [#def413]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:101:5: note[note]: called from here
Error: COMPILER_WARNING: [#def414]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:102:5: note[note]: called from here
Error: COMPILER_WARNING: [#def415]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:103:5: note[note]: called from here
Error: COMPILER_WARNING: [#def416]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:104:5: note[note]: called from here
Error: COMPILER_WARNING: [#def417]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:105:5: note[note]: called from here
Error: COMPILER_WARNING: [#def418]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:106:5: note[note]: called from here
Error: COMPILER_WARNING: [#def419]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:107:5: note[note]: called from here
Error: COMPILER_WARNING: [#def420]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:108:5: note[note]: called from here
Error: COMPILER_WARNING: [#def421]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:109:5: note[note]: called from here
Error: COMPILER_WARNING: [#def422]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:110:5: note[note]: called from here
Error: COMPILER_WARNING: [#def423]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:111:5: note[note]: called from here
Error: COMPILER_WARNING: [#def424]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:112:5: note[note]: called from here
Error: COMPILER_WARNING: [#def425]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:113:5: note[note]: called from here
Error: COMPILER_WARNING: [#def426]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:121:10: note[note]: called from here
Error: COMPILER_WARNING: [#def427]
nss-3_119_1/nss/lib/freebl/sha256-x86.c:122:10: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def428]
nss-3_119_1/nss/lib/freebl/stubs.c:268:5: warning[-Wanalyzer-malloc-leak]: leak of ‘mem’
nss-3_119_1/nss/lib/freebl/stubs.c:266:1: enter_function: entry to ‘PORT_ZAllocAlignedOffset_stub’
nss-3_119_1/nss/lib/freebl/stubs.c:268:5: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/stubs.c:269:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/stubs.c:269:8: branch_false: following ‘false’ branch (when ‘offset <= size’)...
nss-3_119_1/nss/lib/freebl/stubs.c:273:11: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/stubs.c:274:15: call_function: calling ‘PORT_ZAllocAligned_stub’ from ‘PORT_ZAllocAlignedOffset_stub’
nss-3_119_1/nss/lib/freebl/stubs.c:274:15: return_function: returning to ‘PORT_ZAllocAlignedOffset_stub’ from ‘PORT_ZAllocAligned_stub’
nss-3_119_1/nss/lib/freebl/stubs.c:275:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/freebl/stubs.c:268:5: branch_true: ...to here
nss-3_119_1/nss/lib/freebl/stubs.c:268:5: danger: ‘mem’ leaks here; was allocated at [(16)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def429]
nss-3_119_1/nss/lib/freebl/unix_urandom.c:74:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/urandom", 0)’
nss-3_119_1/nss/lib/freebl/unix_urandom.c:16:1: enter_function: entry to ‘RNG_SystemInfoForRNG’
nss-3_119_1/nss/lib/freebl/unix_urandom.c:19:23: call_function: calling ‘RNG_SystemRNG’ from ‘RNG_SystemInfoForRNG’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def430]
nss-3_119_1/nss/lib/freebl/unix_urandom.c:81:11: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/urandom", 0)’
nss-3_119_1/nss/lib/freebl/unix_urandom.c:55:8: branch_false: following ‘false’ branch (when ‘fileBytes != maxLen’)...
nss-3_119_1/nss/lib/freebl/unix_urandom.c:60:9: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/unix_urandom.c:60:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/unix_urandom.c:68:10: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/unix_urandom.c:68:10: acquire_resource: opened here
nss-3_119_1/nss/lib/freebl/unix_urandom.c:69:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/freebl/unix_urandom.c:69:8: branch_false: ...to here
nss-3_119_1/nss/lib/freebl/unix_urandom.c:81:11: danger: ‘open("/dev/urandom", 0)’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: COMPILER_WARNING: [#def431]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:54:50: note[note]: called from here
Error: COMPILER_WARNING: [#def432]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:56:22: note[note]: called from here
Error: COMPILER_WARNING: [#def433]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:58:27: note[note]: called from here
Error: COMPILER_WARNING: [#def434]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:60:22: note[note]: called from here
Error: COMPILER_WARNING: [#def435]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:62:22: note[note]: called from here
Error: COMPILER_WARNING: [#def436]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:64:22: note[note]: called from here
Error: COMPILER_WARNING: [#def437]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:66:22: note[note]: called from here
Error: COMPILER_WARNING: [#def438]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:68:22: note[note]: called from here
Error: COMPILER_WARNING: [#def439]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:70:24: note[note]: called from here
Error: COMPILER_WARNING: [#def440]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:72:23: note[note]: called from here
Error: COMPILER_WARNING: [#def441]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:74:23: note[note]: called from here
Error: COMPILER_WARNING: [#def442]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:75:51: note[note]: called from here
Error: COMPILER_WARNING: [#def443]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:77:23: note[note]: called from here
Error: COMPILER_WARNING: [#def444]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:78:51: note[note]: called from here
Error: COMPILER_WARNING: [#def445]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:79:50: note[note]: called from here
Error: COMPILER_WARNING: [#def446]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:81:23: note[note]: called from here
Error: COMPILER_WARNING: [#def447]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:82:51: note[note]: called from here
Error: COMPILER_WARNING: [#def448]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:84:23: note[note]: called from here
Error: COMPILER_WARNING: [#def449]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:96:52: note[note]: called from here
Error: COMPILER_WARNING: [#def450]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:98:21: note[note]: called from here
Error: COMPILER_WARNING: [#def451]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:115:50: note[note]: called from here
Error: COMPILER_WARNING: [#def452]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:116:50: note[note]: called from here
Error: COMPILER_WARNING: [#def453]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:117:50: note[note]: called from here
Error: COMPILER_WARNING: [#def454]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:118:50: note[note]: called from here
Error: COMPILER_WARNING: [#def455]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:119:50: note[note]: called from here
Error: COMPILER_WARNING: [#def456]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:122:21: note[note]: called from here
Error: COMPILER_WARNING: [#def457]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:126:21: note[note]: called from here
Error: COMPILER_WARNING: [#def458]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:130:21: note[note]: called from here
Error: COMPILER_WARNING: [#def459]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:134:21: note[note]: called from here
Error: COMPILER_WARNING: [#def460]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:138:21: note[note]: called from here
Error: COMPILER_WARNING: [#def461]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:142:21: note[note]: called from here
Error: COMPILER_WARNING: [#def462]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:146:21: note[note]: called from here
Error: COMPILER_WARNING: [#def463]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:150:21: note[note]: called from here
Error: COMPILER_WARNING: [#def464]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:154:21: note[note]: called from here
Error: COMPILER_WARNING: [#def465]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:158:21: note[note]: called from here
Error: COMPILER_WARNING: [#def466]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:162:21: note[note]: called from here
Error: COMPILER_WARNING: [#def467]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:166:21: note[note]: called from here
Error: COMPILER_WARNING: [#def468]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:170:21: note[note]: called from here
Error: COMPILER_WARNING: [#def469]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:174:21: note[note]: called from here
Error: COMPILER_WARNING: [#def470]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:178:21: note[note]: called from here
Error: COMPILER_WARNING: [#def471]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:182:21: note[note]: called from here
Error: COMPILER_WARNING: [#def472]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:186:21: note[note]: called from here
Error: COMPILER_WARNING: [#def473]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:190:21: note[note]: called from here
Error: COMPILER_WARNING: [#def474]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:194:21: note[note]: called from here
Error: COMPILER_WARNING: [#def475]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:198:21: note[note]: called from here
Error: COMPILER_WARNING: [#def476]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:206:26: note[note]: called from here
Error: COMPILER_WARNING: [#def477]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:208:22: note[note]: called from here
Error: COMPILER_WARNING: [#def478]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:210:22: note[note]: called from here
Error: COMPILER_WARNING: [#def479]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:211:50: note[note]: called from here
Error: COMPILER_WARNING: [#def480]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:212:50: note[note]: called from here
Error: COMPILER_WARNING: [#def481]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:213:50: note[note]: called from here
Error: COMPILER_WARNING: [#def482]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:214:50: note[note]: called from here
Error: COMPILER_WARNING: [#def483]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:216:23: note[note]: called from here
Error: COMPILER_WARNING: [#def484]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:218:23: note[note]: called from here
Error: COMPILER_WARNING: [#def485]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:220:21: note[note]: called from here
Error: COMPILER_WARNING: [#def486]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:221:51: note[note]: called from here
Error: COMPILER_WARNING: [#def487]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:222:51: note[note]: called from here
Error: COMPILER_WARNING: [#def488]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:223:51: note[note]: called from here
Error: COMPILER_WARNING: [#def489]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:224:50: note[note]: called from here
Error: COMPILER_WARNING: [#def490]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:225:51: note[note]: called from here
Error: COMPILER_WARNING: [#def491]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:227:23: note[note]: called from here
Error: COMPILER_WARNING: [#def492]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:229:23: note[note]: called from here
Error: COMPILER_WARNING: [#def493]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:230:51: note[note]: called from here
Error: COMPILER_WARNING: [#def494]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:231:51: note[note]: called from here
Error: COMPILER_WARNING: [#def495]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:232:51: note[note]: called from here
Error: COMPILER_WARNING: [#def496]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:233:51: note[note]: called from here
Error: COMPILER_WARNING: [#def497]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:235:23: note[note]: called from here
Error: COMPILER_WARNING: [#def498]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:236:51: note[note]: called from here
Error: COMPILER_WARNING: [#def499]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:237:51: note[note]: called from here
Error: COMPILER_WARNING: [#def500]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:258:50: note[note]: called from here
Error: COMPILER_WARNING: [#def501]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:259:50: note[note]: called from here
Error: COMPILER_WARNING: [#def502]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:260:50: note[note]: called from here
Error: COMPILER_WARNING: [#def503]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:261:50: note[note]: called from here
Error: COMPILER_WARNING: [#def504]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:262:50: note[note]: called from here
Error: COMPILER_WARNING: [#def505]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:283:46: note[note]: called from here
Error: COMPILER_WARNING: [#def506]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:284:46: note[note]: called from here
Error: COMPILER_WARNING: [#def507]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:287:17: note[note]: called from here
Error: COMPILER_WARNING: [#def508]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:291:17: note[note]: called from here
Error: COMPILER_WARNING: [#def509]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:296:17: note[note]: called from here
Error: COMPILER_WARNING: [#def510]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:303:17: note[note]: called from here
Error: COMPILER_WARNING: [#def511]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:307:19: note[note]: called from here
Error: COMPILER_WARNING: [#def512]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:319:48: note[note]: called from here
Error: COMPILER_WARNING: [#def513]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:321:17: note[note]: called from here
Error: COMPILER_WARNING: [#def514]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:343:47: note[note]: called from here
Error: COMPILER_WARNING: [#def515]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:344:47: note[note]: called from here
Error: COMPILER_WARNING: [#def516]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:345:47: note[note]: called from here
Error: COMPILER_WARNING: [#def517]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:346:47: note[note]: called from here
Error: COMPILER_WARNING: [#def518]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:347:47: note[note]: called from here
Error: COMPILER_WARNING: [#def519]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:348:47: note[note]: called from here
Error: COMPILER_WARNING: [#def520]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:349:47: note[note]: called from here
Error: COMPILER_WARNING: [#def521]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:350:47: note[note]: called from here
Error: COMPILER_WARNING: [#def522]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:351:47: note[note]: called from here
Error: COMPILER_WARNING: [#def523]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:352:47: note[note]: called from here
Error: COMPILER_WARNING: [#def524]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:355:17: note[note]: called from here
Error: COMPILER_WARNING: [#def525]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:359:17: note[note]: called from here
Error: COMPILER_WARNING: [#def526]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:363:17: note[note]: called from here
Error: COMPILER_WARNING: [#def527]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:367:17: note[note]: called from here
Error: COMPILER_WARNING: [#def528]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:371:17: note[note]: called from here
Error: COMPILER_WARNING: [#def529]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:375:17: note[note]: called from here
Error: COMPILER_WARNING: [#def530]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:379:17: note[note]: called from here
Error: COMPILER_WARNING: [#def531]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:383:17: note[note]: called from here
Error: COMPILER_WARNING: [#def532]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:387:17: note[note]: called from here
Error: COMPILER_WARNING: [#def533]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:391:17: note[note]: called from here
Error: COMPILER_WARNING: [#def534]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:395:17: note[note]: called from here
Error: COMPILER_WARNING: [#def535]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:399:17: note[note]: called from here
Error: COMPILER_WARNING: [#def536]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:403:17: note[note]: called from here
Error: COMPILER_WARNING: [#def537]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:407:17: note[note]: called from here
Error: COMPILER_WARNING: [#def538]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:411:17: note[note]: called from here
Error: COMPILER_WARNING: [#def539]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:415:17: note[note]: called from here
Error: COMPILER_WARNING: [#def540]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:419:17: note[note]: called from here
Error: COMPILER_WARNING: [#def541]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:423:17: note[note]: called from here
Error: COMPILER_WARNING: [#def542]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:427:17: note[note]: called from here
Error: COMPILER_WARNING: [#def543]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:431:17: note[note]: called from here
Error: COMPILER_WARNING: [#def544]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:439:22: note[note]: called from here
Error: COMPILER_WARNING: [#def545]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:441:18: note[note]: called from here
Error: COMPILER_WARNING: [#def546]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:443:18: note[note]: called from here
Error: COMPILER_WARNING: [#def547]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:444:46: note[note]: called from here
Error: COMPILER_WARNING: [#def548]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:445:46: note[note]: called from here
Error: COMPILER_WARNING: [#def549]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:446:46: note[note]: called from here
Error: COMPILER_WARNING: [#def550]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:447:46: note[note]: called from here
Error: COMPILER_WARNING: [#def551]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:449:19: note[note]: called from here
Error: COMPILER_WARNING: [#def552]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:451:19: note[note]: called from here
Error: COMPILER_WARNING: [#def553]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:453:17: note[note]: called from here
Error: COMPILER_WARNING: [#def554]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:454:47: note[note]: called from here
Error: COMPILER_WARNING: [#def555]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:455:47: note[note]: called from here
Error: COMPILER_WARNING: [#def556]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:456:47: note[note]: called from here
Error: COMPILER_WARNING: [#def557]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:457:46: note[note]: called from here
Error: COMPILER_WARNING: [#def558]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:458:47: note[note]: called from here
Error: COMPILER_WARNING: [#def559]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:460:19: note[note]: called from here
Error: COMPILER_WARNING: [#def560]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:462:19: note[note]: called from here
Error: COMPILER_WARNING: [#def561]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:463:47: note[note]: called from here
Error: COMPILER_WARNING: [#def562]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:464:47: note[note]: called from here
Error: COMPILER_WARNING: [#def563]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:465:47: note[note]: called from here
Error: COMPILER_WARNING: [#def564]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:466:47: note[note]: called from here
Error: COMPILER_WARNING: [#def565]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:468:19: note[note]: called from here
Error: COMPILER_WARNING: [#def566]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:469:47: note[note]: called from here
Error: COMPILER_WARNING: [#def567]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:470:47: note[note]: called from here
Error: COMPILER_WARNING: [#def568]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:492:46: note[note]: called from here
Error: COMPILER_WARNING: [#def569]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:493:46: note[note]: called from here
Error: COMPILER_WARNING: [#def570]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:496:17: note[note]: called from here
Error: COMPILER_WARNING: [#def571]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:500:17: note[note]: called from here
Error: COMPILER_WARNING: [#def572]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:505:17: note[note]: called from here
Error: COMPILER_WARNING: [#def573]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:512:17: note[note]: called from here
Error: COMPILER_WARNING: [#def574]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:516:19: note[note]: called from here
Error: COMPILER_WARNING: [#def575]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:528:48: note[note]: called from here
Error: COMPILER_WARNING: [#def576]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:530:50: note[note]: called from here
Error: COMPILER_WARNING: [#def577]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:552:47: note[note]: called from here
Error: COMPILER_WARNING: [#def578]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:553:47: note[note]: called from here
Error: COMPILER_WARNING: [#def579]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:554:47: note[note]: called from here
Error: COMPILER_WARNING: [#def580]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:555:47: note[note]: called from here
Error: COMPILER_WARNING: [#def581]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:556:47: note[note]: called from here
Error: COMPILER_WARNING: [#def582]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:557:47: note[note]: called from here
Error: COMPILER_WARNING: [#def583]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:558:47: note[note]: called from here
Error: COMPILER_WARNING: [#def584]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:559:47: note[note]: called from here
Error: COMPILER_WARNING: [#def585]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:560:47: note[note]: called from here
Error: COMPILER_WARNING: [#def586]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:561:47: note[note]: called from here
Error: COMPILER_WARNING: [#def587]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:564:17: note[note]: called from here
Error: COMPILER_WARNING: [#def588]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:568:17: note[note]: called from here
Error: COMPILER_WARNING: [#def589]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:572:17: note[note]: called from here
Error: COMPILER_WARNING: [#def590]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:576:17: note[note]: called from here
Error: COMPILER_WARNING: [#def591]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:580:17: note[note]: called from here
Error: COMPILER_WARNING: [#def592]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:584:17: note[note]: called from here
Error: COMPILER_WARNING: [#def593]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:588:17: note[note]: called from here
Error: COMPILER_WARNING: [#def594]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:592:17: note[note]: called from here
Error: COMPILER_WARNING: [#def595]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:596:17: note[note]: called from here
Error: COMPILER_WARNING: [#def596]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:600:17: note[note]: called from here
Error: COMPILER_WARNING: [#def597]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:604:17: note[note]: called from here
Error: COMPILER_WARNING: [#def598]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:608:17: note[note]: called from here
Error: COMPILER_WARNING: [#def599]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:612:17: note[note]: called from here
Error: COMPILER_WARNING: [#def600]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:616:17: note[note]: called from here
Error: COMPILER_WARNING: [#def601]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:620:17: note[note]: called from here
Error: COMPILER_WARNING: [#def602]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:624:17: note[note]: called from here
Error: COMPILER_WARNING: [#def603]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:628:17: note[note]: called from here
Error: COMPILER_WARNING: [#def604]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:632:17: note[note]: called from here
Error: COMPILER_WARNING: [#def605]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:636:17: note[note]: called from here
Error: COMPILER_WARNING: [#def606]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:640:17: note[note]: called from here
Error: COMPILER_WARNING: [#def607]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:648:22: note[note]: called from here
Error: COMPILER_WARNING: [#def608]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:650:18: note[note]: called from here
Error: COMPILER_WARNING: [#def609]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:652:18: note[note]: called from here
Error: COMPILER_WARNING: [#def610]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:653:46: note[note]: called from here
Error: COMPILER_WARNING: [#def611]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:654:46: note[note]: called from here
Error: COMPILER_WARNING: [#def612]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:655:46: note[note]: called from here
Error: COMPILER_WARNING: [#def613]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:656:46: note[note]: called from here
Error: COMPILER_WARNING: [#def614]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:658:19: note[note]: called from here
Error: COMPILER_WARNING: [#def615]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:660:19: note[note]: called from here
Error: COMPILER_WARNING: [#def616]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:662:17: note[note]: called from here
Error: COMPILER_WARNING: [#def617]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:663:47: note[note]: called from here
Error: COMPILER_WARNING: [#def618]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:664:47: note[note]: called from here
Error: COMPILER_WARNING: [#def619]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:665:47: note[note]: called from here
Error: COMPILER_WARNING: [#def620]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:666:46: note[note]: called from here
Error: COMPILER_WARNING: [#def621]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:667:47: note[note]: called from here
Error: COMPILER_WARNING: [#def622]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:669:19: note[note]: called from here
Error: COMPILER_WARNING: [#def623]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:671:19: note[note]: called from here
Error: COMPILER_WARNING: [#def624]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:672:47: note[note]: called from here
Error: COMPILER_WARNING: [#def625]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:673:47: note[note]: called from here
Error: COMPILER_WARNING: [#def626]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:674:47: note[note]: called from here
Error: COMPILER_WARNING: [#def627]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:675:47: note[note]: called from here
Error: COMPILER_WARNING: [#def628]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:677:19: note[note]: called from here
Error: COMPILER_WARNING: [#def629]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:678:47: note[note]: called from here
Error: COMPILER_WARNING: [#def630]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:679:47: note[note]: called from here
Error: COMPILER_WARNING: [#def631]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:702:46: note[note]: called from here
Error: COMPILER_WARNING: [#def632]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:703:46: note[note]: called from here
Error: COMPILER_WARNING: [#def633]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:706:17: note[note]: called from here
Error: COMPILER_WARNING: [#def634]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:710:17: note[note]: called from here
Error: COMPILER_WARNING: [#def635]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:715:17: note[note]: called from here
Error: COMPILER_WARNING: [#def636]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:722:17: note[note]: called from here
Error: COMPILER_WARNING: [#def637]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:726:19: note[note]: called from here
Error: COMPILER_WARNING: [#def638]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:738:48: note[note]: called from here
Error: COMPILER_WARNING: [#def639]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:740:17: note[note]: called from here
Error: COMPILER_WARNING: [#def640]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:762:47: note[note]: called from here
Error: COMPILER_WARNING: [#def641]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:763:47: note[note]: called from here
Error: COMPILER_WARNING: [#def642]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:764:47: note[note]: called from here
Error: COMPILER_WARNING: [#def643]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:765:47: note[note]: called from here
Error: COMPILER_WARNING: [#def644]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:766:47: note[note]: called from here
Error: COMPILER_WARNING: [#def645]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:767:47: note[note]: called from here
Error: COMPILER_WARNING: [#def646]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:768:47: note[note]: called from here
Error: COMPILER_WARNING: [#def647]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:769:47: note[note]: called from here
Error: COMPILER_WARNING: [#def648]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:770:47: note[note]: called from here
Error: COMPILER_WARNING: [#def649]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:771:47: note[note]: called from here
Error: COMPILER_WARNING: [#def650]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:774:17: note[note]: called from here
Error: COMPILER_WARNING: [#def651]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:778:17: note[note]: called from here
Error: COMPILER_WARNING: [#def652]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:782:17: note[note]: called from here
Error: COMPILER_WARNING: [#def653]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:786:17: note[note]: called from here
Error: COMPILER_WARNING: [#def654]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:790:17: note[note]: called from here
Error: COMPILER_WARNING: [#def655]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:794:17: note[note]: called from here
Error: COMPILER_WARNING: [#def656]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:798:17: note[note]: called from here
Error: COMPILER_WARNING: [#def657]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:802:17: note[note]: called from here
Error: COMPILER_WARNING: [#def658]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:806:17: note[note]: called from here
Error: COMPILER_WARNING: [#def659]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:810:17: note[note]: called from here
Error: COMPILER_WARNING: [#def660]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:814:17: note[note]: called from here
Error: COMPILER_WARNING: [#def661]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:818:17: note[note]: called from here
Error: COMPILER_WARNING: [#def662]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:822:17: note[note]: called from here
Error: COMPILER_WARNING: [#def663]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:826:17: note[note]: called from here
Error: COMPILER_WARNING: [#def664]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:830:17: note[note]: called from here
Error: COMPILER_WARNING: [#def665]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:834:17: note[note]: called from here
Error: COMPILER_WARNING: [#def666]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:838:17: note[note]: called from here
Error: COMPILER_WARNING: [#def667]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:842:17: note[note]: called from here
Error: COMPILER_WARNING: [#def668]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:846:17: note[note]: called from here
Error: COMPILER_WARNING: [#def669]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:850:17: note[note]: called from here
Error: COMPILER_WARNING: [#def670]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:858:22: note[note]: called from here
Error: COMPILER_WARNING: [#def671]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:860:18: note[note]: called from here
Error: COMPILER_WARNING: [#def672]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:862:18: note[note]: called from here
Error: COMPILER_WARNING: [#def673]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:863:46: note[note]: called from here
Error: COMPILER_WARNING: [#def674]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:864:46: note[note]: called from here
Error: COMPILER_WARNING: [#def675]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:865:46: note[note]: called from here
Error: COMPILER_WARNING: [#def676]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:866:46: note[note]: called from here
Error: COMPILER_WARNING: [#def677]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:868:19: note[note]: called from here
Error: COMPILER_WARNING: [#def678]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:870:19: note[note]: called from here
Error: COMPILER_WARNING: [#def679]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:872:17: note[note]: called from here
Error: COMPILER_WARNING: [#def680]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:873:47: note[note]: called from here
Error: COMPILER_WARNING: [#def681]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:874:47: note[note]: called from here
Error: COMPILER_WARNING: [#def682]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:875:47: note[note]: called from here
Error: COMPILER_WARNING: [#def683]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:876:46: note[note]: called from here
Error: COMPILER_WARNING: [#def684]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:877:47: note[note]: called from here
Error: COMPILER_WARNING: [#def685]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:879:19: note[note]: called from here
Error: COMPILER_WARNING: [#def686]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:881:19: note[note]: called from here
Error: COMPILER_WARNING: [#def687]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:882:47: note[note]: called from here
Error: COMPILER_WARNING: [#def688]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:883:47: note[note]: called from here
Error: COMPILER_WARNING: [#def689]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:884:47: note[note]: called from here
Error: COMPILER_WARNING: [#def690]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:885:47: note[note]: called from here
Error: COMPILER_WARNING: [#def691]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:887:19: note[note]: called from here
Error: COMPILER_WARNING: [#def692]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:888:47: note[note]: called from here
Error: COMPILER_WARNING: [#def693]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:889:47: note[note]: called from here
Error: COMPILER_WARNING: [#def694]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:933:37: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def695]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:193:5: note[note]: called from here
Error: COMPILER_WARNING: [#def696]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:203:13: note[note]: called from here
Error: COMPILER_WARNING: [#def697]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:212:16: note[note]: called from here
Error: COMPILER_WARNING: [#def698]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:261:13: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def699]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:32:37: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def700]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:32:42: note[note]: called from here
Error: COMPILER_WARNING: [#def701]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:34:14: note[note]: called from here
Error: COMPILER_WARNING: [#def702]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:36:18: note[note]: called from here
Error: COMPILER_WARNING: [#def703]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:37:42: note[note]: called from here
Error: COMPILER_WARNING: [#def704]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:39:14: note[note]: called from here
Error: COMPILER_WARNING: [#def705]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:41:14: note[note]: called from here
Error: COMPILER_WARNING: [#def706]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:43:14: note[note]: called from here
Error: COMPILER_WARNING: [#def707]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:44:42: note[note]: called from here
Error: COMPILER_WARNING: [#def708]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:45:42: note[note]: called from here
Error: COMPILER_WARNING: [#def709]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:46:42: note[note]: called from here
Error: COMPILER_WARNING: [#def710]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:48:14: note[note]: called from here
Error: COMPILER_WARNING: [#def711]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:49:43: note[note]: called from here
Error: COMPILER_WARNING: [#def712]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:51:14: note[note]: called from here
Error: COMPILER_WARNING: [#def713]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:52:43: note[note]: called from here
Error: COMPILER_WARNING: [#def714]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:53:42: note[note]: called from here
Error: COMPILER_WARNING: [#def715]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:55:15: note[note]: called from here
Error: COMPILER_WARNING: [#def716]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:56:43: note[note]: called from here
Error: COMPILER_WARNING: [#def717]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:58:15: note[note]: called from here
Error: COMPILER_WARNING: [#def718]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:70:44: note[note]: called from here
Error: COMPILER_WARNING: [#def719]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:72:13: note[note]: called from here
Error: COMPILER_WARNING: [#def720]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:83:42: note[note]: called from here
Error: COMPILER_WARNING: [#def721]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:84:42: note[note]: called from here
Error: COMPILER_WARNING: [#def722]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:85:42: note[note]: called from here
Error: COMPILER_WARNING: [#def723]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:86:42: note[note]: called from here
Error: COMPILER_WARNING: [#def724]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:87:42: note[note]: called from here
Error: COMPILER_WARNING: [#def725]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:90:13: note[note]: called from here
Error: COMPILER_WARNING: [#def726]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:95:13: note[note]: called from here
Error: COMPILER_WARNING: [#def727]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:100:13: note[note]: called from here
Error: COMPILER_WARNING: [#def728]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:105:13: note[note]: called from here
Error: COMPILER_WARNING: [#def729]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:110:13: note[note]: called from here
Error: COMPILER_WARNING: [#def730]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:113:42: note[note]: called from here
Error: COMPILER_WARNING: [#def731]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:114:42: note[note]: called from here
Error: COMPILER_WARNING: [#def732]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:115:42: note[note]: called from here
Error: COMPILER_WARNING: [#def733]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:116:42: note[note]: called from here
Error: COMPILER_WARNING: [#def734]
nss-3_119_1/nss/lib/freebl/verified/Hacl_Poly1305_256.c:117:42: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def735]
nss-3_119_1/nss/lib/jar/jar.c:460:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘signer’
nss-3_119_1/nss/lib/jar/jar.c:322:1: enter_function: entry to ‘JAR_find_next’
nss-3_119_1/nss/lib/jar/jar.c:337:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/jar/jar.c:337:8: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:385:12: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/jar/jar.c:391:13: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:391:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/jar/jar.c:407:13: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:407:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/jar/jar.c:426:13: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:426:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/jar/jar.c:426:12: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:433:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/jar/jar.c:435:17: branch_false: ...to here
nss-3_119_1/nss/lib/jar/jar.c:441:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/jar/jar.c:445:21: branch_true: ...to here
nss-3_119_1/nss/lib/jar/jar.c:445:21: call_function: calling ‘jar_find_first_cert’ from ‘JAR_find_next’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def736]
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:62:1: enter_function: entry to ‘pkix_ComCertSelParams_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:68:32: release_memory: ‘paramsDuplicate’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:71:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:73:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:73:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: call_function: calling ‘PKIX_ComCertSelParams_Create’ from ‘pkix_ComCertSelParams_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: return_function: returning to ‘pkix_ComCertSelParams_Duplicate’ from ‘PKIX_ComCertSelParams_Create’
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:24: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:24: release_memory: ‘paramsDuplicate’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:9: danger: dereference of NULL ‘paramsDuplicate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def737]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:456:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:430:1: enter_function: entry to ‘pkix_List_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:436:20: release_memory: ‘listDuplicate’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:439:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:441:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:441:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:446:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:446:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: call_function: calling ‘pkix_List_Create_Internal’ from ‘pkix_List_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: return_function: returning to ‘pkix_List_Duplicate’ from ‘pkix_List_Create_Internal’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:456:30: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:456:30: release_memory: ‘listDuplicate’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:456:17: danger: dereference of NULL ‘listDuplicate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def738]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1421:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1387:1: enter_function: entry to ‘PKIX_List_AppendItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1393:20: release_memory: ‘newElement’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1397:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1399:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1399:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1403:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1403:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1407:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_AppendItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: return_function: returning to ‘PKIX_List_AppendItem’ from ‘pkix_List_Create_Internal’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1420:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1420:9: branch_false: following ‘false’ branch (when ‘item’ is NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1421:19: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1421:19: release_memory: ‘newElement’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1421:9: danger: dereference of NULL ‘newElement’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def739]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1442:1: enter_function: entry to ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1448:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1449:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1452:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_Create_Internal’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:36: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:20: release_memory: ‘newElem’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:13: danger: dereference of NULL ‘newElem’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def740]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1442:1: enter_function: entry to ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1448:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1449:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1452:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_Create_Internal’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:36: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:36: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1471:29: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def741]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1482:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1442:1: enter_function: entry to ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1448:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1449:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1452:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1455:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1459:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_InsertItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_Create_Internal’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1467:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1481:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1481:13: branch_false: following ‘false’ branch (when ‘item’ is NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1482:20: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1482:20: release_memory: ‘newElem’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1482:13: danger: dereference of NULL ‘newElem’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def742]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1502:1: enter_function: entry to ‘PKIX_List_GetItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1508:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1511:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1513:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1513:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_GetItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: return_function: returning to ‘PKIX_List_GetItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def743]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1532:1: enter_function: entry to ‘PKIX_List_SetItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1538:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1541:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1543:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1543:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1547:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1547:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_SetItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: return_function: returning to ‘PKIX_List_SetItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def744]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1574:1: enter_function: entry to ‘PKIX_List_DeleteItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1579:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1580:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1584:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1586:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1586:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1590:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1590:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def745]
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1574:1: enter_function: entry to ‘PKIX_List_DeleteItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1579:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1580:20: release_memory: ‘element’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1584:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1586:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1586:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1590:14: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1590:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1600:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1602:12: branch_false: following ‘false’ branch (when ‘nextElement’ is NULL)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1616:20: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1616:20: branch_true: following ‘true’ branch (when ‘index != 0’)...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1623:28: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1623:28: release_memory: ‘prevElement’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: danger: dereference of NULL ‘prevElement’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def746]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hcv1’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:248:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:254:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:370:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: danger: dereference of NULL ‘hcv1’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def747]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hcv1’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:248:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:254:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:370:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:374:17: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:374:16: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: danger: dereference of NULL ‘hcv1’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def748]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:629:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘requestParams.nc’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:565:1: enter_function: entry to ‘pkix_pl_LdapCertStore_GetCert’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:586:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:601:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:605:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:605:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:613:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:613:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:617:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:617:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:621:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:621:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: call_function: calling ‘pkix_pl_LdapCertStore_MakeNameAVAList’ from ‘pkix_pl_LdapCertStore_GetCert’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: return_function: returning to ‘pkix_pl_LdapCertStore_GetCert’ from ‘pkix_pl_LdapCertStore_MakeNameAVAList’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:629:22: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:629:22: danger: use of uninitialized value ‘requestParams.nc’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def749]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:899:30: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘requestParams.nc’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:822:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:852:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:856:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:856:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:860:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:860:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:870:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:870:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:872:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:872:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:876:21: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:876:20: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:882:25: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:882:25: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:889:25: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:889:25: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:897:25: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:897:25: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:899:30: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:899:30: danger: use of uninitialized value ‘requestParams.nc’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def750]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘encoded’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2456:18: release_memory: ‘encoded’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2459:9: branch_false: following ‘false’ branch (when ‘client’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2461:13: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2461:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2462:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2462:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2469:17: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: release_memory: ‘encoded’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: danger: dereference of NULL ‘encoded’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def751]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:728:1: enter_function: entry to ‘pkix_pl_CRLEntry_Create’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:734:27: release_memory: ‘crlEntry’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:742:9: branch_false: following ‘false’ branch (when ‘pCrlEntryList’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:746:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:746:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:749:12: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:749:12: branch_true: following ‘true’ branch (when ‘nssCrlEntries’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:749:12: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:750:20: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: call_function: calling ‘pkix_pl_CRLEntry_CreateEntry’ from ‘pkix_pl_CRLEntry_Create’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: return_function: returning to ‘pkix_pl_CRLEntry_Create’ from ‘pkix_pl_CRLEntry_CreateEntry’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:756:36: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:760:17: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:25: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:25: release_memory: ‘crlEntry’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:17: danger: dereference of NULL ‘crlEntry’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def752]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:164:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:817:1: enter_function: entry to ‘PKIX_PL_Object_DecRef’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:822:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:826:9: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:828:12: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:840:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_DecRef’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: return_function: returning to ‘PKIX_PL_Object_DecRef’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:848:20: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:850:12: branch_true: following ‘true’ branch (when ‘refCount == 0’)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:47: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:856:16: branch_false: following ‘false’ branch (when ‘objType <= 60’)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:886:17: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:904:31: call_function: calling ‘pkix_pl_Object_Destroy’ from ‘PKIX_PL_Object_DecRef’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def753]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:817:1: enter_function: entry to ‘PKIX_PL_Object_DecRef’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:822:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:826:9: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:828:12: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:840:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_DecRef’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: return_function: returning to ‘PKIX_PL_Object_DecRef’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:845:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:848:20: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:848:20: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:850:12: branch_true: following ‘true’ branch (when ‘refCount == 0’)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:47: branch_true: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:47: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:25: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def754]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:947:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘firstObjectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:923:1: enter_function: entry to ‘PKIX_PL_Object_Equals’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:929:25: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:930:25: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:936:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:938:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Equals’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:938:9: return_function: returning to ‘PKIX_PL_Object_Equals’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:938:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:942:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:942:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Equals’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:942:9: return_function: returning to ‘PKIX_PL_Object_Equals’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:942:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:947:30: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:947:30: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:947:13: danger: dereference of NULL ‘firstObjectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def755]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1025:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘firstObjectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1008:1: enter_function: entry to ‘PKIX_PL_Object_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1013:25: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1019:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1021:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1021:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Duplicate’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1021:9: return_function: returning to ‘PKIX_PL_Object_Duplicate’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1021:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1025:36: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1025:36: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1025:9: danger: dereference of NULL ‘firstObjectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def756]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1078:1: enter_function: entry to ‘PKIX_PL_Object_Hashcode’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1083:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1089:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Hashcode’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: return_function: returning to ‘PKIX_PL_Object_Hashcode’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:26: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:26: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:14: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def757]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1172:1: enter_function: entry to ‘PKIX_PL_Object_ToString’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1177:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1183:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_ToString’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: return_function: returning to ‘PKIX_PL_Object_ToString’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:26: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:26: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:14: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def758]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1270:1: enter_function: entry to ‘PKIX_PL_Object_InvalidateCache’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1274:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1277:9: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_InvalidateCache’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: return_function: returning to ‘PKIX_PL_Object_InvalidateCache’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:9: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def759]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1329:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘firstObjectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1304:1: enter_function: entry to ‘PKIX_PL_Object_Compare’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1310:25: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1317:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1320:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Compare’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1320:9: return_function: returning to ‘PKIX_PL_Object_Compare’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1320:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1325:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1325:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_Compare’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1325:9: return_function: returning to ‘PKIX_PL_Object_Compare’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1325:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1329:36: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1329:36: release_memory: ‘firstObjectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1329:9: danger: dereference of NULL ‘firstObjectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def760]
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1421:1: enter_function: entry to ‘PKIX_PL_Object_GetType’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1426:25: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1429:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: call_function: calling ‘pkix_pl_Object_GetHeader’ from ‘PKIX_PL_Object_GetType’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: return_function: returning to ‘PKIX_PL_Object_GetType’ from ‘pkix_pl_Object_GetHeader’
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:30: branch_false: ...to here
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:30: release_memory: ‘objectHeader’ is NULL
nss-3_119_1/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:18: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def761]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3394:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def762]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3394:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def763]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3404:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def764]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3404:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def765]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3410:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def766]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3410:12: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def767]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: throw: if ‘PR_IntervalToMicroseconds’ throws an exception...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: danger: ‘outfile’ leaks here; was opened at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def768]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: throw: if ‘PR_IntervalToMicroseconds’ throws an exception...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3442:27: danger: ‘outfile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def769]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: throw: if ‘fflush’ throws an exception...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: danger: ‘outfile’ leaks here; was opened at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def770]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: throw: if ‘fflush’ throws an exception...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3467:5: danger: ‘outfile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def771]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3468:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: danger: ‘outfile’ leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def772]
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3468:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/debug_module.c:3471:1: danger: ‘outfile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def773]
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2823:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pubKeyData’
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2053:1: enter_function: entry to ‘SECKEY_SetPublicValue’
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2063:9: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2063:38: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2068:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2077:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2081:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2143:8: branch_true: following ‘true’ branch (when ‘rv == 0’)...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2144:14: branch_true: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2144:14: call_function: calling ‘PK11_ImportPublicKey’ from ‘SECKEY_SetPublicValue’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def774]
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2823:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pubKeyData.len’
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2053:1: enter_function: entry to ‘SECKEY_SetPublicValue’
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2063:9: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2063:38: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2062:9: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2068:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2077:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2081:5: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2131:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2135:39: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2136:16: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2144:14: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11akey.c:2144:14: call_function: calling ‘PK11_ImportPublicKey’ from ‘SECKEY_SetPublicValue’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def775]
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:481:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slot’
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1866:1: enter_function: entry to ‘PK11_IsInternalKeySlot’
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1871:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1875:16: branch_false: ...to here
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1875:16: call_function: calling ‘PK11_GetInternalKeySlot’ from ‘PK11_IsInternalKeySlot’
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1875:16: return_function: returning to ‘PK11_IsInternalKeySlot’ from ‘PK11_GetInternalKeySlot’
nss-3_119_1/nss/lib/pk11wrap/pk11slot.c:1877:5: call_function: calling ‘PK11_FreeSlot’ from ‘PK11_IsInternalKeySlot’
Error: CPPCHECK_WARNING (CWE-909): [#def776]
nss-3_119_1/nss/lib/pkcs7/p7decode.c:1693: error[uninitStructMember]: Uninitialized struct member: holder.len
Error: GCC_ANALYZER_WARNING (CWE-688): [#def777]
nss-3_119_1/nss/lib/smime/cmsdecode.c:575:9: warning[-Wanalyzer-null-argument]: use of NULL ‘data’ where non-null expected
nss-3_119_1/nss/lib/smime/cmsdecode.c:463:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:469:9: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:469:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:491:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:498:12: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:498:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:514:43: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:516:12: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:525:9: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:528:8: branch_false: following ‘false’ branch (when ‘len != 0’)...
nss-3_119_1/nss/lib/smime/cmsdecode.c:534:9: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:534:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:534:31: branch_true: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:544:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:550:13: branch_false: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:550:12: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/smime/cmsdecode.c:553:28: branch_true: ...to here
nss-3_119_1/nss/lib/smime/cmsdecode.c:575:9: danger: argument 2 (‘data’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-190): [#def778]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:1366: error[integerOverflow]: Signed integer overflow for expression '0-1'.
Error: CPPCHECK_WARNING (CWE-190): [#def779]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:1389: error[integerOverflow]: Signed integer overflow for expression '0-1'.
Error: CPPCHECK_WARNING (CWE-758): [#def780]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:2245: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def781]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:2259: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def782]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:2261: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def783]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:2266: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def784]
nss-3_119_1/nss/lib/softoken/pkcs11u.c:2280: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-476): [#def785]
nss-3_119_1/nss/lib/ssl/ssl3con.c:1234:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3_119_1/nss/lib/ssl/ssl3con.c:1209:1: enter_function: entry to ‘ssl3_config_match’
nss-3_119_1/nss/lib/ssl/ssl3con.c:1232:18: call_function: calling ‘ssl_LookupCipherSuiteDef’ from ‘ssl3_config_match’
nss-3_119_1/nss/lib/ssl/ssl3con.c:1232:18: return_function: returning to ‘ssl3_config_match’ from ‘ssl_LookupCipherSuiteDef’
nss-3_119_1/nss/lib/ssl/ssl3con.c:1234:25: danger: dereference of NULL ‘ssl_LookupCipherSuiteDef(*suite.cipher_suite)’
Error: CPPCHECK_WARNING (CWE-758): [#def786]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13260: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def787]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13267: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def788]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13274: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def789]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13300: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def790]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13302: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def791]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13320: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def792]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13339: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def793]
nss-3_119_1/nss/lib/ssl/ssl3con.c:13354: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-457): [#def794]
nss-3_119_1/nss/lib/ssl/ssl3con.c:14345: warning[uninitvar]: Uninitialized variable: schemes
Error: GCC_ANALYZER_WARNING (CWE-457): [#def795]
nss-3_119_1/nss/lib/ssl/sslinfo.c:117:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&inf’
nss-3_119_1/nss/lib/ssl/sslinfo.c:23:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:29:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:35:5: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslinfo.c:117:5: danger: use of uninitialized value ‘&inf’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def796]
nss-3_119_1/nss/lib/ssl/sslinfo.c:185:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&inf’
nss-3_119_1/nss/lib/ssl/sslinfo.c:133:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:139:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:146:5: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslinfo.c:158:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:176:30: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslinfo.c:183:25: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslinfo.c:183:5: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslinfo.c:185:5: danger: use of uninitialized value ‘&inf’ here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def797]
nss-3_119_1/nss/lib/ssl/sslnonce.c:1170:12: warning[-Wanalyzer-infinite-loop]: infinite loop
nss-3_119_1/nss/lib/ssl/sslnonce.c:1170:12: danger: infinite loop here
nss-3_119_1/nss/lib/ssl/sslnonce.c:1170:12: branch_true: if it ever follows ‘true’ branch, it will always do so...
nss-3_119_1/nss/lib/ssl/sslnonce.c:1171:9: call_function: inlined call to ‘UncacheSID’ from ‘SSL_ClearSessionCache’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def798]
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: warning[-Wanalyzer-jump-through-null]: jump through null pointer
nss-3_119_1/nss/lib/ssl/sslsock.c:2469:1: enter_function: entry to ‘SSL_ReconfigFD’
nss-3_119_1/nss/lib/ssl/sslsock.c:2475:8: branch_false: following ‘false’ branch (when ‘model’ is non-NULL)...
nss-3_119_1/nss/lib/ssl/sslsock.c:2479:10: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2479:10: call_function: calling ‘ssl_FindSocket’ from ‘SSL_ReconfigFD’
nss-3_119_1/nss/lib/ssl/sslsock.c:2479:10: return_function: returning to ‘SSL_ReconfigFD’ from ‘ssl_FindSocket’
nss-3_119_1/nss/lib/ssl/sslsock.c:2480:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:2485:10: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2485:10: call_function: calling ‘ssl_FindSocket’ from ‘SSL_ReconfigFD’
nss-3_119_1/nss/lib/ssl/sslsock.c:2485:10: return_function: returning to ‘SSL_ReconfigFD’ from ‘ssl_FindSocket’
nss-3_119_1/nss/lib/ssl/sslsock.c:2487:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:2492:5: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2506:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:2506:8: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2541:10: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: branch_true: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: call_function: calling ‘SSL_GetExperimentalAPI’ from ‘SSL_ReconfigFD’
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: return_function: returning to ‘SSL_ReconfigFD’ from ‘SSL_GetExperimentalAPI’
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: branch_true: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: call_function: calling ‘SSL_GetExperimentalAPI’ from ‘SSL_ReconfigFD’
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: return_function: returning to ‘SSL_ReconfigFD’ from ‘SSL_GetExperimentalAPI’
nss-3_119_1/nss/lib/ssl/sslsock.c:2544:14: danger: jump through null pointer here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def799]
nss-3_119_1/nss/lib/ssl/sslsock.c:4713:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&token’
nss-3_119_1/nss/lib/ssl/sslsock.c:4676:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:4685:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:4691:22: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:4695:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/sslsock.c:4698:8: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/sslsock.c:4713:5: danger: use of uninitialized value ‘&token’ here
Error: CPPCHECK_WARNING (CWE-758): [#def800]
nss-3_119_1/nss/lib/ssl/tls13con.c:6599: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-476): [#def801]
nss-3_119_1/nss/lib/ssl/tls13ech.c:2363:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tmpEchInner’
nss-3_119_1/nss/lib/ssl/tls13ech.c:2333:14: release_memory: ‘tmpEchInner’ is NULL
nss-3_119_1/nss/lib/ssl/tls13ech.c:2345:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/ssl/tls13ech.c:2355:5: branch_false: ...to here
nss-3_119_1/nss/lib/ssl/tls13ech.c:2357:8: branch_true: following ‘true’ branch...
nss-3_119_1/nss/lib/ssl/tls13ech.c:2358:9: branch_true: ...to here
nss-3_119_1/nss/lib/ssl/tls13ech.c:2363:24: release_memory: ‘tmpEchInner’ is NULL
nss-3_119_1/nss/lib/ssl/tls13ech.c:2363:13: danger: dereference of NULL ‘tmpEchInner’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def802]
nss-3_119_1/nss/lib/util/utilmod.c:261:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def803]
nss-3_119_1/nss/lib/util/utilmod.c:261:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def804]
nss-3_119_1/nss/lib/util/utilmod.c:263:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def805]
nss-3_119_1/nss/lib/util/utilmod.c:263:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def806]
nss-3_119_1/nss/lib/util/utilmod.c:287:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def807]
nss-3_119_1/nss/lib/util/utilmod.c:287:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def808]
nss-3_119_1/nss/lib/util/utilmod.c:289:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def809]
nss-3_119_1/nss/lib/util/utilmod.c:289:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def810]
nss-3_119_1/nss/lib/util/utilmod.c:352:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def811]
nss-3_119_1/nss/lib/util/utilmod.c:352:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def812]
nss-3_119_1/nss/lib/util/utilmod.c:360:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def813]
nss-3_119_1/nss/lib/util/utilmod.c:360:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def814]
nss-3_119_1/nss/lib/util/utilmod.c:425:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def815]
nss-3_119_1/nss/lib/util/utilmod.c:425:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def816]
nss-3_119_1/nss/lib/util/utilmod.c:548:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def817]
nss-3_119_1/nss/lib/util/utilmod.c:548:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def818]
nss-3_119_1/nss/lib/util/utilmod.c:603:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def819]
nss-3_119_1/nss/lib/util/utilmod.c:603:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def820]
nss-3_119_1/nss/lib/util/utilmod.c:604:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def821]
nss-3_119_1/nss/lib/util/utilmod.c:604:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def822]
nss-3_119_1/nss/lib/util/utilmod.c:608:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def823]
nss-3_119_1/nss/lib/util/utilmod.c:608:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def824]
nss-3_119_1/nss/lib/util/utilmod.c:634:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def825]
nss-3_119_1/nss/lib/util/utilmod.c:634:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def826]
nss-3_119_1/nss/lib/util/utilmod.c:638:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def827]
nss-3_119_1/nss/lib/util/utilmod.c:638:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def828]
nss-3_119_1/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def829]
nss-3_119_1/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def830]
nss-3_119_1/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def831]
nss-3_119_1/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def832]
nss-3_119_1/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def833]
nss-3_119_1/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def834]
nss-3_119_1/nss/lib/util/utilmod.c:741:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def835]
nss-3_119_1/nss/lib/util/utilmod.c:741:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def836]
nss-3_119_1/nss/lib/util/utilmod.c:741:13: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3_119_1/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3_119_1/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3_119_1/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3_119_1/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def837]
nss-3_119_1/nss/lib/util/utilpars.c:1141:9: warning[-Wanalyzer-null-argument]: use of NULL ‘*slotStrings’ where non-null expected
nss-3_119_1/nss/lib/util/utilpars.c:1140:17: branch_true: following ‘true’ branch (when ‘i < slotCount’)...
nss-3_119_1/nss/lib/util/utilpars.c:1141:44: branch_true: ...to here
nss-3_119_1/nss/lib/util/utilpars.c:1140:17: branch_true: following ‘true’ branch (when ‘i < slotCount’)...
nss-3_119_1/nss/lib/util/utilpars.c:1141:44: branch_true: ...to here
nss-3_119_1/nss/lib/util/utilpars.c:1141:9: release_memory: ‘*slotStrings’ is NULL
nss-3_119_1/nss/lib/util/utilpars.c:1141:9: danger: argument 2 (‘*<unknown>’) NULL where non-null expected
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-201.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | nss-3.119.1-1.fc44 |
| store-results-to | /tmp/tmp8dsx8yjj/nss-3.119.1-1.fc44.tar.xz |
| time-created | 2026-01-08 19:43:29 |
| time-finished | 2026-01-08 19:51:27 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp8dsx8yjj/nss-3.119.1-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp8dsx8yjj/nss-3.119.1-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |