nss-3.117.0-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.117/nspr/config/nsinstall.c:404:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("..")’
nss-3.117/nspr/config/nsinstall.c:399:8: acquire_memory: allocated here
nss-3.117/nspr/config/nsinstall.c:400:6: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/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.117/nspr/config/nsinstall.c:412:3: warning[-Wanalyzer-malloc-leak]: leak of ‘xstrdup(&*<unknown>.d_name)’
nss-3.117/nspr/config/nsinstall.c:394:7: enter_function: entry to ‘ino2name’
nss-3.117/nspr/config/nsinstall.c:400:6: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nspr/config/nsinstall.c:404:8: branch_false: following ‘false’ branch...
nss-3.117/nspr/config/nsinstall.c:407:9: branch_false: ...to here
nss-3.117/nspr/config/nsinstall.c:411:10: call_function: calling ‘xstrdup’ from ‘ino2name’
nss-3.117/nspr/config/nsinstall.c:411:10: return_function: returning to ‘ino2name’ from ‘xstrdup’
nss-3.117/nspr/config/nsinstall.c:412:3: 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.117/nspr/lib/ds/plhash.c:138: error[uninitvar]: Uninitialized variable: *hep
Error: CPPCHECK_WARNING (CWE-457): [#def6]
nss-3.117/nspr/lib/ds/plhash.c:171: error[uninitvar]: Uninitialized variable: *hep
Error: COMPILER_WARNING (CWE-563): [#def7]
nss-3.117/nspr/lib/ds/plvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3.117/nspr/lib/ds/plvrsion.c:87:15: warning[-Wunused-but-set-variable]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def8]
nss-3.117/nspr/lib/libc/src/plvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3.117/nspr/lib/libc/src/plvrsion.c:87:15: warning[-Wunused-but-set-variable]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def9]
nss-3.117/nspr/pr/src/io/pripv6.c: scope_hint: In function ‘Ipv6ToIpv4SocketAccept’
nss-3.117/nspr/pr/src/io/pripv6.c:133:12: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def10]
nss-3.117/nspr/pr/src/io/pripv6.c: scope_hint: In function ‘Ipv6ToIpv4SocketAcceptRead’
nss-3.117/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): [#def11]
nss-3.117/nspr/pr/src/io/prlayer.c:62:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/io/prlayer.c:35:29: enter_function: entry to ‘pl_TopClose’
nss-3.117/nspr/pr/src/io/prlayer.c:44:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/io/prlayer.c:53:7: branch_false: ...to here
nss-3.117/nspr/pr/src/io/prlayer.c:53:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/io/prlayer.c:61:11: call_function: calling ‘PR_PopIOLayer’ from ‘pl_TopClose’
nss-3.117/nspr/pr/src/io/prlayer.c:61:11: return_function: returning to ‘pl_TopClose’ from ‘PR_PopIOLayer’
nss-3.117/nspr/pr/src/io/prlayer.c:62:5: danger: dereference of NULL ‘PR_PopIOLayer(*fd.higher, -2)’
Error: COMPILER_WARNING (CWE-563): [#def12]
nss-3.117/nspr/pr/src/io/prlayer.c: scope_hint: In function ‘pl_TopAccept’
nss-3.117/nspr/pr/src/io/prlayer.c:169:12: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def13]
nss-3.117/nspr/pr/src/io/prlayer.c: scope_hint: In function ‘pl_DefAcceptread’
nss-3.117/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): [#def14]
nss-3.117/nspr/pr/src/io/prlog.c:467:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3.117/nspr/pr/src/io/prlog.c:446:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/io/prlog.c:450:7: branch_false: ...to here
nss-3.117/nspr/pr/src/io/prlog.c:466:3: acquire_resource: ‘va_start’ called here
nss-3.117/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): [#def15]
nss-3.117/nspr/pr/src/io/prlog.c:476:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3.117/nspr/pr/src/io/prlog.c:446:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/io/prlog.c:450:7: branch_false: ...to here
nss-3.117/nspr/pr/src/io/prlog.c:474:6: branch_true: following ‘true’ branch (when ‘nb == 510’)...
nss-3.117/nspr/pr/src/io/prlog.c:475:5: branch_true: ...to here
nss-3.117/nspr/pr/src/io/prlog.c:475:5: acquire_resource: ‘va_start’ called here
nss-3.117/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-476): [#def16]
nss-3.117/nspr/pr/src/io/prscanf.c:403:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cArg’
nss-3.117/nspr/pr/src/io/prscanf.c:523:16: enter_function: entry to ‘DoScanf’
nss-3.117/nspr/pr/src/io/prscanf.c:540:15: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/io/prscanf.c:542:7: branch_true: ...to here
nss-3.117/nspr/pr/src/io/prscanf.c:567:14: call_function: calling ‘Convert’ from ‘DoScanf’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def17]
nss-3.117/nspr/pr/src/io/prscanf.c:465:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cArg’
nss-3.117/nspr/pr/src/io/prscanf.c:523:16: enter_function: entry to ‘DoScanf’
nss-3.117/nspr/pr/src/io/prscanf.c:540:15: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/io/prscanf.c:542:7: branch_true: ...to here
nss-3.117/nspr/pr/src/io/prscanf.c:567:14: call_function: calling ‘Convert’ from ‘DoScanf’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def18]
nss-3.117/nspr/pr/src/io/prscanf.c:469:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cArg’
nss-3.117/nspr/pr/src/io/prscanf.c:523:16: enter_function: entry to ‘DoScanf’
nss-3.117/nspr/pr/src/io/prscanf.c:540:15: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/io/prscanf.c:542:7: branch_true: ...to here
nss-3.117/nspr/pr/src/io/prscanf.c:567:14: call_function: calling ‘Convert’ from ‘DoScanf’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def19]
nss-3.117/nspr/pr/src/io/prstdio.c:27:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3.117/nspr/pr/src/io/prstdio.c:13:24: enter_function: entry to ‘PR_fprintf’
nss-3.117/nspr/pr/src/io/prstdio.c:17:3: acquire_resource: ‘va_start’ called here
nss-3.117/nspr/pr/src/io/prstdio.c:18:8: call_function: calling ‘PR_vfprintf’ from ‘PR_fprintf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
nss-3.117/nspr/pr/src/linking/prlink.c:255:5: warning[-Wanalyzer-malloc-leak]: leak of ‘p’
nss-3.117/nspr/pr/src/linking/prlink.c:224:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/linking/prlink.c:244:10: branch_false: ...to here
nss-3.117/nspr/pr/src/linking/prlink.c:250:16: acquire_memory: allocated here
nss-3.117/nspr/pr/src/linking/prlink.c:251:8: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
nss-3.117/nspr/pr/src/linking/prlink.c:252:7: branch_true: ...to here
nss-3.117/nspr/pr/src/linking/prlink.c:255:5: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/linking/prlink.c:255:5: branch_true: ...to here
nss-3.117/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): [#def21]
nss-3.117/nspr/pr/src/linking/prlink.c:272:3: warning[-Wanalyzer-malloc-leak]: leak of ‘copy’
nss-3.117/nspr/pr/src/linking/prlink.c:269:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/linking/prlink.c:270:12: branch_true: ...to here
nss-3.117/nspr/pr/src/linking/prlink.c:270:12: acquire_memory: allocated here
nss-3.117/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 (CWE-563): [#def22]
nss-3.117/nspr/pr/src/md/unix/unix.c: scope_hint: In function ‘_PR_UnixInit’
nss-3.117/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): [#def23]
nss-3.117/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘_MD_unix_terminate_waitpid_daemon’
nss-3.117/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): [#def24]
nss-3.117/nspr/pr/src/md/unix/uxproces.c:259:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_29->secret.md.osfd, 0)’
nss-3.117/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:15: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:257:10: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:259:13: acquire_resource: opened here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:259:12: danger: ‘dup2(*_29->secret.md.osfd, 0)’ leaks here; was opened at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def25]
nss-3.117/nspr/pr/src/md/unix/uxproces.c:269:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_37->secret.md.osfd, 1)’
nss-3.117/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:15: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:267:10: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:269:13: acquire_resource: opened here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:269:12: danger: ‘dup2(*_37->secret.md.osfd, 1)’ leaks here; was opened at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def26]
nss-3.117/nspr/pr/src/md/unix/uxproces.c:279:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(*_43->secret.md.osfd, 2)’
nss-3.117/nspr/pr/src/md/unix/uxproces.c:139:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:6: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:145:15: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:236:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_false: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:244:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:253:8: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:257:11: branch_true: ...to here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:277:10: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/md/unix/uxproces.c:279:13: acquire_resource: opened here
nss-3.117/nspr/pr/src/md/unix/uxproces.c:279:12: danger: ‘dup2(*_43->secret.md.osfd, 2)’ leaks here; was opened at [(13)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/12)
Error: COMPILER_WARNING (CWE-563): [#def27]
nss-3.117/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘pr_InstallSigchldHandler’
nss-3.117/nspr/pr/src/md/unix/uxproces.c:655:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def28]
nss-3.117/nspr/pr/src/md/unix/uxproces.c: scope_hint: In function ‘_MD_InitProcesses’
nss-3.117/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): [#def29]
nss-3.117/nspr/pr/src/misc/prdtoa.c:554:3: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def30]
nss-3.117/nspr/pr/src/misc/prdtoa.c:554:3: warning[-Wanalyzer-malloc-leak]: leak of ‘Balloc(1)’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def31]
nss-3.117/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): [#def32]
nss-3.117/nspr/pr/src/misc/prdtoa.c:573:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rv’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def33]
nss-3.117/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): [#def34]
nss-3.117/nspr/pr/src/misc/prdtoa.c:576:3: warning[-Wanalyzer-malloc-leak]: leak of ‘rv’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3554:1: enter_function: entry to ‘PR_cnvtf’
nss-3.117/nspr/pr/src/misc/prdtoa.c:3564:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: branch_false: ...to here
nss-3.117/nspr/pr/src/misc/prdtoa.c:3569:7: call_function: calling ‘PR_dtoa’ from ‘PR_cnvtf’
Error: CPPCHECK_WARNING (CWE-476): [#def35]
nss-3.117/nspr/pr/src/misc/prdtoa.c:577: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rv
Error: CPPCHECK_WARNING (CWE-476): [#def36]
nss-3.117/nspr/pr/src/misc/prtime.c:1765: warning[nullPointer]: Possible null pointer dereference: ap
Error: GCC_ANALYZER_WARNING (CWE-476): [#def37]
nss-3.117/nspr/pr/src/misc/prtpool.c:327:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pollfds’
nss-3.117/nspr/pr/src/misc/prtpool.c:296:10: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/misc/prtpool.c:299:18: branch_true: ...to here
nss-3.117/nspr/pr/src/misc/prtpool.c:300:8: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/misc/prtpool.c:327:32: branch_false: ...to here
nss-3.117/nspr/pr/src/misc/prtpool.c:327:5: danger: dereference of NULL ‘pollfds’
Error: COMPILER_WARNING (CWE-563): [#def38]
nss-3.117/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘io_wstart’
nss-3.117/nspr/pr/src/misc/prtpool.c:387:16: warning[-Wunused-but-set-variable]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def39]
nss-3.117/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘notify_ioq’
nss-3.117/nspr/pr/src/misc/prtpool.c:958:12: warning[-Wunused-but-set-variable]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def40]
nss-3.117/nspr/pr/src/misc/prtpool.c: scope_hint: In function ‘PR_JoinThreadPool’
nss-3.117/nspr/pr/src/misc/prtpool.c:1080:12: warning[-Wunused-but-set-variable]: variable ‘rval_status’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def41]
nss-3.117/nspr/pr/src/prvrsion.c: scope_hint: In function ‘libVersionPoint’
nss-3.117/nspr/pr/src/prvrsion.c:87:15: warning[-Wunused-but-set-variable]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def42]
nss-3.117/nspr/pr/src/pthreads/ptio.c: scope_hint: In function ‘pt_linux_sendfile_cont’
nss-3.117/nspr/pr/src/pthreads/ptio.c:1094:9: warning[-Wunused-but-set-variable]: variable ‘oldoffset’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def43]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3320:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3452:1: enter_function: entry to ‘PR_Socket’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3464:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3468:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3516:10: acquire_resource: socket created here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3517:6: branch_false: following ‘false’ branch (when ‘osfd != -1’)...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3526:10: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3526:10: call_function: calling ‘pt_SetMethods’ from ‘PR_Socket’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def44]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3320:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3320:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def46]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3323:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3452:1: enter_function: entry to ‘PR_Socket’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3464:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3468:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3516:10: acquire_resource: socket created here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3517:6: branch_false: following ‘false’ branch (when ‘osfd != -1’)...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3526:10: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3526:10: call_function: calling ‘pt_SetMethods’ from ‘PR_Socket’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def47]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3323:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3323:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3443:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3441:10: acquire_resource: stream socket created here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3442:6: branch_true: following ‘true’ branch (when ‘osfd != -1’)...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3443:5: branch_true: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3443:5: danger: ‘osfd’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def50]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3528:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘osfd’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4316:27: enter_function: entry to ‘PR_OpenTCPSocket’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4317:10: call_function: calling ‘PR_Socket’ from ‘PR_OpenTCPSocket’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3796:11: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3788:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3792:11: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3792:11: acquire_memory: allocated here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3793:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3796:11: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3796: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): [#def52]
nss-3.117/nspr/pr/src/pthreads/ptio.c:3800:13: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
nss-3.117/nspr/pr/src/pthreads/ptio.c:3788:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3792:11: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3792:11: acquire_memory: allocated here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3793:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3796:11: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3797:8: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:3800:13: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:3800: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): [#def53]
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[0]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4361:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: branch_true: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: danger: ‘pipefd[0]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4361:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: branch_true: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: danger: ‘pipefd[1]’ leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
nss-3.117/nspr/pr/src/pthreads/ptio.c:4363:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pipefd[1]’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4348:1: enter_function: entry to ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4351:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:7: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4355:6: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:29: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: call_function: calling ‘pt_SetMethods’ from ‘PR_CreatePipe’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4360:15: return_function: returning to ‘PR_CreatePipe’ from ‘pt_SetMethods’
nss-3.117/nspr/pr/src/pthreads/ptio.c:4361:6: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/pthreads/ptio.c:4362:5: branch_true: ...to here
nss-3.117/nspr/pr/src/pthreads/ptio.c:4363:5: danger: ‘pipefd[1]’ leaks here
Error: COMPILER_WARNING (CWE-563): [#def56]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘_PR_InitLocks’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:46:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def57]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘pt_PostNotifies’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:62:17: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def58]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_NewLock’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:122:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def59]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_DestroyLock’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:141:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def60]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_Lock’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:159:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def61]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_Unlock’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:179:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def62]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘pt_PostNotifiesFromMonitor’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:433:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def63]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_DestroyMonitor’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:511:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def64]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_GetMonitorEntryCount’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:533:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def65]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_EnterMonitor’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:560:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def66]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PR_ExitMonitor’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:587:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def67]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_DestroyNakedCondVar’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:1112:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def68]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_NakedNotify’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:1140:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def69]
nss-3.117/nspr/pr/src/pthreads/ptsynch.c: scope_hint: In function ‘PRP_NakedBroadcast’
nss-3.117/nspr/pr/src/pthreads/ptsynch.c:1148:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def70]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘pt_AttachThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:260:9: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def71]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_DetachThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:570:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def72]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_Interrupt’
nss-3.117/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): [#def73]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:718:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:716:20: enter_function: entry to ‘PR_ClearInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:717:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_ClearInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:717:18: return_function: returning to ‘PR_ClearInterrupt’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:718:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def74]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:723:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:721:20: enter_function: entry to ‘PR_BlockInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:722:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_BlockInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:722:18: return_function: returning to ‘PR_BlockInterrupt’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:723:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def75]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:728:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:726:20: enter_function: entry to ‘PR_UnblockInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:727:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_UnblockInterrupt’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:727:18: return_function: returning to ‘PR_UnblockInterrupt’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:728:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: COMPILER_WARNING (CWE-563): [#def76]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘_pt_thread_death’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:771:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def77]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘_PR_Fini’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1001:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def78]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_Cleanup’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1033:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def79]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1036:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1031:24: enter_function: entry to ‘PR_Cleanup’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1032:18: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_Cleanup’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1032:18: return_function: returning to ‘PR_Cleanup’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1036:7: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: COMPILER_WARNING (CWE-563): [#def80]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘init_pthread_gc_support’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1144:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def81]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1177:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1175:20: enter_function: entry to ‘PR_SetThreadGCAble’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1177:3: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_SetThreadGCAble’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1177:3: return_function: returning to ‘PR_SetThreadGCAble’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1177:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def82]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1183:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1181:20: enter_function: entry to ‘PR_ClearThreadGCAble’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1183:3: call_function: calling ‘PR_GetCurrentThread’ from ‘PR_ClearThreadGCAble’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1183:3: return_function: returning to ‘PR_ClearThreadGCAble’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1183:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def83]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1285:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘me’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1278:13: enter_function: entry to ‘suspend_signal_handler’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:18: call_function: calling ‘PR_GetCurrentThread’ from ‘suspend_signal_handler’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:18: return_function: returning to ‘suspend_signal_handler’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:13: release_memory: ‘me’ is NULL
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1285:3: branch_true: following ‘true’ branch...
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1285:3: branch_true: ...to here
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1285:3: danger: dereference of NULL ‘PR_GetCurrentThread()’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def84]
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1292:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1278:13: enter_function: entry to ‘suspend_signal_handler’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:18: call_function: calling ‘PR_GetCurrentThread’ from ‘suspend_signal_handler’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:18: return_function: returning to ‘suspend_signal_handler’ from ‘PR_GetCurrentThread’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1279:13: release_memory: ‘me’ is NULL
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1285:3: branch_false: following ‘false’ branch...
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1292:5: branch_false: ...to here
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1292:5: release_memory: ‘me’ is NULL
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1292:3: danger: dereference of NULL ‘me’
Error: COMPILER_WARNING (CWE-563): [#def85]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘pt_SuspendSet’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1336:10: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def86]
nss-3.117/nspr/pr/src/pthreads/ptthread.c: scope_hint: In function ‘PR_SuspendAll’
nss-3.117/nspr/pr/src/pthreads/ptthread.c:1437:7: warning[-Wunused-but-set-variable]: variable ‘rv’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def87]
nss-3.117/nspr/pr/src/threads/prcmon.c:228: error[uninitvar]: Uninitialized variable: *pp
Error: CPPCHECK_WARNING (CWE-457): [#def88]
nss-3.117/nspr/pr/src/threads/prcmon.c:251: error[uninitvar]: Uninitialized variable: *pp
Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:87:29: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def90]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:88:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:90:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:93:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:95:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def94]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:111:13: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:115:14: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:158:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:495:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:500:29: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:501:16: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:594:14: call_function: calling ‘ConvertCRLEntry’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:196:12: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:432:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:593:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:596:14: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:596:14: call_function: calling ‘ConvertCertificate’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def98]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:9: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:9: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:573:14: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:565:18: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:573:14: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:573:14: warning[-Wanalyzer-malloc-leak]: leak of ‘trusts’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:565:18: branch_true: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:565:18: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:573:14: danger: ‘trusts’ leaks here; was allocated at [(15)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def101]
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nickname’
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:454:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:457:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:481:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:488:8: branch_false: following ‘false’ branch (when ‘mutuallyExclusiveOpts == 1’)...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:494:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:10: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:509:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:515:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:552:16: acquire_memory: allocated here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:554:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:559:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:558:9: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:564:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:16: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:567:15: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:9: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:580:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: branch_false: ...to here
nss-3.117/nss/cmd/addbuiltin/addbuiltin.c:589:5: danger: ‘nickname’ leaks here; was allocated at [(11)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def102]
nss-3.117/nss/cmd/atob/atob.c:56:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/atob/atob.c:111:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:135:26: acquire_resource: opened here
nss-3.117/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:153:8: branch_false: following ‘false’ branch (when ‘inFile’ is non-NULL)...
nss-3.117/nss/cmd/atob/atob.c:157:8: branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:157:8: branch_true: following ‘true’ branch (when ‘outFile’ is NULL)...
nss-3.117/nss/cmd/atob/atob.c:167:9: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:170:10: call_function: calling ‘decode_file’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def103]
nss-3.117/nss/cmd/atob/atob.c:56:10: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/atob/atob.c:111:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:135:26: acquire_memory: allocated here
nss-3.117/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:153:8: branch_false: following ‘false’ branch (when ‘inFile’ is non-NULL)...
nss-3.117/nss/cmd/atob/atob.c:157:8: branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:157:8: branch_true: following ‘true’ branch (when ‘outFile’ is NULL)...
nss-3.117/nss/cmd/atob/atob.c:167:9: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:170:10: call_function: calling ‘decode_file’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def104]
nss-3.117/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:135:26: acquire_resource: opened here
nss-3.117/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:126:22: danger: ‘inFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def105]
nss-3.117/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:144:27: acquire_resource: opened here
nss-3.117/nss/cmd/atob/atob.c:145:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:126:22: 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): [#def106]
nss-3.117/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:135:26: acquire_memory: allocated here
nss-3.117/nss/cmd/atob/atob.c:136:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:126:22: danger: ‘inFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def107]
nss-3.117/nss/cmd/atob/atob.c:126:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/atob/atob.c:126:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/atob/atob.c:127:17: branch_true: ...to here
nss-3.117/nss/cmd/atob/atob.c:144:27: acquire_memory: allocated here
nss-3.117/nss/cmd/atob/atob.c:145:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/atob/atob.c:126:22: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-475): [#def108]
nss-3.117/nss/cmd/bltest/blapitest.c:2750: error[shiftNegative]: Shifting by a negative value is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-775): [#def109]
nss-3.117/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:132:26: acquire_resource: opened here
nss-3.117/nss/cmd/btoa/btoa.c:133:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:124:22: danger: ‘inFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def110]
nss-3.117/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:141:27: acquire_resource: opened here
nss-3.117/nss/cmd/btoa/btoa.c:142:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:124:22: danger: ‘outFile’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
nss-3.117/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:132:26: acquire_memory: allocated here
nss-3.117/nss/cmd/btoa/btoa.c:133:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/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): [#def112]
nss-3.117/nss/cmd/btoa/btoa.c:124:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/btoa/btoa.c:124:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/btoa/btoa.c:125:17: branch_true: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:141:27: acquire_memory: allocated here
nss-3.117/nss/cmd/btoa/btoa.c:142:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/btoa/btoa.c:124:22: danger: ‘outFile’ leaks here; was allocated at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def113]
nss-3.117/nss/cmd/crlutil/crlgen.c:816:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/cmd/crlutil/crlgen.c:789:1: enter_function: entry to ‘CRLGEN_ExtHandleInit’
nss-3.117/nss/cmd/crlutil/crlgen.c:796:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/crlutil/crlgen.c:808:8: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/crlutil/crlgen.c:810:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/crlutil/crlgen.c:811:42: branch_true: ...to here
nss-3.117/nss/cmd/crlutil/crlgen.c:813:17: call_function: calling ‘crlgen_PlaceAnEntry’ from ‘CRLGEN_ExtHandleInit’
nss-3.117/nss/cmd/crlutil/crlgen.c:813:17: return_function: returning to ‘CRLGEN_ExtHandleInit’ from ‘crlgen_PlaceAnEntry’
nss-3.117/nss/cmd/crlutil/crlgen.c:814:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/crlutil/crlgen.c:816:21: branch_true: ...to here
nss-3.117/nss/cmd/crlutil/crlgen.c:816:21: danger: dereference of NULL ‘crlgen_PlaceAnEntry(crlGenData, *entry, &**entry_21.serialNumber)’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def114]
nss-3.117/nss/cmd/crlutil/crlgen_lex_orig.l:649:5: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(56)’
nss-3.117/nss/cmd/crlutil/crlgen_lex_orig.l:162:1: enter_function: entry to ‘CRLGEN_StartCrlGen’
nss-3.117/nss/cmd/crlutil/crlgen_lex_orig.l:172:10: call_function: calling ‘yylex’ from ‘CRLGEN_StartCrlGen’
Error: CPPCHECK_WARNING (CWE-457): [#def115]
nss-3.117/nss/cmd/dbtool/dbtool.c:634: warning[uninitvar]: Uninitialized variable: template.pValue
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
nss-3.117/nss/cmd/dbtool/sdb.c:2362:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2362:20: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
nss-3.117/nss/cmd/dbtool/sdb.c:2362:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2362:20: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def118]
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
nss-3.117/nss/cmd/dbtool/sdb.c:2368:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2368:9: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def121]
nss-3.117/nss/cmd/dbtool/sdb.c:2368:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2368:9: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def124]
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2380:22: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def125]
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def126]
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2382:17: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
nss-3.117/nss/cmd/dbtool/sdb.c:2387:21: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2401:18: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: following ‘true’ branch (when ‘backedAttrs == schemaAttrsCapacity’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2386:21: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2387:21: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def129]
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def130]
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2395:37: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def136]
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def137]
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def138]
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def139]
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2418:9: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def141]
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def142]
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def143]
nss-3.117/nss/cmd/dbtool/sdb.c:2430:29: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2430:29: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def144]
nss-3.117/nss/cmd/dbtool/sdb.c:2430:29: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2430:29: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def145]
nss-3.117/nss/cmd/dbtool/sdb.c:2431:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2431:20: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def146]
nss-3.117/nss/cmd/dbtool/sdb.c:2431:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/cmd/dbtool/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/dbtool/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/cmd/dbtool/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/cmd/dbtool/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/cmd/dbtool/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/cmd/dbtool/sdb.c:2431:20: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def147]
nss-3.117/nss/cmd/derdump/derdump.c:85:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:85:18: 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): [#def148]
nss-3.117/nss/cmd/derdump/derdump.c:85:18: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:85:18: 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): [#def149]
nss-3.117/nss/cmd/derdump/derdump.c:89:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:89:10: 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): [#def150]
nss-3.117/nss/cmd/derdump/derdump.c:89:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:89:10: 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): [#def151]
nss-3.117/nss/cmd/derdump/derdump.c:91:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:91:9: 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): [#def152]
nss-3.117/nss/cmd/derdump/derdump.c:91:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:91:9: 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): [#def153]
nss-3.117/nss/cmd/derdump/derdump.c:95:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:95: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): [#def154]
nss-3.117/nss/cmd/derdump/derdump.c:95:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:95: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): [#def155]
nss-3.117/nss/cmd/derdump/derdump.c:97:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:97:14: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:97:14: 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): [#def156]
nss-3.117/nss/cmd/derdump/derdump.c:97:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:97:14: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:97:14: 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): [#def157]
nss-3.117/nss/cmd/derdump/derdump.c:104:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:104:16: 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): [#def158]
nss-3.117/nss/cmd/derdump/derdump.c:104:16: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:104:16: 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): [#def159]
nss-3.117/nss/cmd/derdump/derdump.c:106:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:105:8: branch_true: following ‘true’ branch (when ‘xp_error != 0’)...
nss-3.117/nss/cmd/derdump/derdump.c:106:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:106:9: 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): [#def160]
nss-3.117/nss/cmd/derdump/derdump.c:106:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:105:8: branch_true: following ‘true’ branch (when ‘xp_error != 0’)...
nss-3.117/nss/cmd/derdump/derdump.c:106:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:106:9: 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): [#def161]
nss-3.117/nss/cmd/derdump/derdump.c:109:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:108:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:109:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:109:9: 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): [#def162]
nss-3.117/nss/cmd/derdump/derdump.c:109:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:95:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:96:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:104:16: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:108:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:109:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:109:9: 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): [#def163]
nss-3.117/nss/cmd/derdump/derdump.c:114:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:114:15: 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): [#def164]
nss-3.117/nss/cmd/derdump/derdump.c:114:15: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:114:15: 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): [#def165]
nss-3.117/nss/cmd/derdump/derdump.c:116:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:115:8: branch_true: following ‘true’ branch (when ‘inFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:116:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:116: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): [#def166]
nss-3.117/nss/cmd/derdump/derdump.c:116:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:115:8: branch_true: following ‘true’ branch (when ‘inFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:116:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:116: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): [#def167]
nss-3.117/nss/cmd/derdump/derdump.c:119:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_resource: opened here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:118:8: branch_true: following ‘true’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:119:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:119:9: danger: ‘outFile’ leaks here; was opened at [(3)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def168]
nss-3.117/nss/cmd/derdump/derdump.c:119:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/derdump/derdump.c:52:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:53:17: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/derdump/derdump.c:65:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:81:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:84:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:85:18: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:86:8: branch_false: following ‘false’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:89:10: branch_false: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:90:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/derdump/derdump.c:91:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:118:8: branch_true: following ‘true’ branch (when ‘outFile’ is non-NULL)...
nss-3.117/nss/cmd/derdump/derdump.c:119:9: branch_true: ...to here
nss-3.117/nss/cmd/derdump/derdump.c:119:9: danger: ‘outFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def169]
nss-3.117/nss/cmd/digest/digest.c:27:19: warning[-Wanalyzer-malloc-leak]: leak of ‘hashName’
nss-3.117/nss/cmd/digest/digest.c:120:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:173:28: acquire_memory: allocated here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:178:8: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:178:8: branch_false: following ‘false’ branch (when ‘hashName’ is non-NULL)...
nss-3.117/nss/cmd/digest/digest.c:181:8: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:181:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/digest/digest.c:182:9: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:183:8: branch_true: following ‘true’ branch (when ‘outFile’ is NULL)...
nss-3.117/nss/cmd/digest/digest.c:184:9: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:186:15: call_function: calling ‘HashNameToOID’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def170]
nss-3.117/nss/cmd/digest/digest.c:28:13: warning[-Wanalyzer-malloc-leak]: leak of ‘hashName’
nss-3.117/nss/cmd/digest/digest.c:120:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:173:28: acquire_memory: allocated here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:178:8: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:178:8: branch_false: following ‘false’ branch (when ‘hashName’ is non-NULL)...
nss-3.117/nss/cmd/digest/digest.c:181:8: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:181:8: branch_true: following ‘true’ branch (when ‘inFile’ is NULL)...
nss-3.117/nss/cmd/digest/digest.c:182:9: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:183:8: branch_true: following ‘true’ branch (when ‘outFile’ is NULL)...
nss-3.117/nss/cmd/digest/digest.c:184:9: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:186:15: call_function: calling ‘HashNameToOID’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def171]
nss-3.117/nss/cmd/digest/digest.c:148:22: warning[-Wanalyzer-malloc-leak]: leak of ‘hashName’
nss-3.117/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:173:28: acquire_memory: allocated here
nss-3.117/nss/cmd/digest/digest.c:148:22: danger: ‘hashName’ leaks here; was allocated at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def172]
nss-3.117/nss/cmd/digest/digest.c:173:28: warning[-Wanalyzer-malloc-leak]: leak of ‘hashName’
nss-3.117/nss/cmd/digest/digest.c:138:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/digest/digest.c:147:16: branch_false: ...to here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:173:28: acquire_memory: allocated here
nss-3.117/nss/cmd/digest/digest.c:148:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/digest/digest.c:149:17: branch_true: ...to here
nss-3.117/nss/cmd/digest/digest.c:173:28: danger: ‘hashName’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-476): [#def173]
nss-3.117/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): [#def174]
nss-3.117/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): [#def175]
nss-3.117/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): [#def176]
nss-3.117/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): [#def177]
nss-3.117/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): [#def178]
nss-3.117/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): [#def179]
nss-3.117/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): [#def180]
nss-3.117/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): [#def181]
nss-3.117/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): [#def182]
nss-3.117/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): [#def183]
nss-3.117/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): [#def184]
nss-3.117/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): [#def185]
nss-3.117/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): [#def186]
nss-3.117/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): [#def187]
nss-3.117/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): [#def188]
nss-3.117/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): [#def189]
nss-3.117/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): [#def190]
nss-3.117/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): [#def191]
nss-3.117/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): [#def192]
nss-3.117/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): [#def193]
nss-3.117/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): [#def194]
nss-3.117/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): [#def195]
nss-3.117/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): [#def196]
nss-3.117/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): [#def197]
nss-3.117/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): [#def198]
nss-3.117/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): [#def199]
nss-3.117/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): [#def200]
nss-3.117/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): [#def201]
nss-3.117/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): [#def202]
nss-3.117/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): [#def203]
nss-3.117/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): [#def204]
nss-3.117/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): [#def205]
nss-3.117/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): [#def206]
nss-3.117/nss/cmd/modutil/install.c:277:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3.117/nss/cmd/modutil/install.c:310:1: enter_function: entry to ‘Pk11Install_DoInstall’
nss-3.117/nss/cmd/modutil/install.c:340:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/modutil/install.c:341:9: branch_true: ...to here
nss-3.117/nss/cmd/modutil/install.c:341:9: call_function: calling ‘error’ from ‘Pk11Install_DoInstall’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def207]
nss-3.117/nss/cmd/modutil/installparse.y:90:13: warning[-Wanalyzer-out-of-bounds]: buffer under-read
nss-3.117/nss/cmd/modutil/ytab.c:218:8: branch_true: following ‘true’ branch (when ‘yyn != 0’)...
nss-3.117/nss/cmd/modutil/ytab.c:219:9: branch_true: ...to here
nss-3.117/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): [#def208]
nss-3.117/nss/cmd/modutil/installparse.y:109:26: warning[-Wanalyzer-out-of-bounds]: buffer under-read
nss-3.117/nss/cmd/modutil/ytab.c:218:8: branch_true: following ‘true’ branch (when ‘yyn != 0’)...
nss-3.117/nss/cmd/modutil/ytab.c:219:9: branch_true: ...to here
nss-3.117/nss/cmd/modutil/installparse.y:109:26: danger: out-of-bounds read from byte -24 till byte -17 but ‘Pk11Install_yyvs’ starts at byte 0
Error: GCC_ANALYZER_WARNING (CWE-457): [#def209]
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘c’
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:862:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:866:9: branch_false: ...to here
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:866:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:885:27: branch_false: ...to here
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:890:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:898:13: branch_false: ...to here
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: branch_false: ...to here
nss-3.117/nss/cmd/modutil/lex.Pk11Install_yy.cpp:943:9: danger: use of uninitialized value ‘c’ here
Error: CPPCHECK_WARNING (CWE-758): [#def210]
nss-3.117/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): [#def211]
nss-3.117/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3.117/nss/cmd/p7env/p7env.c:164:26: acquire_resource: opened here
nss-3.117/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/p7env/p7env.c:199:5: 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): [#def212]
nss-3.117/nss/cmd/p7env/p7env.c:199:5: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/p7env/p7env.c:153:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/p7env/p7env.c:154:17: branch_true: ...to here
nss-3.117/nss/cmd/p7env/p7env.c:164:26: acquire_memory: allocated here
nss-3.117/nss/cmd/p7env/p7env.c:165:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/p7env/p7env.c:199:5: danger: ‘inFile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def213]
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:127:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:73:1: enter_function: entry to ‘ectest_curve_pkcs11’
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:88:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:93:51: branch_false: ...to here
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:99:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:111:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:113:22: call_function: calling ‘getKeyLengthEntry’ from ‘ectest_curve_pkcs11’
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:113:22: return_function: returning to ‘ectest_curve_pkcs11’ from ‘getKeyLengthEntry’
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:122:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:127:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11ectest/pk11ectest.c:127:9: danger: dereference of NULL ‘getKeyLengthEntry(oid)’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def214]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:55:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def215]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:55:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def216]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:56:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def217]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:56:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def218]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:58:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def219]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:58:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def220]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:75:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def221]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:75:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def222]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:86:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def223]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:86:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def224]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:113:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘tag’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def225]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:119:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def226]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:119:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def227]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:120:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def228]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:120:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def229]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:122:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def230]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:122:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def231]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:139:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def232]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:139:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def233]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:149:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def234]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:149:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def235]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:208:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def236]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:208:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def237]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:350:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def238]
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:350:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(respfn, "r")’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:440:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:442:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:446:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:453:8: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:455:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11gcmtest/pk11gcmtest.c:457:13: call_function: calling ‘aes_gcm_kat’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def239]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:53:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pTemplate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3458:1: enter_function: entry to ‘PKM_FindAllObjects’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3476:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3484:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3488:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3494:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3510:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3519:8: branch_false: following ‘false’ branch (when ‘pTemplate’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3526:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3541:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3542:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3542:13: call_function: calling ‘PKM_CK_RVtoStr’ from ‘PKM_FindAllObjects’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def240]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:53:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:482:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:485:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:485:9: call_function: calling ‘PKM_CK_RVtoStr’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def241]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:32: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:32: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def242]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def243]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: call_function: calling ‘PKM_FilePasswd’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: return_function: returning to ‘main’ from ‘PKM_FilePasswd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:354:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: danger: ‘pwd’ leaks here; was allocated at [(16)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def244]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘pwd’ where non-null expected
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: this call could return NULL
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: danger: argument 1 (‘pwd’) from [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-401): [#def245]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def246]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def247]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def248]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def249]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def250]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:423:15: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def251]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def252]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def253]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:425:9: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def254]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def255]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def256]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:428:52: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def257]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def258]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def259]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:427:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:433:52: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def260]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: danger: ‘configDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def261]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def262]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:448:11: danger: ‘pwd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/33/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def263]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: warning[-Wanalyzer-malloc-leak]: leak of ‘configDir’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: danger: ‘configDir’ leaks here; was allocated at [(15)](sarif:/runs/0/results/41/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def264]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: warning[-Wanalyzer-malloc-leak]: leak of ‘dbPrefix’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: danger: ‘dbPrefix’ leaks here; was allocated at [(9)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def265]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:464:18: danger: ‘pwd’ leaks here; was allocated at [(13)](sarif:/runs/0/results/38/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def266]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:467:23: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:467:23: danger: ‘pwd’ leaks here; was allocated at [(13)](sarif:/runs/0/results/42/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def267]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:481:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:364:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:366:28: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_true: following ‘true’ branch (when ‘pwd’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:380:30: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_false: following ‘false’ branch (when ‘dbPrefix’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:481:11: danger: ‘pwd’ leaks here; was allocated at [(13)](sarif:/runs/0/results/44/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def268]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1598:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: call_function: calling ‘PKM_FilePasswd’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: return_function: returning to ‘main’ from ‘PKM_FilePasswd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:354:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_false: following ‘false’ branch (when ‘pwd’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:482:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: call_function: calling ‘PKM_LogIt’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: return_function: returning to ‘main’ from ‘PKM_LogIt’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:490:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:498:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:499:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:509:15: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:510:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: call_function: calling ‘PKM_ShowInfo’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def269]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1611:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pSlotList’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1600:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1605:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1606:31: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1607:8: branch_false: following ‘false’ branch (when ‘pSlotList’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1611:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1611:11: danger: ‘pSlotList’ leaks here; was allocated at [(3)](sarif:/runs/0/results/47/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def270]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1611:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: call_function: calling ‘PKM_FilePasswd’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: return_function: returning to ‘main’ from ‘PKM_FilePasswd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:354:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_false: following ‘false’ branch (when ‘pwd’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:482:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: call_function: calling ‘PKM_LogIt’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: return_function: returning to ‘main’ from ‘PKM_LogIt’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:490:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:498:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:499:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:509:15: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:510:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: call_function: calling ‘PKM_ShowInfo’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def271]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1754:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: call_function: calling ‘PKM_FilePasswd’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: return_function: returning to ‘main’ from ‘PKM_FilePasswd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:354:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_false: following ‘false’ branch (when ‘pwd’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:482:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: call_function: calling ‘PKM_LogIt’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: return_function: returning to ‘main’ from ‘PKM_LogIt’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:490:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:498:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:499:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:509:15: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:510:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: call_function: calling ‘PKM_ShowInfo’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def272]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:1779:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pwd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: call_function: calling ‘PKM_FilePasswd’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:353:38: return_function: returning to ‘main’ from ‘PKM_FilePasswd’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:354:20: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:377:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:379:8: branch_false: following ‘false’ branch (when ‘pwd’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:382:14: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:383:8: branch_true: following ‘true’ branch (when ‘configDir’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:384:21: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:386:8: branch_true: following ‘true’ branch (when ‘dbPrefix’ is NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:387:20: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:390:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:393:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:394:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:421:19: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:451:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:453:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:459:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:482:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: call_function: calling ‘PKM_LogIt’ from ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:483:9: return_function: returning to ‘main’ from ‘PKM_LogIt’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:490:8: branch_true: following ‘true’ branch (when ‘doForkTests != 0’)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:498:15: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:499:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:509:15: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:510:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:514:11: call_function: calling ‘PKM_ShowInfo’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def273]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2082:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pMechanismList’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2069:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2074:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2077:9: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2078:8: branch_false: following ‘false’ branch (when ‘pMechanismList’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2082:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:2082:11: danger: ‘pMechanismList’ leaks here; was allocated at [(3)](sarif:/runs/0/results/51/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def274]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3481:16: warning[-Wanalyzer-malloc-leak]: leak of ‘pTemplate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3476:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3484:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3488:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3494:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3510:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3519:8: branch_false: following ‘false’ branch (when ‘pTemplate’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3526:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3481:16: danger: ‘pTemplate’ leaks here; was allocated at [(7)](sarif:/runs/0/results/52/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def275]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3540:15: warning[-Wanalyzer-malloc-leak]: leak of ‘pTemplate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3476:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3484:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3488:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3494:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3510:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3519:8: branch_false: following ‘false’ branch (when ‘pTemplate’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3526:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3540:15: danger: ‘pTemplate’ leaks here; was allocated at [(7)](sarif:/runs/0/results/53/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def276]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3567:15: warning[-Wanalyzer-malloc-leak]: leak of ‘pTemplate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3476:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3484:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3488:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3494:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3510:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3519:8: branch_false: following ‘false’ branch (when ‘pTemplate’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3526:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3541:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3547:13: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3547:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3552:9: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3557:21: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3567:15: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3567:15: danger: ‘pTemplate’ leaks here; was allocated at [(7)](sarif:/runs/0/results/54/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def277]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3696:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pTemplate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3476:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3484:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3488:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3494:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3510:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3517:35: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3519:8: branch_false: following ‘false’ branch (when ‘pTemplate’ is non-NULL)...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3526:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3541:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3547:13: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3547:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3548:13: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:3696:11: danger: ‘pTemplate’ leaks here; was allocated at [(7)](sarif:/runs/0/results/55/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def278]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4173:11: warning[-Wanalyzer-malloc-leak]: leak of ‘pstate’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4097:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4103:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4104:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4105:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4119:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4120:9: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4128:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4134:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4137:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4143:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4144:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4150:5: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4152:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4157:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4159:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4165:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4166:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4172:27: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4172:27: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4173:11: danger: ‘pstate’ leaks here; was allocated at [(19)](sarif:/runs/0/results/56/codeFlows/0/threadFlows/0/locations/18)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def279]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: following ‘false’ branch (when ‘tmp_attrs’ is non-NULL)...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4411:43: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4415:31: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4417:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4410:43: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: danger: ‘<unknown>’ leaks here; was allocated at [(5)](sarif:/runs/0/results/58/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def280]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: warning[-Wanalyzer-malloc-leak]: leak of ‘tmp_attrs’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4403:17: acquire_memory: allocated here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4405:8: branch_false: following ‘false’ branch (when ‘tmp_attrs’ is non-NULL)...
branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4410:17: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:4429:11: danger: ‘tmp_attrs’ leaks here; was allocated at [(1)](sarif:/runs/0/results/57/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def281]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:5193:39: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘src’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:358:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:360:29: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:360:29: acquire_memory: this call could return NULL
nss-3.117/nss/cmd/pk11mode/pk11mode.c:361:17: call_function: calling ‘PKM_CheckPath’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-127): [#def282]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:5200:9: warning[-Wanalyzer-out-of-bounds]: heap-based buffer under-read
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:358:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:360:29: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:361:17: call_function: calling ‘PKM_CheckPath’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-124): [#def283]
nss-3.117/nss/cmd/pk11mode/pk11mode.c:5201:9: warning[-Wanalyzer-out-of-bounds]: heap-based buffer underwrite
nss-3.117/nss/cmd/pk11mode/pk11mode.c:319:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pk11mode/pk11mode.c:341:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_true: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:342:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:344:17: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:358:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pk11mode/pk11mode.c:360:29: branch_false: ...to here
nss-3.117/nss/cmd/pk11mode/pk11mode.c:361:17: call_function: calling ‘PKM_CheckPath’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def284]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:174:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:193:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:302:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:303:27: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:307:32: call_function: calling ‘isBase64’ from ‘main’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:307:32: return_function: returning to ‘main’ from ‘isBase64’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:308:13: call_function: calling ‘doDecode’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def285]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:174:15: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:193:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:293:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:302:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:303:27: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:307:32: call_function: calling ‘isBase64’ from ‘main’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:307:32: return_function: returning to ‘main’ from ‘isBase64’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:308:13: call_function: calling ‘doDecode’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def286]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_file, "r")’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: danger: ‘fopen(input_file, "r")’ leaks here; was opened at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_file, "r")’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: danger: ‘fopen(input_file, "r")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def288]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_file, "w+")’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: danger: ‘fopen(output_file, "w+")’ leaks here; was opened at [(11)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def289]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_file, "w+")’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: danger: ‘fopen(output_file, "w+")’ leaks here; was allocated at [(11)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def290]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def291]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def292]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def293]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def294]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def295]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def296]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def297]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def298]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def299]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_resource: opened here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/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): [#def300]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-malloc-leak]: leak of ‘inFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_true: following ‘true’ branch (when ‘input_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:261:18: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:262:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:266:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘inFile’ leaks here; was allocated at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def301]
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:212:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:217:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:218:17: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:255:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:260:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:268:8: branch_true: following ‘true’ branch (when ‘output_file’ is non-NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: branch_true: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:269:19: acquire_memory: allocated here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:270:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:274:9: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:276:8: branch_false: following ‘false’ branch (when ‘log_file’ is NULL)...
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:291:5: branch_false: ...to here
nss-3.117/nss/cmd/pwdecrypt/pwdecrypt.c:292:19: danger: ‘outFile’ leaks here; was allocated at [(11)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/10)
Error: CPPCHECK_WARNING (CWE-369): [#def302]
nss-3.117/nss/cmd/rsaperf/rsaperf.c:102: error[zerodiv]: Division by zero.
Error: GCC_ANALYZER_WARNING (CWE-688): [#def303]
nss-3.117/nss/cmd/sdrtest/sdrtest.c:345:14: warning[-Wanalyzer-null-argument]: use of NULL ‘output_file’ where non-null expected
nss-3.117/nss/cmd/sdrtest/sdrtest.c:176:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:246:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:250:9: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:250:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:250:9: branch_true: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:250:9: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:259:5: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:261:8: branch_false: following ‘false’ branch (when ‘output_file’ is NULL)...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:264:23: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:266:8: branch_false: following ‘false’ branch (when ‘rv == 0’)...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:273:5: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:279:8: branch_false: following ‘false’ branch (when ‘input_file’ is NULL)...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:305:17: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:331:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/sdrtest/sdrtest.c:338:12: branch_false: ...to here
nss-3.117/nss/cmd/sdrtest/sdrtest.c:345:14: danger: argument 1 (‘output_file’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def304]
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1384:59: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hash’
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1364:8: branch_true: following ‘true’ branch (when ‘hash’ is NULL)...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1365:16: branch_true: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1367:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1368:20: branch_true: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1372:8: branch_true: following ‘true’ branch (when ‘key’ is NULL)...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1374:22: branch_true: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1384:59: danger: dereference of NULL ‘hash’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def305]
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1399:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hash’
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1364:8: branch_true: following ‘true’ branch (when ‘hash’ is NULL)...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1365:16: branch_true: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1367:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1368:20: branch_true: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1372:8: branch_false: following ‘false’ branch (when ‘key’ is non-NULL)...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1392:17: branch_false: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1393:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1399:13: branch_false: ...to here
nss-3.117/nss/cmd/shlibsign/shlibsign.c:1399:28: danger: dereference of NULL ‘hash’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def306]
nss-3.117/nss/cmd/signtool/certgen.c:668:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def307]
nss-3.117/nss/cmd/signtool/certgen.c:668:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def308]
nss-3.117/nss/cmd/signtool/certgen.c:670:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def309]
nss-3.117/nss/cmd/signtool/certgen.c:670:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def310]
nss-3.117/nss/cmd/signtool/certgen.c:671:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def311]
nss-3.117/nss/cmd/signtool/certgen.c:671:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def312]
nss-3.117/nss/cmd/signtool/certgen.c:673:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def313]
nss-3.117/nss/cmd/signtool/certgen.c:673:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/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): [#def314]
nss-3.117/nss/cmd/signtool/certgen.c:677:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:677:9: 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): [#def315]
nss-3.117/nss/cmd/signtool/certgen.c:677:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:677:9: 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): [#def316]
nss-3.117/nss/cmd/signtool/certgen.c:697:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/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): [#def317]
nss-3.117/nss/cmd/signtool/certgen.c:697:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/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-775): [#def318]
nss-3.117/nss/cmd/signtool/certgen.c:699:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:699:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def319]
nss-3.117/nss/cmd/signtool/certgen.c:699:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:699:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def320]
nss-3.117/nss/cmd/signtool/certgen.c:701:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:701:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def321]
nss-3.117/nss/cmd/signtool/certgen.c:701:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PORT_ZAlloc_Util(12), "wb")’
nss-3.117/nss/cmd/signtool/certgen.c:661:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:668:17: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:673:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:674:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:690:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/certgen.c:690:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/certgen.c:697:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/certgen.c:701:5: danger: ‘fopen(PORT_ZAlloc_Util(12), "wb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def322]
nss-3.117/nss/cmd/signtool/sign.c:294:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/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): [#def323]
nss-3.117/nss/cmd/signtool/sign.c:294:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/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): [#def324]
nss-3.117/nss/cmd/signtool/sign.c:303:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&pk7_file, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:301:14: return_function: returning to ‘create_pk7’ from ‘SignFile’
nss-3.117/nss/cmd/signtool/sign.c:303:5: danger: ‘fopen(&pk7_file, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def325]
nss-3.117/nss/cmd/signtool/sign.c:303:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:301:14: return_function: returning to ‘create_pk7’ from ‘SignFile’
nss-3.117/nss/cmd/signtool/sign.c:303:5: danger: ‘fopen(&sf_file, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def326]
nss-3.117/nss/cmd/signtool/sign.c:303:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&pk7_file, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:301:14: return_function: returning to ‘create_pk7’ from ‘SignFile’
nss-3.117/nss/cmd/signtool/sign.c:303:5: danger: ‘fopen(&pk7_file, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def327]
nss-3.117/nss/cmd/signtool/sign.c:303:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:301:14: return_function: returning to ‘create_pk7’ from ‘SignFile’
nss-3.117/nss/cmd/signtool/sign.c:303:5: danger: ‘fopen(&sf_file, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def328]
nss-3.117/nss/cmd/signtool/sign.c:307:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&pk7_file, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def329]
nss-3.117/nss/cmd/signtool/sign.c:307:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def330]
nss-3.117/nss/cmd/signtool/sign.c:307:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&pk7_file, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def331]
nss-3.117/nss/cmd/signtool/sign.c:307:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&sf_file, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:250:1: enter_function: entry to ‘create_pk7’
nss-3.117/nss/cmd/signtool/sign.c:266:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:271:12: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:273:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:281:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:287:15: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:287:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:294:16: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:294:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:301:14: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:301:14: call_function: calling ‘SignFile’ from ‘create_pk7’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def332]
nss-3.117/nss/cmd/signtool/sign.c:605:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(metafile, "r")’
nss-3.117/nss/cmd/signtool/sign.c:569:16: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:569:8: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:570:16: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:577:16: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:599:16: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/signtool/sign.c:603:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:604:20: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:605:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:605:21: danger: ‘fopen(metafile, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/50/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def333]
nss-3.117/nss/cmd/signtool/sign.c:605:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(metafile, "r")’
nss-3.117/nss/cmd/signtool/sign.c:569:16: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:569:8: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:570:16: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:577:16: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:599:16: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/cmd/signtool/sign.c:603:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:604:20: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:605:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:605:21: danger: ‘fopen(metafile, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/51/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def334]
nss-3.117/nss/cmd/signtool/sign.c:728:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/52/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def335]
nss-3.117/nss/cmd/signtool/sign.c:728:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/53/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def336]
nss-3.117/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/55/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def337]
nss-3.117/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/54/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def338]
nss-3.117/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/57/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def339]
nss-3.117/nss/cmd/signtool/sign.c:733:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:733:19: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/56/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def340]
nss-3.117/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/59/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def341]
nss-3.117/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/58/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def342]
nss-3.117/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/60/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def343]
nss-3.117/nss/cmd/signtool/sign.c:736:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:736:24: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/61/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def344]
nss-3.117/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/62/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def345]
nss-3.117/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/63/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def346]
nss-3.117/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/64/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def347]
nss-3.117/nss/cmd/signtool/sign.c:738:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:9: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/65/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def348]
nss-3.117/nss/cmd/signtool/sign.c:739:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:739:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/71/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def349]
nss-3.117/nss/cmd/signtool/sign.c:739:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:739:9: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/70/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def350]
nss-3.117/nss/cmd/signtool/sign.c:739:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:739:9: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/72/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def351]
nss-3.117/nss/cmd/signtool/sign.c:739:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:739:9: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/73/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def352]
nss-3.117/nss/cmd/signtool/sign.c:751:9: warning[-Wanalyzer-null-argument]: use of NULL ‘PORT_ZAlloc_Util(8192)’ where non-null expected
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:738:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:738:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:739:9: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:9: danger: argument 1 (‘PORT_ZAlloc_Util(8192)’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-775): [#def353]
nss-3.117/nss/cmd/signtool/sign.c:757:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:757:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/75/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def354]
nss-3.117/nss/cmd/signtool/sign.c:757:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:757:5: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/76/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def355]
nss-3.117/nss/cmd/signtool/sign.c:757:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:757:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/78/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def356]
nss-3.117/nss/cmd/signtool/sign.c:757:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:757:5: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/77/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def357]
nss-3.117/nss/cmd/signtool/sign.c:763:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:763:14: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/79/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def358]
nss-3.117/nss/cmd/signtool/sign.c:763:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:763:14: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/80/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def359]
nss-3.117/nss/cmd/signtool/sign.c:763:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:763:14: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/82/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def360]
nss-3.117/nss/cmd/signtool/sign.c:763:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:763:14: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/81/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def361]
nss-3.117/nss/cmd/signtool/sign.c:771:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:771:13: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/84/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def362]
nss-3.117/nss/cmd/signtool/sign.c:771:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:771:13: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/83/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def363]
nss-3.117/nss/cmd/signtool/sign.c:771:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:771:13: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/85/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def364]
nss-3.117/nss/cmd/signtool/sign.c:771:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:771:13: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/86/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def365]
nss-3.117/nss/cmd/signtool/sign.c:774:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:774:13: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/87/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def366]
nss-3.117/nss/cmd/signtool/sign.c:774:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:774:13: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/88/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def367]
nss-3.117/nss/cmd/signtool/sign.c:774:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:774:13: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/90/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def368]
nss-3.117/nss/cmd/signtool/sign.c:774:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:770:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:774:13: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/89/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def369]
nss-3.117/nss/cmd/signtool/sign.c:786:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:779:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:780:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:786:18: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/92/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def370]
nss-3.117/nss/cmd/signtool/sign.c:786:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:779:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:780:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:786:18: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/91/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def371]
nss-3.117/nss/cmd/signtool/sign.c:786:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:779:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:780:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:786:18: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/94/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def372]
nss-3.117/nss/cmd/signtool/sign.c:786:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:779:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:780:17: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:786:18: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/93/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def373]
nss-3.117/nss/cmd/signtool/sign.c:789:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:789:14: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/95/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def374]
nss-3.117/nss/cmd/signtool/sign.c:789:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:789:14: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/96/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def375]
nss-3.117/nss/cmd/signtool/sign.c:789:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:789:14: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/98/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def376]
nss-3.117/nss/cmd/signtool/sign.c:789:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:789:14: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/97/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def377]
nss-3.117/nss/cmd/signtool/sign.c:814:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:814:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/99/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def378]
nss-3.117/nss/cmd/signtool/sign.c:814:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:814:5: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/100/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def379]
nss-3.117/nss/cmd/signtool/sign.c:814:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:814:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/101/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def380]
nss-3.117/nss/cmd/signtool/sign.c:814:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:814:5: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/102/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def381]
nss-3.117/nss/cmd/signtool/sign.c:815:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:815:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/104/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def382]
nss-3.117/nss/cmd/signtool/sign.c:815:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:815:5: danger: ‘fopen(manifile, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/103/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def383]
nss-3.117/nss/cmd/signtool/sign.c:815:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:815:5: danger: ‘fopen(&whofile, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/106/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def384]
nss-3.117/nss/cmd/signtool/sign.c:815:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:814:5: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:815:5: danger: ‘fopen(manifile, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/105/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def385]
nss-3.117/nss/cmd/signtool/sign.c:841:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def386]
nss-3.117/nss/cmd/signtool/sign.c:841:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def387]
nss-3.117/nss/cmd/signtool/sign.c:841:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def388]
nss-3.117/nss/cmd/signtool/sign.c:841:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def389]
nss-3.117/nss/cmd/signtool/sign.c:843:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def390]
nss-3.117/nss/cmd/signtool/sign.c:843:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def391]
nss-3.117/nss/cmd/signtool/sign.c:843:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def392]
nss-3.117/nss/cmd/signtool/sign.c:843:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def393]
nss-3.117/nss/cmd/signtool/sign.c:845:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def394]
nss-3.117/nss/cmd/signtool/sign.c:845:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def395]
nss-3.117/nss/cmd/signtool/sign.c:845:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def396]
nss-3.117/nss/cmd/signtool/sign.c:845:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def397]
nss-3.117/nss/cmd/signtool/sign.c:848:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def398]
nss-3.117/nss/cmd/signtool/sign.c:848:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def399]
nss-3.117/nss/cmd/signtool/sign.c:848:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def400]
nss-3.117/nss/cmd/signtool/sign.c:848:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def401]
nss-3.117/nss/cmd/signtool/sign.c:854:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def402]
nss-3.117/nss/cmd/signtool/sign.c:854:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def403]
nss-3.117/nss/cmd/signtool/sign.c:854:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def404]
nss-3.117/nss/cmd/signtool/sign.c:854:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def405]
nss-3.117/nss/cmd/signtool/sign.c:856:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def406]
nss-3.117/nss/cmd/signtool/sign.c:856:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def407]
nss-3.117/nss/cmd/signtool/sign.c:856:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def408]
nss-3.117/nss/cmd/signtool/sign.c:856:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def409]
nss-3.117/nss/cmd/signtool/sign.c:859:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def410]
nss-3.117/nss/cmd/signtool/sign.c:859:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def411]
nss-3.117/nss/cmd/signtool/sign.c:859:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def412]
nss-3.117/nss/cmd/signtool/sign.c:859:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def413]
nss-3.117/nss/cmd/signtool/sign.c:865:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def414]
nss-3.117/nss/cmd/signtool/sign.c:865:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def415]
nss-3.117/nss/cmd/signtool/sign.c:865:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&whofile, "wb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def416]
nss-3.117/nss/cmd/signtool/sign.c:865:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(manifile, "rb")’
nss-3.117/nss/cmd/signtool/sign.c:710:1: enter_function: entry to ‘generate_SF_file’
nss-3.117/nss/cmd/signtool/sign.c:723:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/sign.c:723:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:728:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:728:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:733:19: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:735:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/sign.c:736:24: branch_true: ...to here
nss-3.117/nss/cmd/signtool/sign.c:745:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:751:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:751:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:757:5: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:765:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/sign.c:768:9: branch_false: ...to here
nss-3.117/nss/cmd/signtool/sign.c:796:9: call_function: calling ‘calculate_MD5_range’ from ‘generate_SF_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def417]
nss-3.117/nss/cmd/signtool/verify.c:197:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:197:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def418]
nss-3.117/nss/cmd/signtool/verify.c:197:33: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:197:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def419]
nss-3.117/nss/cmd/signtool/verify.c:201:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:201:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def420]
nss-3.117/nss/cmd/signtool/verify.c:201:33: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:201:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def421]
nss-3.117/nss/cmd/signtool/verify.c:205:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:205:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def422]
nss-3.117/nss/cmd/signtool/verify.c:205:33: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:205:33: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def423]
nss-3.117/nss/cmd/signtool/verify.c:212:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:199:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:203:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:203:28: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:212:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def424]
nss-3.117/nss/cmd/signtool/verify.c:212:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:199:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:203:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:203:28: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:212:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def425]
nss-3.117/nss/cmd/signtool/verify.c:220:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:220:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def426]
nss-3.117/nss/cmd/signtool/verify.c:220:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:185:28: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:188:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:195:28: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:199:30: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:220:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def427]
nss-3.117/nss/cmd/signtool/verify.c:228:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:228:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def428]
nss-3.117/nss/cmd/signtool/verify.c:228:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:228:25: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def429]
nss-3.117/nss/cmd/signtool/verify.c:232:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:232:21: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def430]
nss-3.117/nss/cmd/signtool/verify.c:232:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:232:21: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def431]
nss-3.117/nss/cmd/signtool/verify.c:233:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_resource: opened here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:233:21: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was opened at [(7)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def432]
nss-3.117/nss/cmd/signtool/verify.c:233:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("signtool.tmp", "rb")’
nss-3.117/nss/cmd/signtool/verify.c:140:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:141:29: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:165:16: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signtool/verify.c:166:21: branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:173:20: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:184:27: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:184:27: acquire_memory: allocated here
nss-3.117/nss/cmd/signtool/verify.c:184:20: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signtool/verify.c:211:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:219:35: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:219:24: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signtool/verify.c:227:24: branch_false: ...to here
nss-3.117/nss/cmd/signtool/verify.c:233:21: danger: ‘fopen("signtool.tmp", "rb")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def433]
nss-3.117/nss/cmd/signver/signver.c:55:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def434]
nss-3.117/nss/cmd/signver/signver.c:55:21: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def435]
nss-3.117/nss/cmd/signver/signver.c:56:26: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def436]
nss-3.117/nss/cmd/signver/signver.c:56:26: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:109:1: enter_function: entry to ‘main’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:251:22: call_function: calling ‘AlgorithmToHashType’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def437]
nss-3.117/nss/cmd/signver/signver.c:204:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/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): [#def438]
nss-3.117/nss/cmd/signver/signver.c:204:10: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/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): [#def439]
nss-3.117/nss/cmd/signver/signver.c:206:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/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): [#def440]
nss-3.117/nss/cmd/signver/signver.c:206:21: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/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): [#def441]
nss-3.117/nss/cmd/signver/signver.c:207:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:206:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:207:9: branch_true: ...to here
nss-3.117/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): [#def442]
nss-3.117/nss/cmd/signver/signver.c:207:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:206:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:207:9: branch_true: ...to here
nss-3.117/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): [#def443]
nss-3.117/nss/cmd/signver/signver.c:209:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:209:9: branch_true: ...to here
nss-3.117/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): [#def444]
nss-3.117/nss/cmd/signver/signver.c:209:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:209:9: branch_true: ...to here
nss-3.117/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): [#def445]
nss-3.117/nss/cmd/signver/signver.c:213:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/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): [#def446]
nss-3.117/nss/cmd/signver/signver.c:213:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/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): [#def447]
nss-3.117/nss/cmd/signver/signver.c:214:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/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): [#def448]
nss-3.117/nss/cmd/signver/signver.c:214:28: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/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): [#def449]
nss-3.117/nss/cmd/signver/signver.c:215:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:214:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:215:13: branch_true: ...to here
nss-3.117/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): [#def450]
nss-3.117/nss/cmd/signver/signver.c:215:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:157:9: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:156:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:158:13: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_true: following ‘true’ branch (when ‘contentFile’ is non-NULL)...
nss-3.117/nss/cmd/signver/signver.c:213:14: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:214:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:215:13: branch_true: ...to here
nss-3.117/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): [#def451]
nss-3.117/nss/cmd/signver/signver.c:227:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/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): [#def452]
nss-3.117/nss/cmd/signver/signver.c:227:17: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/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): [#def453]
nss-3.117/nss/cmd/signver/signver.c:230:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3.117/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): [#def454]
nss-3.117/nss/cmd/signver/signver.c:230:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3.117/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): [#def455]
nss-3.117/nss/cmd/signver/signver.c:230:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3.117/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): [#def456]
nss-3.117/nss/cmd/signver/signver.c:230:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:230:24: branch_true: ...to here
nss-3.117/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): [#def457]
nss-3.117/nss/cmd/signver/signver.c:235:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/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): [#def458]
nss-3.117/nss/cmd/signver/signver.c:235:27: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/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): [#def459]
nss-3.117/nss/cmd/signver/signver.c:237:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def460]
nss-3.117/nss/cmd/signver/signver.c:237:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def461]
nss-3.117/nss/cmd/signver/signver.c:237:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def462]
nss-3.117/nss/cmd/signver/signver.c:237:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def463]
nss-3.117/nss/cmd/signver/signver.c:238:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def464]
nss-3.117/nss/cmd/signver/signver.c:238:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:236:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:238:24: branch_true: ...to here
nss-3.117/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): [#def465]
nss-3.117/nss/cmd/signver/signver.c:241:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/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): [#def466]
nss-3.117/nss/cmd/signver/signver.c:241:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/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): [#def467]
nss-3.117/nss/cmd/signver/signver.c:241:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/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): [#def468]
nss-3.117/nss/cmd/signver/signver.c:241:24: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/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): [#def469]
nss-3.117/nss/cmd/signver/signver.c:296:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:245:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:246:13: branch_true: ...to here
nss-3.117/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): [#def470]
nss-3.117/nss/cmd/signver/signver.c:296:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:221:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:227:17: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:229:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:235:27: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:240:13: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:245:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:246:13: branch_true: ...to here
nss-3.117/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): [#def471]
nss-3.117/nss/cmd/signver/signver.c:300:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:299:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:300:13: branch_true: ...to here
nss-3.117/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): [#def472]
nss-3.117/nss/cmd/signver/signver.c:300:13: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:208:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:212:8: branch_false: following ‘false’ branch (when ‘contentFile’ is NULL)...
nss-3.117/nss/cmd/signver/signver.c:221:9: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:299:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:300:13: branch_true: ...to here
nss-3.117/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): [#def473]
nss-3.117/nss/cmd/signver/signver.c:305:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:305: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): [#def474]
nss-3.117/nss/cmd/signver/signver.c:305:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:305: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): [#def475]
nss-3.117/nss/cmd/signver/signver.c:306:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:306:5: 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): [#def476]
nss-3.117/nss/cmd/signver/signver.c:306:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:306:5: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/43/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def477]
nss-3.117/nss/cmd/signver/signver.c:308:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_resource: opened here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:308:9: danger: ‘outFile’ leaks here; was opened at [(7)](sarif:/runs/0/results/44/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def478]
nss-3.117/nss/cmd/signver/signver.c:308:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outFile’
nss-3.117/nss/cmd/signver/signver.c:136:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:139:17: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:148:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:153:5: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:194:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/signver/signver.c:195:25: branch_true: ...to here
nss-3.117/nss/cmd/signver/signver.c:195:19: acquire_memory: allocated here
nss-3.117/nss/cmd/signver/signver.c:196:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/signver/signver.c:205:31: branch_false: ...to here
nss-3.117/nss/cmd/signver/signver.c:308:9: danger: ‘outFile’ leaks here; was allocated at [(7)](sarif:/runs/0/results/45/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def479]
nss-3.117/nss/cmd/smimetools/cmsutil.c:1423:21: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(*<unknown>.value)’
nss-3.117/nss/cmd/smimetools/cmsutil.c:1176:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/smimetools/cmsutil.c:1177:17: branch_true: ...to here
nss-3.117/nss/cmd/smimetools/cmsutil.c:1422:34: acquire_memory: allocated here
nss-3.117/nss/cmd/smimetools/cmsutil.c:1423:21: danger: ‘strdup(*<unknown>.value)’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: CPPCHECK_WARNING (CWE-401): [#def480]
nss-3.117/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: options.password
Error: CPPCHECK_WARNING (CWE-401): [#def481]
nss-3.117/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: options.pwfile
Error: CPPCHECK_WARNING (CWE-401): [#def482]
nss-3.117/nss/cmd/smimetools/cmsutil.c:1424: error[memleak]: Memory leak: signOptions.encryptionKeyPreferenceNick
Error: CPPCHECK_WARNING (CWE-682): [#def483]
nss-3.117/nss/cmd/strsclnt/strsclnt.c:857: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-835): [#def484]
nss-3.117/nss/cmd/strsclnt/strsclnt.c:948:33: warning[-Wanalyzer-infinite-loop]: infinite loop
nss-3.117/nss/cmd/strsclnt/strsclnt.c:930:1: enter_function: entry to ‘StressClient_GetClientAuthData’
nss-3.117/nss/cmd/strsclnt/strsclnt.c:948:33: danger: infinite loop here
nss-3.117/nss/cmd/strsclnt/strsclnt.c:948:17: branch_false: if it ever follows ‘false’ branch, it will always do so...
branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def485]
nss-3.117/nss/cmd/tests/remtest.c:60:25: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3.117/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/remtest.c:60:25: danger: ‘certDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def486]
nss-3.117/nss/cmd/tests/remtest.c:64:27: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3.117/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/remtest.c:64:27: danger: ‘certDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def487]
nss-3.117/nss/cmd/tests/remtest.c:65:27: warning[-Wanalyzer-malloc-leak]: leak of ‘certDir’
nss-3.117/nss/cmd/tests/remtest.c:60:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/remtest.c:61:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/remtest.c:64:27: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/remtest.c:65:27: danger: ‘certDir’ leaks here; was allocated at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def488]
nss-3.117/nss/cmd/tests/secmodtest.c:83:25: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3.117/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): [#def489]
nss-3.117/nss/cmd/tests/secmodtest.c:86:25: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:84:9: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:85:13: branch_true: ...to here
nss-3.117/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): [#def490]
nss-3.117/nss/cmd/tests/secmodtest.c:94:10: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:90:9: branch_false: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:94:10: branch_false: ...to here
nss-3.117/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): [#def491]
nss-3.117/nss/cmd/tests/secmodtest.c:96:9: warning[-Wanalyzer-malloc-leak]: leak of ‘dbDir’
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:84:17: branch_true: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:86:25: acquire_memory: allocated here
nss-3.117/nss/cmd/tests/secmodtest.c:83:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:90:9: branch_false: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:90:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:94:10: branch_false: ...to here
nss-3.117/nss/cmd/tests/secmodtest.c:95:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tests/secmodtest.c:96:9: branch_true: ...to here
nss-3.117/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): [#def492]
nss-3.117/nss/cmd/tstclnt/tstclnt.c:503: error[uninitvar]: Uninitialized variable: revTestsDoNotCheck.preferred_methods
Error: GCC_ANALYZER_WARNING (CWE-457): [#def493]
nss-3.117/nss/cmd/tstclnt/tstclnt.c:503:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘revTestsDoNotCheck.preferred_methods’
nss-3.117/nss/cmd/tstclnt/tstclnt.c:678:1: enter_function: entry to ‘ownAuthCertificate’
nss-3.117/nss/cmd/tstclnt/tstclnt.c:683:8: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tstclnt/tstclnt.c:687:10: branch_false: ...to here
nss-3.117/nss/cmd/tstclnt/tstclnt.c:687:8: branch_true: following ‘true’ branch...
nss-3.117/nss/cmd/tstclnt/tstclnt.c:692:14: branch_true: ...to here
nss-3.117/nss/cmd/tstclnt/tstclnt.c:692:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tstclnt/tstclnt.c:702:16: branch_false: ...to here
nss-3.117/nss/cmd/tstclnt/tstclnt.c:703:12: branch_false: following ‘false’ branch...
nss-3.117/nss/cmd/tstclnt/tstclnt.c:707:15: branch_false: ...to here
nss-3.117/nss/cmd/tstclnt/tstclnt.c:719:9: call_function: calling ‘verifyFromSideChannel’ from ‘ownAuthCertificate’
Error: CPPCHECK_WARNING (CWE-457): [#def494]
nss-3.117/nss/cmd/tstclnt/tstclnt.c:554: error[uninitvar]: Uninitialized variable: revTestsOverallHardFail.preferred_methods
Error: GCC_ANALYZER_WARNING: [#def495]
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:356:26: warning[-Wanalyzer-fd-use-without-check]: ‘read’ on possibly invalid file descriptor ‘open(name, 0)’
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:218:8: branch_false: following ‘false’ branch...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:221:17: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:222:8: branch_false: following ‘false’ branch...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:226:8: branch_false: following ‘false’ branch (when ‘onlydir == 0’)...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:229:8: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:229:8: branch_true: following ‘true’ branch (when ‘cwd’ is NULL)...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:230:15: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:231:12: branch_false: following ‘false’ branch (when ‘cwd’ is non-NULL)...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:236:5: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:245:11: branch_false: following ‘false’ branch (when ‘owner’ is NULL)...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:246:11: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:246:11: branch_false: following ‘false’ branch (when ‘group’ is NULL)...
branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:248:12: branch_true: following ‘true’ branch (when ‘argc != 0’)...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:249:19: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:340:22: acquire_resource: opened here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:341:16: branch_true: following ‘true’ branch...
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:342:17: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/nsinstall.c:356:26: danger: ‘open(name, 0)’ could be invalid: unchecked value from [(17)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def496]
nss-3.117/nss/coreconf/nsinstall/pathsub.c:87:20: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("..")’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:83:10: acquire_memory: allocated here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:84:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:87:20: 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): [#def497]
nss-3.117/nss/coreconf/nsinstall/pathsub.c:93:5: warning[-Wanalyzer-malloc-leak]: leak of ‘xstrdup(&*<unknown>.d_name)’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:179:1: enter_function: entry to ‘reversepath’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:187:19: call_function: calling ‘getcomponent’ from ‘reversepath’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:187:19: return_function: returning to ‘reversepath’ from ‘getcomponent’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:187:12: branch_true: following ‘true’ branch...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:188:13: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:188:12: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:190:13: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:190:12: branch_true: following ‘true’ branch (when the strings are equal)...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:191:17: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:191:16: branch_false: following ‘false’ branch...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:193:29: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:193:20: call_function: calling ‘ino2name’ from ‘reversepath’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def498]
nss-3.117/nss/coreconf/nsinstall/pathsub.c:226:13: warning[-Wanalyzer-malloc-leak]: leak of ‘myPath’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:218:8: branch_false: following ‘false’ branch...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:220:14: acquire_memory: allocated here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: following ‘false’ branch (when ‘myPath’ is non-NULL)...
branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:225:12: branch_true: following ‘true’ branch (when ‘rv < 0’)...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:226:13: branch_true: ...to here
nss-3.117/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): [#def499]
nss-3.117/nss/coreconf/nsinstall/pathsub.c:230:17: warning[-Wanalyzer-malloc-leak]: leak of ‘myPath’
nss-3.117/nss/coreconf/nsinstall/pathsub.c:218:8: branch_false: following ‘false’ branch...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:220:14: acquire_memory: allocated here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:221:8: branch_false: following ‘false’ branch (when ‘myPath’ is non-NULL)...
branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:225:12: branch_false: following ‘false’ branch (when ‘rv >= 0’)...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:227:20: branch_false: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:227:19: branch_true: following ‘true’ branch...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:228:18: branch_true: ...to here
nss-3.117/nss/coreconf/nsinstall/pathsub.c:229:16: branch_true: following ‘true’ branch (when ‘rv < 0’)...
nss-3.117/nss/coreconf/nsinstall/pathsub.c:230:17: branch_true: ...to here
nss-3.117/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): [#def500]
nss-3.117/nss/gtests/google_test/gtest/include/gtest/gtest-matchers.h:734: error[returnReference]: Reference to local variable returned.
Error: CPPCHECK_WARNING (CWE-664): [#def501]
nss-3.117/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: CPPCHECK_WARNING (CWE-457): [#def502]
nss-3.117/nss/gtests/pk11_gtest/pk11_hpke_unittest.cc:285: warning[uninitvar]: Uninitialized variable: exp.len
Error: CPPCHECK_WARNING (CWE-562): [#def503]
nss-3.117/nss/gtests/ssl_gtest/tls_agent.h:310: error[danglingLifetime]: Non-local variable 'handshake_callback_' will use lambda that captures local variable 'step'.
Error: CPPCHECK_WARNING (CWE-562): [#def504]
nss-3.117/nss/gtests/ssl_gtest/tls_agent.h:315: error[danglingLifetime]: Non-local variable 'auth_certificate_callback_' will use lambda that captures local variable 'called'.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def505]
nss-3.117/nss/lib/certdb/crl.c:2325:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘dpcache’
nss-3.117/nss/lib/certdb/crl.c:2365:1: enter_function: entry to ‘cert_CheckCertRevocationStatus’
nss-3.117/nss/lib/certdb/crl.c:2372:17: release_memory: ‘dpcache’ is NULL
nss-3.117/nss/lib/certdb/crl.c:2378:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/certdb/crl.c:2383:8: branch_false: ...to here
nss-3.117/nss/lib/certdb/crl.c:2399:10: call_function: calling ‘AcquireDPCache’ from ‘cert_CheckCertRevocationStatus’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def506]
nss-3.117/nss/lib/certhigh/ocsp.c:2242:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
nss-3.117/nss/lib/certhigh/ocsp.c:2232:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/certhigh/ocsp.c:2236:19: branch_false: ...to here
nss-3.117/nss/lib/certhigh/ocsp.c:2238:8: branch_true: following ‘true’ branch (when ‘count != 1’)...
nss-3.117/nss/lib/certhigh/ocsp.c:2239:9: branch_true: ...to here
nss-3.117/nss/lib/certhigh/ocsp.c:2239:9: acquire_resource: ‘va_start’ called here
nss-3.117/nss/lib/certhigh/ocsp.c:2240:16: branch_true: following ‘true’ branch (when ‘i < count’)...
nss-3.117/nss/lib/certhigh/ocsp.c:2241:13: branch_true: ...to here
nss-3.117/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): [#def507]
nss-3.117/nss/lib/certhigh/ocsp.c:5891:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘statusContext’
nss-3.117/nss/lib/certhigh/ocsp.c:5832:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/certhigh/ocsp.c:5863:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/certhigh/ocsp.c:5868:21: branch_false: ...to here
nss-3.117/nss/lib/certhigh/ocsp.c:5873:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/certhigh/ocsp.c:5874:14: branch_true: ...to here
nss-3.117/nss/lib/certhigh/ocsp.c:5875:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/certhigh/ocsp.c:5878:25: branch_false: ...to here
nss-3.117/nss/lib/certhigh/ocsp.c:5891:9: danger: dereference of NULL ‘statusContext’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def508]
nss-3.117/nss/lib/crmf/crmfpop.c:360:38: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘privKeyTemplate’
nss-3.117/nss/lib/crmf/crmfpop.c:440:1: enter_function: entry to ‘crmf_add_privkey_dhmac’
nss-3.117/nss/lib/crmf/crmfpop.c:453:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/crmf/crmfpop.c:456:5: branch_false: ...to here
nss-3.117/nss/lib/crmf/crmfpop.c:461:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/crmf/crmfpop.c:464:5: branch_false: ...to here
nss-3.117/nss/lib/crmf/crmfpop.c:467:10: call_function: inlined call to ‘crmf_get_template_for_privkey’ from ‘crmf_add_privkey_dhmac’
nss-3.117/nss/lib/crmf/crmfpop.c:467:10: call_function: calling ‘crmf_encode_popoprivkey’ from ‘crmf_add_privkey_dhmac’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def509]
nss-3.117/nss/lib/dev/devtoken.c:304:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&staticObjects’
nss-3.117/nss/lib/dev/devtoken.c:665:1: enter_function: entry to ‘nssToken_FindCertificatesByEmail’
nss-3.117/nss/lib/dev/devtoken.c:688:15: call_function: calling ‘find_objects’ from ‘nssToken_FindCertificatesByEmail’
Error: COMPILER_WARNING: [#def510]
nss-3.117/nss/lib/freebl/aes-x86.c:28:5: note[note]: called from here
Error: COMPILER_WARNING: [#def511]
nss-3.117/nss/lib/freebl/aes-x86.c:29:5: note[note]: called from here
Error: COMPILER_WARNING: [#def512]
nss-3.117/nss/lib/freebl/aes-x86.c:30:5: note[note]: called from here
Error: COMPILER_WARNING: [#def513]
nss-3.117/nss/lib/freebl/aes-x86.c:31:5: note[note]: called from here
Error: COMPILER_WARNING: [#def514]
nss-3.117/nss/lib/freebl/aes-x86.c:32:5: note[note]: called from here
Error: COMPILER_WARNING: [#def515]
nss-3.117/nss/lib/freebl/aes-x86.c:33:5: note[note]: called from here
Error: COMPILER_WARNING: [#def516]
nss-3.117/nss/lib/freebl/aes-x86.c:34:5: note[note]: called from here
Error: COMPILER_WARNING: [#def517]
nss-3.117/nss/lib/freebl/aes-x86.c:35:5: note[note]: called from here
Error: COMPILER_WARNING: [#def518]
nss-3.117/nss/lib/freebl/aes-x86.c:36:5: note[note]: called from here
Error: COMPILER_WARNING: [#def519]
nss-3.117/nss/lib/freebl/aes-x86.c:37:5: note[note]: called from here
Error: CPPCHECK_WARNING (CWE-758): [#def520]
nss-3.117/nss/lib/freebl/aeskeywrap.c:600: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def521]
nss-3.117/nss/lib/freebl/aeskeywrap.c:603: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def522]
nss-3.117/nss/lib/freebl/aeskeywrap.c:607: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def523]
nss-3.117/nss/lib/freebl/aeskeywrap.c:609: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def524]
nss-3.117/nss/lib/freebl/aeskeywrap.c:610: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-121): [#def525]
nss-3.117/nss/lib/freebl/aeskeywrap.c:610:31: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
nss-3.117/nss/lib/freebl/aeskeywrap.c:547:1: enter_function: entry to ‘AESKeyWrap_DecryptKWP’
nss-3.117/nss/lib/freebl/aeskeywrap.c:565:8: branch_true: following ‘true’ branch (when ‘inputLen == 16’)...
nss-3.117/nss/lib/freebl/aeskeywrap.c:566:14: branch_true: ...to here
nss-3.117/nss/lib/freebl/aeskeywrap.c:588:8: branch_false: following ‘false’ branch (when ‘rv == 0’)...
nss-3.117/nss/lib/freebl/aeskeywrap.c:592:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/aeskeywrap.c:592:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/aeskeywrap.c:599:13: call_function: inlined call to ‘decode_PRUint32_BE’ from ‘AESKeyWrap_DecryptKWP’
nss-3.117/nss/lib/freebl/aeskeywrap.c:602:14: call_function: inlined call to ‘decode_PRUint32_BE’ from ‘AESKeyWrap_DecryptKWP’
nss-3.117/nss/lib/freebl/aeskeywrap.c:608:17: branch_true: following ‘true’ branch (when ‘i != 8’)...
nss-3.117/nss/lib/freebl/aeskeywrap.c:609:31: branch_true: ...to here
nss-3.117/nss/lib/freebl/aeskeywrap.c:610:31: danger: read of 1 byte at offset ‘(long int)(sizetype)(inputLen + 4294967287) + 8’ exceeds ‘iv’
Error: COMPILER_WARNING: [#def526]
nss-3.117/nss/lib/freebl/gcm-x86.c:61:13: note[note]: called from here
Error: COMPILER_WARNING: [#def527]
nss-3.117/nss/lib/freebl/gcm-x86.c:62:13: note[note]: called from here
Error: COMPILER_WARNING: [#def528]
nss-3.117/nss/lib/freebl/gcm-x86.c:63:13: note[note]: called from here
Error: COMPILER_WARNING: [#def529]
nss-3.117/nss/lib/freebl/gcm-x86.c:64:13: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def530]
nss-3.117/nss/lib/freebl/genload.c:37:5: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘resolved’ where non-null expected
nss-3.117/nss/lib/freebl/lowhash_vector.c:218:1: enter_function: entry to ‘NSSLOWHASH_Length’
nss-3.117/nss/lib/freebl/lowhash_vector.c:220:9: call_function: inlined call to ‘freebl_InitVector’ from ‘NSSLOWHASH_Length’
Error: CPPCHECK_WARNING (CWE-758): [#def531]
nss-3.117/nss/lib/freebl/hmacct.c:24: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def532]
nss-3.117/nss/lib/freebl/hmacct.c:31: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-457): [#def533]
nss-3.117/nss/lib/freebl/kyber-pqcrystals-ref.c:444:20: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘<unknown>[1]’
nss-3.117/nss/lib/freebl/kyber-pqcrystals-ref.c:2561:1: enter_function: entry to ‘pqcrystals_kyber768_ref_keypair’
nss-3.117/nss/lib/freebl/kyber-pqcrystals-ref.c:2567:5: call_function: calling ‘pqcrystals_kyber768_ref_keypair_derand’ from ‘pqcrystals_kyber768_ref_keypair’
Error: CPPCHECK_WARNING (CWE-758): [#def534]
nss-3.117/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): [#def535]
nss-3.117/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): [#def536]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:216:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def537]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:219:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def538]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:221:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def539]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:225:16: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def540]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:228:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def541]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:234:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def542]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:236:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:498:15: branch_false: ...to here
nss-3.117/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): [#def543]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:391:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/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): [#def544]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/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): [#def545]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/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): [#def546]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/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): [#def547]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/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): [#def548]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/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): [#def549]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:473:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:47: branch_true: following ‘true’ branch (when ‘nBits <= i’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:473:9: branch_true: ...to here
nss-3.117/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): [#def550]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:419:1: enter_function: entry to ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:438:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:442:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:470:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:471:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:472:14: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: call_function: calling ‘mpp_sieve’ from ‘mpp_make_prime_ext_random’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: return_function: returning to ‘mpp_make_prime_ext_random’ from ‘mpp_sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:476:5: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:492:17: branch_true: following ‘true’ branch (when ‘i != 32768’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:18: branch_true: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:493:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:495:9: branch_false: ...to here
nss-3.117/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): [#def551]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:562:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: ...to here
nss-3.117/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): [#def552]
nss-3.117/nss/lib/freebl/mpi/mpprime.c:563:5: warning[-Wanalyzer-malloc-leak]: leak of ‘sieve’
nss-3.117/nss/lib/freebl/mpi/mpprime.c:429:5: branch_false: following ‘false’ branch (when ‘start’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:430:5: branch_false: following ‘false’ branch (when ‘nBits > 16’)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:432:13: acquire_memory: allocated here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:433:5: branch_false: following ‘false’ branch (when ‘sieve’ is non-NULL)...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:435:5: branch_false: ...to here
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/freebl/mpi/mpprime.c:437:5: branch_true: ...to here
nss-3.117/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: GCC_ANALYZER_WARNING (CWE-126): [#def553]
nss-3.117/nss/lib/freebl/rsapkcs.c:1045:9: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
nss-3.117/nss/lib/freebl/rsapkcs.c:1071:1: enter_function: entry to ‘rsa_GetErrorLength’
nss-3.117/nss/lib/freebl/rsapkcs.c:1080:10: call_function: calling ‘rsa_HMACPrf’ from ‘rsa_GetErrorLength’
Error: CPPCHECK_WARNING (CWE-758): [#def554]
nss-3.117/nss/lib/freebl/rsapkcs.c:1088: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def555]
nss-3.117/nss/lib/freebl/rsapkcs.c:1177: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def556]
nss-3.117/nss/lib/freebl/rsapkcs.c:1178: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def557]
nss-3.117/nss/lib/freebl/rsapkcs.c:1182: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def558]
nss-3.117/nss/lib/freebl/rsapkcs.c:1187: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def559]
nss-3.117/nss/lib/freebl/rsapkcs.c:1191: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING: [#def560]
nss-3.117/nss/lib/freebl/sha256-x86.c:98:5: note[note]: called from here
Error: COMPILER_WARNING: [#def561]
nss-3.117/nss/lib/freebl/sha256-x86.c:99:5: note[note]: called from here
Error: COMPILER_WARNING: [#def562]
nss-3.117/nss/lib/freebl/sha256-x86.c:100:5: note[note]: called from here
Error: COMPILER_WARNING: [#def563]
nss-3.117/nss/lib/freebl/sha256-x86.c:101:5: note[note]: called from here
Error: COMPILER_WARNING: [#def564]
nss-3.117/nss/lib/freebl/sha256-x86.c:102:5: note[note]: called from here
Error: COMPILER_WARNING: [#def565]
nss-3.117/nss/lib/freebl/sha256-x86.c:103:5: note[note]: called from here
Error: COMPILER_WARNING: [#def566]
nss-3.117/nss/lib/freebl/sha256-x86.c:104:5: note[note]: called from here
Error: COMPILER_WARNING: [#def567]
nss-3.117/nss/lib/freebl/sha256-x86.c:105:5: note[note]: called from here
Error: COMPILER_WARNING: [#def568]
nss-3.117/nss/lib/freebl/sha256-x86.c:106:5: note[note]: called from here
Error: COMPILER_WARNING: [#def569]
nss-3.117/nss/lib/freebl/sha256-x86.c:107:5: note[note]: called from here
Error: COMPILER_WARNING: [#def570]
nss-3.117/nss/lib/freebl/sha256-x86.c:108:5: note[note]: called from here
Error: COMPILER_WARNING: [#def571]
nss-3.117/nss/lib/freebl/sha256-x86.c:109:5: note[note]: called from here
Error: COMPILER_WARNING: [#def572]
nss-3.117/nss/lib/freebl/sha256-x86.c:110:5: note[note]: called from here
Error: COMPILER_WARNING: [#def573]
nss-3.117/nss/lib/freebl/sha256-x86.c:111:5: note[note]: called from here
Error: COMPILER_WARNING: [#def574]
nss-3.117/nss/lib/freebl/sha256-x86.c:112:5: note[note]: called from here
Error: COMPILER_WARNING: [#def575]
nss-3.117/nss/lib/freebl/sha256-x86.c:113:5: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def576]
nss-3.117/nss/lib/freebl/stubs.c:267:5: warning[-Wanalyzer-malloc-leak]: leak of ‘mem’
nss-3.117/nss/lib/freebl/stubs.c:265:1: enter_function: entry to ‘PORT_ZAllocAlignedOffset_stub’
nss-3.117/nss/lib/freebl/stubs.c:267:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/stubs.c:268:8: branch_false: ...to here
nss-3.117/nss/lib/freebl/stubs.c:268:8: branch_false: following ‘false’ branch (when ‘offset <= size’)...
nss-3.117/nss/lib/freebl/stubs.c:272:11: branch_false: ...to here
nss-3.117/nss/lib/freebl/stubs.c:273:15: call_function: calling ‘PORT_ZAllocAligned_stub’ from ‘PORT_ZAllocAlignedOffset_stub’
nss-3.117/nss/lib/freebl/stubs.c:273:15: return_function: returning to ‘PORT_ZAllocAlignedOffset_stub’ from ‘PORT_ZAllocAligned_stub’
nss-3.117/nss/lib/freebl/stubs.c:274:8: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/lib/freebl/stubs.c:267: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): [#def577]
nss-3.117/nss/lib/freebl/unix_urandom.c:82:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/urandom", 0)’
nss-3.117/nss/lib/freebl/unix_urandom.c:55:8: branch_false: following ‘false’ branch (when ‘fileBytes != maxLen’)...
nss-3.117/nss/lib/freebl/unix_urandom.c:60:9: branch_false: ...to here
nss-3.117/nss/lib/freebl/unix_urandom.c:60:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/freebl/unix_urandom.c:68:10: branch_false: ...to here
nss-3.117/nss/lib/freebl/unix_urandom.c:68:10: acquire_resource: opened here
nss-3.117/nss/lib/freebl/unix_urandom.c:69:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/freebl/unix_urandom.c:82:8: danger: ‘open("/dev/urandom", 0)’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: COMPILER_WARNING: [#def578]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:54:50: note[note]: called from here
Error: COMPILER_WARNING: [#def579]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:56:22: note[note]: called from here
Error: COMPILER_WARNING: [#def580]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:58:27: note[note]: called from here
Error: COMPILER_WARNING: [#def581]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:60:22: note[note]: called from here
Error: COMPILER_WARNING: [#def582]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:62:22: note[note]: called from here
Error: COMPILER_WARNING: [#def583]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:64:22: note[note]: called from here
Error: COMPILER_WARNING: [#def584]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:66:22: note[note]: called from here
Error: COMPILER_WARNING: [#def585]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:68:22: note[note]: called from here
Error: COMPILER_WARNING: [#def586]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:70:24: note[note]: called from here
Error: COMPILER_WARNING: [#def587]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:72:23: note[note]: called from here
Error: COMPILER_WARNING: [#def588]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:74:23: note[note]: called from here
Error: COMPILER_WARNING: [#def589]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:75:51: note[note]: called from here
Error: COMPILER_WARNING: [#def590]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:77:23: note[note]: called from here
Error: COMPILER_WARNING: [#def591]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:78:51: note[note]: called from here
Error: COMPILER_WARNING: [#def592]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:79:50: note[note]: called from here
Error: COMPILER_WARNING: [#def593]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:81:23: note[note]: called from here
Error: COMPILER_WARNING: [#def594]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:82:51: note[note]: called from here
Error: COMPILER_WARNING: [#def595]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:84:23: note[note]: called from here
Error: COMPILER_WARNING: [#def596]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:96:52: note[note]: called from here
Error: COMPILER_WARNING: [#def597]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:98:21: note[note]: called from here
Error: COMPILER_WARNING: [#def598]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:115:50: note[note]: called from here
Error: COMPILER_WARNING: [#def599]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:116:50: note[note]: called from here
Error: COMPILER_WARNING: [#def600]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:117:50: note[note]: called from here
Error: COMPILER_WARNING: [#def601]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:118:50: note[note]: called from here
Error: COMPILER_WARNING: [#def602]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:119:50: note[note]: called from here
Error: COMPILER_WARNING: [#def603]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:122:21: note[note]: called from here
Error: COMPILER_WARNING: [#def604]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:126:21: note[note]: called from here
Error: COMPILER_WARNING: [#def605]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:130:21: note[note]: called from here
Error: COMPILER_WARNING: [#def606]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:134:21: note[note]: called from here
Error: COMPILER_WARNING: [#def607]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:138:21: note[note]: called from here
Error: COMPILER_WARNING: [#def608]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:142:21: note[note]: called from here
Error: COMPILER_WARNING: [#def609]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:146:21: note[note]: called from here
Error: COMPILER_WARNING: [#def610]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:150:21: note[note]: called from here
Error: COMPILER_WARNING: [#def611]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:154:21: note[note]: called from here
Error: COMPILER_WARNING: [#def612]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:158:21: note[note]: called from here
Error: COMPILER_WARNING: [#def613]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:162:21: note[note]: called from here
Error: COMPILER_WARNING: [#def614]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:166:21: note[note]: called from here
Error: COMPILER_WARNING: [#def615]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:170:21: note[note]: called from here
Error: COMPILER_WARNING: [#def616]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:174:21: note[note]: called from here
Error: COMPILER_WARNING: [#def617]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:178:21: note[note]: called from here
Error: COMPILER_WARNING: [#def618]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:182:21: note[note]: called from here
Error: COMPILER_WARNING: [#def619]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:186:21: note[note]: called from here
Error: COMPILER_WARNING: [#def620]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:190:21: note[note]: called from here
Error: COMPILER_WARNING: [#def621]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:194:21: note[note]: called from here
Error: COMPILER_WARNING: [#def622]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:198:21: note[note]: called from here
Error: COMPILER_WARNING: [#def623]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:206:26: note[note]: called from here
Error: COMPILER_WARNING: [#def624]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:208:22: note[note]: called from here
Error: COMPILER_WARNING: [#def625]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:210:22: note[note]: called from here
Error: COMPILER_WARNING: [#def626]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:211:50: note[note]: called from here
Error: COMPILER_WARNING: [#def627]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:212:50: note[note]: called from here
Error: COMPILER_WARNING: [#def628]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:213:50: note[note]: called from here
Error: COMPILER_WARNING: [#def629]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:214:50: note[note]: called from here
Error: COMPILER_WARNING: [#def630]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:216:23: note[note]: called from here
Error: COMPILER_WARNING: [#def631]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:218:23: note[note]: called from here
Error: COMPILER_WARNING: [#def632]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:220:21: note[note]: called from here
Error: COMPILER_WARNING: [#def633]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:221:51: note[note]: called from here
Error: COMPILER_WARNING: [#def634]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:222:51: note[note]: called from here
Error: COMPILER_WARNING: [#def635]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:223:51: note[note]: called from here
Error: COMPILER_WARNING: [#def636]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:224:50: note[note]: called from here
Error: COMPILER_WARNING: [#def637]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:225:51: note[note]: called from here
Error: COMPILER_WARNING: [#def638]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:227:23: note[note]: called from here
Error: COMPILER_WARNING: [#def639]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:229:23: note[note]: called from here
Error: COMPILER_WARNING: [#def640]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:230:51: note[note]: called from here
Error: COMPILER_WARNING: [#def641]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:231:51: note[note]: called from here
Error: COMPILER_WARNING: [#def642]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:232:51: note[note]: called from here
Error: COMPILER_WARNING: [#def643]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:233:51: note[note]: called from here
Error: COMPILER_WARNING: [#def644]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:235:23: note[note]: called from here
Error: COMPILER_WARNING: [#def645]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:236:51: note[note]: called from here
Error: COMPILER_WARNING: [#def646]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:237:51: note[note]: called from here
Error: COMPILER_WARNING: [#def647]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:258:50: note[note]: called from here
Error: COMPILER_WARNING: [#def648]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:259:50: note[note]: called from here
Error: COMPILER_WARNING: [#def649]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:260:50: note[note]: called from here
Error: COMPILER_WARNING: [#def650]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:261:50: note[note]: called from here
Error: COMPILER_WARNING: [#def651]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:262:50: note[note]: called from here
Error: COMPILER_WARNING: [#def652]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:283:46: note[note]: called from here
Error: COMPILER_WARNING: [#def653]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:284:46: note[note]: called from here
Error: COMPILER_WARNING: [#def654]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:287:17: note[note]: called from here
Error: COMPILER_WARNING: [#def655]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:291:17: note[note]: called from here
Error: COMPILER_WARNING: [#def656]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:296:17: note[note]: called from here
Error: COMPILER_WARNING: [#def657]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:303:17: note[note]: called from here
Error: COMPILER_WARNING: [#def658]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:307:19: note[note]: called from here
Error: COMPILER_WARNING: [#def659]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:319:48: note[note]: called from here
Error: COMPILER_WARNING: [#def660]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:321:17: note[note]: called from here
Error: COMPILER_WARNING: [#def661]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:343:47: note[note]: called from here
Error: COMPILER_WARNING: [#def662]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:344:47: note[note]: called from here
Error: COMPILER_WARNING: [#def663]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:345:47: note[note]: called from here
Error: COMPILER_WARNING: [#def664]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:346:47: note[note]: called from here
Error: COMPILER_WARNING: [#def665]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:347:47: note[note]: called from here
Error: COMPILER_WARNING: [#def666]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:348:47: note[note]: called from here
Error: COMPILER_WARNING: [#def667]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:349:47: note[note]: called from here
Error: COMPILER_WARNING: [#def668]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:350:47: note[note]: called from here
Error: COMPILER_WARNING: [#def669]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:351:47: note[note]: called from here
Error: COMPILER_WARNING: [#def670]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:352:47: note[note]: called from here
Error: COMPILER_WARNING: [#def671]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:355:17: note[note]: called from here
Error: COMPILER_WARNING: [#def672]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:359:17: note[note]: called from here
Error: COMPILER_WARNING: [#def673]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:363:17: note[note]: called from here
Error: COMPILER_WARNING: [#def674]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:367:17: note[note]: called from here
Error: COMPILER_WARNING: [#def675]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:371:17: note[note]: called from here
Error: COMPILER_WARNING: [#def676]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:375:17: note[note]: called from here
Error: COMPILER_WARNING: [#def677]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:379:17: note[note]: called from here
Error: COMPILER_WARNING: [#def678]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:383:17: note[note]: called from here
Error: COMPILER_WARNING: [#def679]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:387:17: note[note]: called from here
Error: COMPILER_WARNING: [#def680]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:391:17: note[note]: called from here
Error: COMPILER_WARNING: [#def681]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:395:17: note[note]: called from here
Error: COMPILER_WARNING: [#def682]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:399:17: note[note]: called from here
Error: COMPILER_WARNING: [#def683]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:403:17: note[note]: called from here
Error: COMPILER_WARNING: [#def684]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:407:17: note[note]: called from here
Error: COMPILER_WARNING: [#def685]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:411:17: note[note]: called from here
Error: COMPILER_WARNING: [#def686]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:415:17: note[note]: called from here
Error: COMPILER_WARNING: [#def687]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:419:17: note[note]: called from here
Error: COMPILER_WARNING: [#def688]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:423:17: note[note]: called from here
Error: COMPILER_WARNING: [#def689]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:427:17: note[note]: called from here
Error: COMPILER_WARNING: [#def690]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:431:17: note[note]: called from here
Error: COMPILER_WARNING: [#def691]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:439:22: note[note]: called from here
Error: COMPILER_WARNING: [#def692]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:441:18: note[note]: called from here
Error: COMPILER_WARNING: [#def693]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:443:18: note[note]: called from here
Error: COMPILER_WARNING: [#def694]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:444:46: note[note]: called from here
Error: COMPILER_WARNING: [#def695]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:445:46: note[note]: called from here
Error: COMPILER_WARNING: [#def696]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:446:46: note[note]: called from here
Error: COMPILER_WARNING: [#def697]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:447:46: note[note]: called from here
Error: COMPILER_WARNING: [#def698]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:449:19: note[note]: called from here
Error: COMPILER_WARNING: [#def699]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:451:19: note[note]: called from here
Error: COMPILER_WARNING: [#def700]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:453:17: note[note]: called from here
Error: COMPILER_WARNING: [#def701]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:454:47: note[note]: called from here
Error: COMPILER_WARNING: [#def702]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:455:47: note[note]: called from here
Error: COMPILER_WARNING: [#def703]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:456:47: note[note]: called from here
Error: COMPILER_WARNING: [#def704]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:457:46: note[note]: called from here
Error: COMPILER_WARNING: [#def705]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:458:47: note[note]: called from here
Error: COMPILER_WARNING: [#def706]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:460:19: note[note]: called from here
Error: COMPILER_WARNING: [#def707]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:462:19: note[note]: called from here
Error: COMPILER_WARNING: [#def708]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:463:47: note[note]: called from here
Error: COMPILER_WARNING: [#def709]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:464:47: note[note]: called from here
Error: COMPILER_WARNING: [#def710]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:465:47: note[note]: called from here
Error: COMPILER_WARNING: [#def711]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:466:47: note[note]: called from here
Error: COMPILER_WARNING: [#def712]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:468:19: note[note]: called from here
Error: COMPILER_WARNING: [#def713]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:469:47: note[note]: called from here
Error: COMPILER_WARNING: [#def714]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:470:47: note[note]: called from here
Error: COMPILER_WARNING: [#def715]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:492:46: note[note]: called from here
Error: COMPILER_WARNING: [#def716]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:493:46: note[note]: called from here
Error: COMPILER_WARNING: [#def717]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:496:17: note[note]: called from here
Error: COMPILER_WARNING: [#def718]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:500:17: note[note]: called from here
Error: COMPILER_WARNING: [#def719]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:505:17: note[note]: called from here
Error: COMPILER_WARNING: [#def720]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:512:17: note[note]: called from here
Error: COMPILER_WARNING: [#def721]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:516:19: note[note]: called from here
Error: COMPILER_WARNING: [#def722]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:528:48: note[note]: called from here
Error: COMPILER_WARNING: [#def723]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:530:50: note[note]: called from here
Error: COMPILER_WARNING: [#def724]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:552:47: note[note]: called from here
Error: COMPILER_WARNING: [#def725]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:553:47: note[note]: called from here
Error: COMPILER_WARNING: [#def726]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:554:47: note[note]: called from here
Error: COMPILER_WARNING: [#def727]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:555:47: note[note]: called from here
Error: COMPILER_WARNING: [#def728]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:556:47: note[note]: called from here
Error: COMPILER_WARNING: [#def729]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:557:47: note[note]: called from here
Error: COMPILER_WARNING: [#def730]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:558:47: note[note]: called from here
Error: COMPILER_WARNING: [#def731]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:559:47: note[note]: called from here
Error: COMPILER_WARNING: [#def732]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:560:47: note[note]: called from here
Error: COMPILER_WARNING: [#def733]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:561:47: note[note]: called from here
Error: COMPILER_WARNING: [#def734]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:564:17: note[note]: called from here
Error: COMPILER_WARNING: [#def735]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:568:17: note[note]: called from here
Error: COMPILER_WARNING: [#def736]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:572:17: note[note]: called from here
Error: COMPILER_WARNING: [#def737]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:576:17: note[note]: called from here
Error: COMPILER_WARNING: [#def738]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:580:17: note[note]: called from here
Error: COMPILER_WARNING: [#def739]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:584:17: note[note]: called from here
Error: COMPILER_WARNING: [#def740]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:588:17: note[note]: called from here
Error: COMPILER_WARNING: [#def741]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:592:17: note[note]: called from here
Error: COMPILER_WARNING: [#def742]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:596:17: note[note]: called from here
Error: COMPILER_WARNING: [#def743]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:600:17: note[note]: called from here
Error: COMPILER_WARNING: [#def744]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:604:17: note[note]: called from here
Error: COMPILER_WARNING: [#def745]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:608:17: note[note]: called from here
Error: COMPILER_WARNING: [#def746]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:612:17: note[note]: called from here
Error: COMPILER_WARNING: [#def747]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:616:17: note[note]: called from here
Error: COMPILER_WARNING: [#def748]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:620:17: note[note]: called from here
Error: COMPILER_WARNING: [#def749]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:624:17: note[note]: called from here
Error: COMPILER_WARNING: [#def750]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:628:17: note[note]: called from here
Error: COMPILER_WARNING: [#def751]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:632:17: note[note]: called from here
Error: COMPILER_WARNING: [#def752]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:636:17: note[note]: called from here
Error: COMPILER_WARNING: [#def753]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:640:17: note[note]: called from here
Error: COMPILER_WARNING: [#def754]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:648:22: note[note]: called from here
Error: COMPILER_WARNING: [#def755]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:650:18: note[note]: called from here
Error: COMPILER_WARNING: [#def756]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:652:18: note[note]: called from here
Error: COMPILER_WARNING: [#def757]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:653:46: note[note]: called from here
Error: COMPILER_WARNING: [#def758]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:654:46: note[note]: called from here
Error: COMPILER_WARNING: [#def759]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:655:46: note[note]: called from here
Error: COMPILER_WARNING: [#def760]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:656:46: note[note]: called from here
Error: COMPILER_WARNING: [#def761]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:658:19: note[note]: called from here
Error: COMPILER_WARNING: [#def762]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:660:19: note[note]: called from here
Error: COMPILER_WARNING: [#def763]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:662:17: note[note]: called from here
Error: COMPILER_WARNING: [#def764]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:663:47: note[note]: called from here
Error: COMPILER_WARNING: [#def765]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:664:47: note[note]: called from here
Error: COMPILER_WARNING: [#def766]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:665:47: note[note]: called from here
Error: COMPILER_WARNING: [#def767]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:666:46: note[note]: called from here
Error: COMPILER_WARNING: [#def768]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:667:47: note[note]: called from here
Error: COMPILER_WARNING: [#def769]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:669:19: note[note]: called from here
Error: COMPILER_WARNING: [#def770]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:671:19: note[note]: called from here
Error: COMPILER_WARNING: [#def771]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:672:47: note[note]: called from here
Error: COMPILER_WARNING: [#def772]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:673:47: note[note]: called from here
Error: COMPILER_WARNING: [#def773]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:674:47: note[note]: called from here
Error: COMPILER_WARNING: [#def774]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:675:47: note[note]: called from here
Error: COMPILER_WARNING: [#def775]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:677:19: note[note]: called from here
Error: COMPILER_WARNING: [#def776]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:678:47: note[note]: called from here
Error: COMPILER_WARNING: [#def777]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:679:47: note[note]: called from here
Error: COMPILER_WARNING: [#def778]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:702:46: note[note]: called from here
Error: COMPILER_WARNING: [#def779]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:703:46: note[note]: called from here
Error: COMPILER_WARNING: [#def780]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:706:17: note[note]: called from here
Error: COMPILER_WARNING: [#def781]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:710:17: note[note]: called from here
Error: COMPILER_WARNING: [#def782]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:715:17: note[note]: called from here
Error: COMPILER_WARNING: [#def783]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:722:17: note[note]: called from here
Error: COMPILER_WARNING: [#def784]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:726:19: note[note]: called from here
Error: COMPILER_WARNING: [#def785]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:738:48: note[note]: called from here
Error: COMPILER_WARNING: [#def786]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:740:17: note[note]: called from here
Error: COMPILER_WARNING: [#def787]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:762:47: note[note]: called from here
Error: COMPILER_WARNING: [#def788]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:763:47: note[note]: called from here
Error: COMPILER_WARNING: [#def789]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:764:47: note[note]: called from here
Error: COMPILER_WARNING: [#def790]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:765:47: note[note]: called from here
Error: COMPILER_WARNING: [#def791]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:766:47: note[note]: called from here
Error: COMPILER_WARNING: [#def792]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:767:47: note[note]: called from here
Error: COMPILER_WARNING: [#def793]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:768:47: note[note]: called from here
Error: COMPILER_WARNING: [#def794]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:769:47: note[note]: called from here
Error: COMPILER_WARNING: [#def795]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:770:47: note[note]: called from here
Error: COMPILER_WARNING: [#def796]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:771:47: note[note]: called from here
Error: COMPILER_WARNING: [#def797]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:774:17: note[note]: called from here
Error: COMPILER_WARNING: [#def798]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:778:17: note[note]: called from here
Error: COMPILER_WARNING: [#def799]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:782:17: note[note]: called from here
Error: COMPILER_WARNING: [#def800]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:786:17: note[note]: called from here
Error: COMPILER_WARNING: [#def801]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:790:17: note[note]: called from here
Error: COMPILER_WARNING: [#def802]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:794:17: note[note]: called from here
Error: COMPILER_WARNING: [#def803]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:798:17: note[note]: called from here
Error: COMPILER_WARNING: [#def804]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:802:17: note[note]: called from here
Error: COMPILER_WARNING: [#def805]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:806:17: note[note]: called from here
Error: COMPILER_WARNING: [#def806]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:810:17: note[note]: called from here
Error: COMPILER_WARNING: [#def807]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:814:17: note[note]: called from here
Error: COMPILER_WARNING: [#def808]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:818:17: note[note]: called from here
Error: COMPILER_WARNING: [#def809]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:822:17: note[note]: called from here
Error: COMPILER_WARNING: [#def810]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:826:17: note[note]: called from here
Error: COMPILER_WARNING: [#def811]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:830:17: note[note]: called from here
Error: COMPILER_WARNING: [#def812]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:834:17: note[note]: called from here
Error: COMPILER_WARNING: [#def813]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:838:17: note[note]: called from here
Error: COMPILER_WARNING: [#def814]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:842:17: note[note]: called from here
Error: COMPILER_WARNING: [#def815]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:846:17: note[note]: called from here
Error: COMPILER_WARNING: [#def816]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:850:17: note[note]: called from here
Error: COMPILER_WARNING: [#def817]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:858:22: note[note]: called from here
Error: COMPILER_WARNING: [#def818]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:860:18: note[note]: called from here
Error: COMPILER_WARNING: [#def819]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:862:18: note[note]: called from here
Error: COMPILER_WARNING: [#def820]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:863:46: note[note]: called from here
Error: COMPILER_WARNING: [#def821]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:864:46: note[note]: called from here
Error: COMPILER_WARNING: [#def822]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:865:46: note[note]: called from here
Error: COMPILER_WARNING: [#def823]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:866:46: note[note]: called from here
Error: COMPILER_WARNING: [#def824]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:868:19: note[note]: called from here
Error: COMPILER_WARNING: [#def825]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:870:19: note[note]: called from here
Error: COMPILER_WARNING: [#def826]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:872:17: note[note]: called from here
Error: COMPILER_WARNING: [#def827]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:873:47: note[note]: called from here
Error: COMPILER_WARNING: [#def828]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:874:47: note[note]: called from here
Error: COMPILER_WARNING: [#def829]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:875:47: note[note]: called from here
Error: COMPILER_WARNING: [#def830]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:876:46: note[note]: called from here
Error: COMPILER_WARNING: [#def831]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:877:47: note[note]: called from here
Error: COMPILER_WARNING: [#def832]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:879:19: note[note]: called from here
Error: COMPILER_WARNING: [#def833]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:881:19: note[note]: called from here
Error: COMPILER_WARNING: [#def834]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:882:47: note[note]: called from here
Error: COMPILER_WARNING: [#def835]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:883:47: note[note]: called from here
Error: COMPILER_WARNING: [#def836]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:884:47: note[note]: called from here
Error: COMPILER_WARNING: [#def837]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:885:47: note[note]: called from here
Error: COMPILER_WARNING: [#def838]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:887:19: note[note]: called from here
Error: COMPILER_WARNING: [#def839]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:888:47: note[note]: called from here
Error: COMPILER_WARNING: [#def840]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:889:47: note[note]: called from here
Error: COMPILER_WARNING: [#def841]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20Poly1305_256.c:933:37: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def842]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:193:5: note[note]: called from here
Error: COMPILER_WARNING: [#def843]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:203:13: note[note]: called from here
Error: COMPILER_WARNING: [#def844]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:212:16: note[note]: called from here
Error: COMPILER_WARNING: [#def845]
nss-3.117/nss/lib/freebl/verified/Hacl_Chacha20_Vec256.c:261:13: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def846]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:32:37: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI
Error: COMPILER_WARNING: [#def847]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:32:42: note[note]: called from here
Error: COMPILER_WARNING: [#def848]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:34:14: note[note]: called from here
Error: COMPILER_WARNING: [#def849]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:36:18: note[note]: called from here
Error: COMPILER_WARNING: [#def850]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:37:42: note[note]: called from here
Error: COMPILER_WARNING: [#def851]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:39:14: note[note]: called from here
Error: COMPILER_WARNING: [#def852]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:41:14: note[note]: called from here
Error: COMPILER_WARNING: [#def853]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:43:14: note[note]: called from here
Error: COMPILER_WARNING: [#def854]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:44:42: note[note]: called from here
Error: COMPILER_WARNING: [#def855]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:45:42: note[note]: called from here
Error: COMPILER_WARNING: [#def856]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:46:42: note[note]: called from here
Error: COMPILER_WARNING: [#def857]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:48:14: note[note]: called from here
Error: COMPILER_WARNING: [#def858]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:49:43: note[note]: called from here
Error: COMPILER_WARNING: [#def859]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:51:14: note[note]: called from here
Error: COMPILER_WARNING: [#def860]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:52:43: note[note]: called from here
Error: COMPILER_WARNING: [#def861]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:53:42: note[note]: called from here
Error: COMPILER_WARNING: [#def862]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:55:15: note[note]: called from here
Error: COMPILER_WARNING: [#def863]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:56:43: note[note]: called from here
Error: COMPILER_WARNING: [#def864]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:58:15: note[note]: called from here
Error: COMPILER_WARNING: [#def865]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:70:44: note[note]: called from here
Error: COMPILER_WARNING: [#def866]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:72:13: note[note]: called from here
Error: COMPILER_WARNING: [#def867]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:83:42: note[note]: called from here
Error: COMPILER_WARNING: [#def868]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:84:42: note[note]: called from here
Error: COMPILER_WARNING: [#def869]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:85:42: note[note]: called from here
Error: COMPILER_WARNING: [#def870]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:86:42: note[note]: called from here
Error: COMPILER_WARNING: [#def871]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:87:42: note[note]: called from here
Error: COMPILER_WARNING: [#def872]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:90:13: note[note]: called from here
Error: COMPILER_WARNING: [#def873]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:95:13: note[note]: called from here
Error: COMPILER_WARNING: [#def874]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:100:13: note[note]: called from here
Error: COMPILER_WARNING: [#def875]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:105:13: note[note]: called from here
Error: COMPILER_WARNING: [#def876]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:110:13: note[note]: called from here
Error: COMPILER_WARNING: [#def877]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:113:42: note[note]: called from here
Error: COMPILER_WARNING: [#def878]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:114:42: note[note]: called from here
Error: COMPILER_WARNING: [#def879]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:115:42: note[note]: called from here
Error: COMPILER_WARNING: [#def880]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:116:42: note[note]: called from here
Error: COMPILER_WARNING: [#def881]
nss-3.117/nss/lib/freebl/verified/Hacl_Poly1305_256.c:117:42: note[note]: called from here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def882]
nss-3.117/nss/lib/jar/jar.c:460:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘signer’
nss-3.117/nss/lib/jar/jar.c:322:1: enter_function: entry to ‘JAR_find_next’
nss-3.117/nss/lib/jar/jar.c:337:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/jar/jar.c:385:12: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/jar/jar.c:391:13: branch_false: ...to here
nss-3.117/nss/lib/jar/jar.c:391:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/jar/jar.c:407:13: branch_false: ...to here
nss-3.117/nss/lib/jar/jar.c:407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/jar/jar.c:426:13: branch_false: ...to here
nss-3.117/nss/lib/jar/jar.c:426:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/jar/jar.c:433:16: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/jar/jar.c:441:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/jar/jar.c:445:21: branch_true: ...to here
nss-3.117/nss/lib/jar/jar.c:445:21: call_function: calling ‘jar_find_first_cert’ from ‘JAR_find_next’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def883]
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:62:1: enter_function: entry to ‘pkix_ComCertSelParams_Duplicate’
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:68:32: release_memory: ‘paramsDuplicate’ is NULL
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:71:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:73:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:73:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: call_function: calling ‘PKIX_ComCertSelParams_Create’ from ‘pkix_ComCertSelParams_Duplicate’
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: return_function: returning to ‘pkix_ComCertSelParams_Duplicate’ from ‘PKIX_ComCertSelParams_Create’
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:79:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:24: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:24: release_memory: ‘paramsDuplicate’ is NULL
nss-3.117/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c:82:9: danger: dereference of NULL ‘paramsDuplicate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def884]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:456:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:430:1: enter_function: entry to ‘pkix_List_Duplicate’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:436:20: release_memory: ‘listDuplicate’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:439:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:441:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:441:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:446:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:446:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: call_function: calling ‘pkix_List_Create_Internal’ from ‘pkix_List_Duplicate’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: return_function: returning to ‘pkix_List_Duplicate’ from ‘pkix_List_Create_Internal’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:452:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:456:30: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:456:30: release_memory: ‘listDuplicate’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:456:17: danger: dereference of NULL ‘listDuplicate’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def885]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1421:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1387:1: enter_function: entry to ‘PKIX_List_AppendItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1393:20: release_memory: ‘newElement’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1397:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1399:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1399:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1403:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1407:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_AppendItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: return_function: returning to ‘PKIX_List_AppendItem’ from ‘pkix_List_Create_Internal’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1416:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1420:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1420:9: branch_false: following ‘false’ branch (when ‘item’ is NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1421:19: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1421:19: release_memory: ‘newElement’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1421:9: danger: dereference of NULL ‘newElement’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def886]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1442:1: enter_function: entry to ‘PKIX_List_InsertItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1448:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1449:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1452:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1455:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1459:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1459:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_InsertItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_Create_Internal’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1467:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1467:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_InsertItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1468:13: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:36: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:36: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1471:29: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def887]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1482:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1442:1: enter_function: entry to ‘PKIX_List_InsertItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1448:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1449:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1452:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1455:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1455:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1459:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1459:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: call_function: calling ‘pkix_List_Create_Internal’ from ‘PKIX_List_InsertItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: return_function: returning to ‘PKIX_List_InsertItem’ from ‘pkix_List_Create_Internal’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1464:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1467:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1467:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1481:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1481:13: branch_false: following ‘false’ branch (when ‘item’ is NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1482:20: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1482:20: release_memory: ‘newElem’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1483:13: release_memory: using NULL here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1484:13: release_memory: ‘*list.next’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1485:13: release_memory: ‘newElem’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1483:13: release_memory: using NULL here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1484:13: release_memory: ‘*list.next’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1485:13: release_memory: ‘newElem’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1482:13: danger: dereference of NULL ‘newElem’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def888]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1502:1: enter_function: entry to ‘PKIX_List_GetItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1508:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1511:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1513:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1513:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_GetItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: return_function: returning to ‘PKIX_List_GetItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1517:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1520:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def889]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1532:1: enter_function: entry to ‘PKIX_List_SetItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1538:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1541:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1543:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1543:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1547:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1547:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_SetItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: return_function: returning to ‘PKIX_List_SetItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1551:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1555:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def890]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘element’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1574:1: enter_function: entry to ‘PKIX_List_DeleteItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1579:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1580:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1584:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1586:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1586:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1590:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1590:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: danger: dereference of NULL ‘element’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def891]
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1574:1: enter_function: entry to ‘PKIX_List_DeleteItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1579:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1580:20: release_memory: ‘element’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1584:9: branch_false: following ‘false’ branch (when ‘list’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1586:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1586:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1590:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1590:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1594:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1598:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1600:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1602:12: branch_false: following ‘false’ branch (when ‘nextElement’ is NULL)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1616:20: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1616:20: branch_true: following ‘true’ branch (when ‘index != 0’)...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: call_function: calling ‘pkix_List_GetElement’ from ‘PKIX_List_DeleteItem’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: return_function: returning to ‘PKIX_List_DeleteItem’ from ‘pkix_List_GetElement’
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1617:25: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:28: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:28: release_memory: ‘prevElement’ is NULL
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: release_memory: using NULL here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: release_memory: using NULL here
nss-3.117/nss/lib/libpkix/pkix/util/pkix_list.c:1623:17: danger: dereference of NULL ‘prevElement’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def892]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hcv1’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:248:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:254:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:370:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:371:19: danger: dereference of NULL ‘hcv1’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def893]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hcv1’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:248:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:254:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:256:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:370:16: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:374:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:374:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_aiamgr.c:375:19: danger: dereference of NULL ‘hcv1’
Error: GCC_ANALYZER_WARNING (CWE-465): [#def894]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1111:17: warning[-Wanalyzer-deref-before-check]: check of ‘colCertStoreContext’ for NULL after already dereferencing it
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1086:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1090:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1096:32: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1096:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1098:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1098:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1098:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1105:20: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1111:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1111:17: danger: pointer ‘colCertStoreContext’ is checked for NULL here but it was already dereferenced at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-465): [#def895]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1192:17: warning[-Wanalyzer-deref-before-check]: check of ‘colCertStoreContext’ for NULL after already dereferencing it
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1167:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1171:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1177:32: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1177:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1179:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1179:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1179:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1186:20: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1192:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_colcertstore.c:1192:17: danger: pointer ‘colCertStoreContext’ is checked for NULL here but it was already dereferenced at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def896]
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:565:1: enter_function: entry to ‘pkix_pl_LdapCertStore_GetCert’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:586:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:601:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:605:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:605:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:613:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:613:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:617:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:617:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:621:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:621:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: branch_true: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:622:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:629:22: branch_false: ...to here
nss-3.117/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): [#def897]
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:822:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:852:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:856:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:856:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:860:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:860:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:870:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:870:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:872:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:872:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:876:21: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:876:20: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:882:25: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:882:25: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:889:25: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:889:25: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:897:25: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:897:25: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c:899:30: branch_false: ...to here
nss-3.117/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): [#def898]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘encoded’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2456:18: release_memory: ‘encoded’ is NULL
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2461:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2461:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2462:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2462:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2469:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: release_memory: ‘encoded’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c:2470:17: danger: dereference of NULL ‘encoded’
Error: GCC_ANALYZER_WARNING (CWE-465): [#def899]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:444:9: warning[-Wanalyzer-deref-before-check]: check of ‘dp’ for NULL after already dereferencing it
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:399:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:402:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:402:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:413:11: branch_true: following ‘true’ branch (when ‘hasFetchedCrlInCache == 0’)...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:413:33: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:413:11: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:414:34: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:413:11: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:417:13: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:419:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:423:15: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:423:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:425:13: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:444:9: danger: pointer ‘dp’ is checked for NULL here but it was already dereferenced at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-465): [#def900]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:748:9: warning[-Wanalyzer-deref-before-check]: check of ‘dp’ for NULL after already dereferencing it
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:683:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:692:5: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:694:10: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:695:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:699:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:703:9: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:703:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:707:16: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:707:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:710:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:710:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:712:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:740:12: branch_false: following ‘false’ branch (when ‘removeDp == 0’)...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:746:13: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:748:9: danger: pointer ‘dp’ is checked for NULL here but it was already dereferenced at [(11)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def901]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:882:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘myHttpResponseDataLen’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:787:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:788:10: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:787:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:791:5: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:796:16: branch_false: following ‘false’ branch (when ‘derGenName’ is non-NULL)...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:797:18: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:803:16: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:806:46: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:808:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:810:17: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:860:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:867:14: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:872:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:882:17: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c:882:17: danger: use of uninitialized value ‘myHttpResponseDataLen’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def902]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:728:1: enter_function: entry to ‘pkix_pl_CRLEntry_Create’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:734:27: release_memory: ‘crlEntry’ is NULL
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:746:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:746:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:749:12: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:749:12: branch_true: following ‘true’ branch (when ‘nssCrlEntries’ is non-NULL)...
branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:750:20: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: branch_true: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:751:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:756:36: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:760:17: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:25: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:25: release_memory: ‘crlEntry’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crlentry.c:764:17: danger: dereference of NULL ‘crlEntry’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def903]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:164:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1270:1: enter_function: entry to ‘PKIX_PL_Object_InvalidateCache’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1274:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: call_function: calling ‘PKIX_PL_Object_DecRef’ from ‘PKIX_PL_Object_InvalidateCache’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def904]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:853:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1270:1: enter_function: entry to ‘PKIX_PL_Object_InvalidateCache’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1274:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: branch_true: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1290:9: call_function: calling ‘PKIX_PL_Object_DecRef’ from ‘PKIX_PL_Object_InvalidateCache’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def905]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1078:1: enter_function: entry to ‘PKIX_PL_Object_Hashcode’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1083:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1089:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1092:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:26: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:26: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1096:14: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def906]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1172:1: enter_function: entry to ‘PKIX_PL_Object_ToString’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1177:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1183:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1186:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:26: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:26: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1190:14: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def907]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1270:1: enter_function: entry to ‘PKIX_PL_Object_InvalidateCache’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1274:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1280:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1283:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:21: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1287:9: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def908]
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘objectHeader’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1421:1: enter_function: entry to ‘PKIX_PL_Object_GetType’
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1426:25: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1429:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: branch_false: ...to here
nss-3.117/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.117/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.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1432:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:30: branch_false: ...to here
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:30: release_memory: ‘objectHeader’ is NULL
nss-3.117/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c:1435:18: danger: dereference of NULL ‘objectHeader’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def909]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3394:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def910]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3394:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def911]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3404:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def912]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3404:14: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def913]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3410:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def914]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3410:12: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3414:1: enter_function: entry to ‘print_final_statistics’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3446:12: branch_false: following ‘false’ branch (when ‘calls != 0’)...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3450:18: call_function: calling ‘getPrintTime’ from ‘print_final_statistics’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def915]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3442:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/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): [#def916]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3442:27: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3440:17: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3441:24: branch_true: ...to here
nss-3.117/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): [#def917]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3467:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/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): [#def918]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3467:5: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/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): [#def919]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3471:1: warning[-Wanalyzer-file-leak]: leak of FILE ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_resource: opened here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3468:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3471:1: branch_false: ...to here
nss-3.117/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): [#def920]
nss-3.117/nss/lib/pk11wrap/debug_module.c:3471:1: warning[-Wanalyzer-malloc-leak]: leak of ‘outfile’
nss-3.117/nss/lib/pk11wrap/debug_module.c:3425:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3427:19: acquire_memory: allocated here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3429:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3433:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/debug_module.c:3468:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/debug_module.c:3471:1: branch_false: ...to here
nss-3.117/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): [#def921]
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2814:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pubKeyData’
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2044:1: enter_function: entry to ‘SECKEY_SetPublicValue’
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2053:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2054:9: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2053:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2054:38: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2053:9: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2059:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2068:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2072:5: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2134:8: branch_true: following ‘true’ branch (when ‘rv == 0’)...
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2135:14: branch_true: ...to here
nss-3.117/nss/lib/pk11wrap/pk11akey.c:2135:14: call_function: calling ‘PK11_ImportPublicKey’ from ‘SECKEY_SetPublicValue’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def922]
nss-3.117/nss/lib/pk11wrap/pk11slot.c:481:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slot’
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1864:1: enter_function: entry to ‘PK11_IsInternalKeySlot’
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1869:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1873:16: branch_false: ...to here
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1873:16: call_function: calling ‘PK11_GetInternalKeySlot’ from ‘PK11_IsInternalKeySlot’
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1873:16: return_function: returning to ‘PK11_IsInternalKeySlot’ from ‘PK11_GetInternalKeySlot’
nss-3.117/nss/lib/pk11wrap/pk11slot.c:1875:5: call_function: calling ‘PK11_FreeSlot’ from ‘PK11_IsInternalKeySlot’
Error: CPPCHECK_WARNING (CWE-909): [#def923]
nss-3.117/nss/lib/pkcs7/p7decode.c:1655: error[uninitStructMember]: Uninitialized struct member: holder.len
Error: CPPCHECK_WARNING (CWE-190): [#def924]
nss-3.117/nss/lib/softoken/pkcs11u.c:1366: error[integerOverflow]: Signed integer overflow for expression '0-1'.
Error: CPPCHECK_WARNING (CWE-190): [#def925]
nss-3.117/nss/lib/softoken/pkcs11u.c:1389: error[integerOverflow]: Signed integer overflow for expression '0-1'.
Error: CPPCHECK_WARNING (CWE-758): [#def926]
nss-3.117/nss/lib/softoken/pkcs11u.c:2245: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def927]
nss-3.117/nss/lib/softoken/pkcs11u.c:2259: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def928]
nss-3.117/nss/lib/softoken/pkcs11u.c:2261: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def929]
nss-3.117/nss/lib/softoken/pkcs11u.c:2266: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def930]
nss-3.117/nss/lib/softoken/pkcs11u.c:2280: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-401): [#def931]
nss-3.117/nss/lib/softoken/sdb.c:2362:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2362:20: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def932]
nss-3.117/nss/lib/softoken/sdb.c:2362:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2362:20: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def933]
nss-3.117/nss/lib/softoken/sdb.c:2367:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2367:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def934]
nss-3.117/nss/lib/softoken/sdb.c:2367:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2367:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def935]
nss-3.117/nss/lib/softoken/sdb.c:2368:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2368:9: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def936]
nss-3.117/nss/lib/softoken/sdb.c:2368:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2368:9: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def937]
nss-3.117/nss/lib/softoken/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2380:22: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def938]
nss-3.117/nss/lib/softoken/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2380:22: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def939]
nss-3.117/nss/lib/softoken/sdb.c:2380:22: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2380:22: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def940]
nss-3.117/nss/lib/softoken/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2382:17: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def941]
nss-3.117/nss/lib/softoken/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2382:17: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def942]
nss-3.117/nss/lib/softoken/sdb.c:2382:17: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2381:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2382:17: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2382:17: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def943]
nss-3.117/nss/lib/softoken/sdb.c:2387:21: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/lib/softoken/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2401:18: branch_true: following ‘true’ branch...
branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: following ‘true’ branch (when ‘backedAttrs == schemaAttrsCapacity’)...
nss-3.117/nss/lib/softoken/sdb.c:2386:21: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2387:21: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def944]
nss-3.117/nss/lib/softoken/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/lib/softoken/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2395:37: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def945]
nss-3.117/nss/lib/softoken/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/lib/softoken/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2395:37: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def946]
nss-3.117/nss/lib/softoken/sdb.c:2395:37: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2384:16: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_true: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2385:20: branch_false: following ‘false’ branch (when ‘backedAttrs != schemaAttrsCapacity’)...
nss-3.117/nss/lib/softoken/sdb.c:2395:37: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2395:37: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def947]
nss-3.117/nss/lib/softoken/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2406:18: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def948]
nss-3.117/nss/lib/softoken/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2406:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def949]
nss-3.117/nss/lib/softoken/sdb.c:2406:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2406:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def950]
nss-3.117/nss/lib/softoken/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2410:18: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def951]
nss-3.117/nss/lib/softoken/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2410:18: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def952]
nss-3.117/nss/lib/softoken/sdb.c:2410:18: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2410:18: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def953]
nss-3.117/nss/lib/softoken/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2374:30: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2418:9: danger: ‘<unknown>’ leaks here; was allocated at [(17)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/16)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def954]
nss-3.117/nss/lib/softoken/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2418:9: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def955]
nss-3.117/nss/lib/softoken/sdb.c:2418:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2363:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2367:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2370:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2374:30: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2375:12: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2403:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2406:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2407:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2410:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2411:12: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2415:9: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2418:9: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def956]
nss-3.117/nss/lib/softoken/sdb.c:2423:24: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2423:24: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def957]
nss-3.117/nss/lib/softoken/sdb.c:2423:24: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2423:24: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def958]
nss-3.117/nss/lib/softoken/sdb.c:2430:29: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2430:29: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def959]
nss-3.117/nss/lib/softoken/sdb.c:2430:29: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2430:29: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def960]
nss-3.117/nss/lib/softoken/sdb.c:2431:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb_p’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2345:27: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2431:20: danger: ‘sdb_p’ leaks here; was allocated at [(11)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def961]
nss-3.117/nss/lib/softoken/sdb.c:2431:20: warning[-Wanalyzer-malloc-leak]: leak of ‘sdb’
nss-3.117/nss/lib/softoken/sdb.c:2102:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2106:14: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2107:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/softoken/sdb.c:2118:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2209:15: branch_false: following ‘false’ branch (when ‘flags == 1’)...
nss-3.117/nss/lib/softoken/sdb.c:2229:8: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2320:8: branch_false: following ‘false’ branch (when ‘enableCache == 0’)...
nss-3.117/nss/lib/softoken/sdb.c:2340:18: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2340:18: acquire_memory: allocated here
nss-3.117/nss/lib/softoken/sdb.c:2341:8: branch_false: following ‘false’ branch (when ‘sdb’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2345:27: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2346:8: branch_false: following ‘false’ branch (when ‘sdb_p’ is non-NULL)...
nss-3.117/nss/lib/softoken/sdb.c:2354:5: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:8: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2356:10: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2355:9: branch_false: following ‘false’ branch (when the strings are non-equal)...
nss-3.117/nss/lib/softoken/sdb.c:2423:24: branch_false: ...to here
nss-3.117/nss/lib/softoken/sdb.c:2431:20: danger: ‘sdb’ leaks here; was allocated at [(9)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/8)
Error: CPPCHECK_WARNING (CWE-758): [#def962]
nss-3.117/nss/lib/ssl/ssl3con.c:13160: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def963]
nss-3.117/nss/lib/ssl/ssl3con.c:13167: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def964]
nss-3.117/nss/lib/ssl/ssl3con.c:13174: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def965]
nss-3.117/nss/lib/ssl/ssl3con.c:13200: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def966]
nss-3.117/nss/lib/ssl/ssl3con.c:13202: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def967]
nss-3.117/nss/lib/ssl/ssl3con.c:13220: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def968]
nss-3.117/nss/lib/ssl/ssl3con.c:13239: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def969]
nss-3.117/nss/lib/ssl/ssl3con.c:13254: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-457): [#def970]
nss-3.117/nss/lib/ssl/ssl3con.c:14245: warning[uninitvar]: Uninitialized variable: schemes
Error: GCC_ANALYZER_WARNING (CWE-457): [#def971]
nss-3.117/nss/lib/ssl/sslinfo.c:117:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&inf’
nss-3.117/nss/lib/ssl/sslinfo.c:23:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:29:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:35:5: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslinfo.c:117:5: danger: use of uninitialized value ‘&inf’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def972]
nss-3.117/nss/lib/ssl/sslinfo.c:185:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&inf’
nss-3.117/nss/lib/ssl/sslinfo.c:133:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:139:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:146:5: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslinfo.c:158:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:176:30: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslinfo.c:183:25: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslinfo.c:183:5: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslinfo.c:185:5: danger: use of uninitialized value ‘&inf’ here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def973]
nss-3.117/nss/lib/ssl/sslnonce.c:1170:12: warning[-Wanalyzer-infinite-loop]: infinite loop
nss-3.117/nss/lib/ssl/sslnonce.c:1167:1: enter_function: entry to ‘SSL_ClearSessionCache’
nss-3.117/nss/lib/ssl/sslnonce.c:1170:12: danger: infinite loop here
nss-3.117/nss/lib/ssl/sslnonce.c:1170:12: branch_true: if it ever follows ‘true’ branch, it will always do so...
nss-3.117/nss/lib/ssl/sslnonce.c:1171:9: call_function: inlined call to ‘UncacheSID’ from ‘SSL_ClearSessionCache’
branch_true: ...to here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def974]
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: warning[-Wanalyzer-jump-through-null]: jump through null pointer
nss-3.117/nss/lib/ssl/sslsock.c:2461:1: enter_function: entry to ‘SSL_ReconfigFD’
nss-3.117/nss/lib/ssl/sslsock.c:2467:8: branch_false: following ‘false’ branch (when ‘model’ is non-NULL)...
nss-3.117/nss/lib/ssl/sslsock.c:2471:10: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2471:10: call_function: calling ‘ssl_FindSocket’ from ‘SSL_ReconfigFD’
nss-3.117/nss/lib/ssl/sslsock.c:2471:10: return_function: returning to ‘SSL_ReconfigFD’ from ‘ssl_FindSocket’
nss-3.117/nss/lib/ssl/sslsock.c:2472:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:2477:10: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2477:10: call_function: calling ‘ssl_FindSocket’ from ‘SSL_ReconfigFD’
nss-3.117/nss/lib/ssl/sslsock.c:2477:10: return_function: returning to ‘SSL_ReconfigFD’ from ‘ssl_FindSocket’
nss-3.117/nss/lib/ssl/sslsock.c:2479:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:2484:5: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2498:8: branch_false: following ‘false’ branch...
branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2533:10: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: branch_true: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: call_function: calling ‘SSL_GetExperimentalAPI’ from ‘SSL_ReconfigFD’
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: return_function: returning to ‘SSL_ReconfigFD’ from ‘SSL_GetExperimentalAPI’
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: branch_true: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: call_function: calling ‘SSL_GetExperimentalAPI’ from ‘SSL_ReconfigFD’
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: return_function: returning to ‘SSL_ReconfigFD’ from ‘SSL_GetExperimentalAPI’
nss-3.117/nss/lib/ssl/sslsock.c:2536:14: danger: jump through null pointer here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def975]
nss-3.117/nss/lib/ssl/sslsock.c:4705:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&token’
nss-3.117/nss/lib/ssl/sslsock.c:4668:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:4677:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:4683:22: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:4687:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/sslsock.c:4690:8: branch_false: ...to here
nss-3.117/nss/lib/ssl/sslsock.c:4705:5: danger: use of uninitialized value ‘&token’ here
Error: CPPCHECK_WARNING (CWE-758): [#def976]
nss-3.117/nss/lib/ssl/tls13con.c:6479: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-476): [#def977]
nss-3.117/nss/lib/ssl/tls13ech.c:2363:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tmpEchInner’
nss-3.117/nss/lib/ssl/tls13ech.c:2333:14: release_memory: ‘tmpEchInner’ is NULL
nss-3.117/nss/lib/ssl/tls13ech.c:2345:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/ssl/tls13ech.c:2355:5: branch_false: ...to here
nss-3.117/nss/lib/ssl/tls13ech.c:2357:8: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/ssl/tls13ech.c:2358:9: branch_true: ...to here
nss-3.117/nss/lib/ssl/tls13ech.c:2363:24: release_memory: ‘tmpEchInner’ is NULL
nss-3.117/nss/lib/ssl/tls13ech.c:2363:13: danger: dereference of NULL ‘tmpEchInner’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def978]
nss-3.117/nss/lib/util/secasn1d.c:1079:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘*state.parent’
nss-3.117/nss/lib/util/secasn1d.c:2754:1: enter_function: entry to ‘SEC_ASN1DecoderUpdate_Util’
nss-3.117/nss/lib/util/secasn1d.c:2764:12: branch_true: following ‘true’ branch...
nss-3.117/nss/lib/util/secasn1d.c:2765:9: branch_true: ...to here
nss-3.117/nss/lib/util/secasn1d.c:2796:17: call_function: calling ‘sec_asn1d_prepare_for_contents’ from ‘SEC_ASN1DecoderUpdate_Util’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def979]
nss-3.117/nss/lib/util/utilmod.c:261:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def980]
nss-3.117/nss/lib/util/utilmod.c:261:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def981]
nss-3.117/nss/lib/util/utilmod.c:261:25: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def982]
nss-3.117/nss/lib/util/utilmod.c:263:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def983]
nss-3.117/nss/lib/util/utilmod.c:263:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def984]
nss-3.117/nss/lib/util/utilmod.c:263:9: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def985]
nss-3.117/nss/lib/util/utilmod.c:301:30: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def986]
nss-3.117/nss/lib/util/utilmod.c:301:30: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def987]
nss-3.117/nss/lib/util/utilmod.c:352:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def988]
nss-3.117/nss/lib/util/utilmod.c:352:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def989]
nss-3.117/nss/lib/util/utilmod.c:360:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def990]
nss-3.117/nss/lib/util/utilmod.c:360:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def991]
nss-3.117/nss/lib/util/utilmod.c:460:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def992]
nss-3.117/nss/lib/util/utilmod.c:460:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def993]
nss-3.117/nss/lib/util/utilmod.c:481:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def994]
nss-3.117/nss/lib/util/utilmod.c:481:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def995]
nss-3.117/nss/lib/util/utilmod.c:486:31: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def996]
nss-3.117/nss/lib/util/utilmod.c:486:31: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def997]
nss-3.117/nss/lib/util/utilmod.c:501:27: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def998]
nss-3.117/nss/lib/util/utilmod.c:501:27: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def999]
nss-3.117/nss/lib/util/utilmod.c:505:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1000]
nss-3.117/nss/lib/util/utilmod.c:505:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1001]
nss-3.117/nss/lib/util/utilmod.c:511:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1002]
nss-3.117/nss/lib/util/utilmod.c:511:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1003]
nss-3.117/nss/lib/util/utilmod.c:518:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1004]
nss-3.117/nss/lib/util/utilmod.c:518:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1005]
nss-3.117/nss/lib/util/utilmod.c:520:35: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1006]
nss-3.117/nss/lib/util/utilmod.c:520:35: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1007]
nss-3.117/nss/lib/util/utilmod.c:544:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1008]
nss-3.117/nss/lib/util/utilmod.c:544:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1009]
nss-3.117/nss/lib/util/utilmod.c:568:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1010]
nss-3.117/nss/lib/util/utilmod.c:568:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1011]
nss-3.117/nss/lib/util/utilmod.c:603:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1012]
nss-3.117/nss/lib/util/utilmod.c:603:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1013]
nss-3.117/nss/lib/util/utilmod.c:604:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1014]
nss-3.117/nss/lib/util/utilmod.c:604:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1015]
nss-3.117/nss/lib/util/utilmod.c:634:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1016]
nss-3.117/nss/lib/util/utilmod.c:634:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1017]
nss-3.117/nss/lib/util/utilmod.c:638:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1018]
nss-3.117/nss/lib/util/utilmod.c:638:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1019]
nss-3.117/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1020]
nss-3.117/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1021]
nss-3.117/nss/lib/util/utilmod.c:723:12: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1022]
nss-3.117/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1023]
nss-3.117/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1024]
nss-3.117/nss/lib/util/utilmod.c:727:11: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1025]
nss-3.117/nss/lib/util/utilmod.c:748:38: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1026]
nss-3.117/nss/lib/util/utilmod.c:748:38: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1027]
nss-3.117/nss/lib/util/utilmod.c:748:38: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1028]
nss-3.117/nss/lib/util/utilmod.c:750:37: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1029]
nss-3.117/nss/lib/util/utilmod.c:750:37: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1030]
nss-3.117/nss/lib/util/utilmod.c:750:37: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1031]
nss-3.117/nss/lib/util/utilmod.c:754:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1032]
nss-3.117/nss/lib/util/utilmod.c:754:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1033]
nss-3.117/nss/lib/util/utilmod.c:754:17: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:924:22: call_function: calling ‘nssutil_AddSecmodDBEntry’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1034]
nss-3.117/nss/lib/util/utilmod.c:770:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1035]
nss-3.117/nss/lib/util/utilmod.c:770:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dbname, "r")’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1036]
nss-3.117/nss/lib/util/utilmod.c:770:13: warning[-Wanalyzer-malloc-leak]: leak of ‘lfopen(PORT_Strdup_Util(dbname), 0, file_mode)’
nss-3.117/nss/lib/util/utilmod.c:898:1: enter_function: entry to ‘NSSUTIL_DoModuleDBFunction’
nss-3.117/nss/lib/util/utilmod.c:910:8: branch_false: following ‘false’ branch...
nss-3.117/nss/lib/util/utilmod.c:918:5: branch_false: ...to here
nss-3.117/nss/lib/util/utilmod.c:920:21: call_function: calling ‘nssutil_ReadSecmodDB’ from ‘NSSUTIL_DoModuleDBFunction’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1037]
nss-3.117/nss/lib/util/utilpars.c:1141:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
nss-3.117/nss/lib/util/utilpars.c:1140:17: branch_true: following ‘true’ branch (when ‘i < slotCount’)...
nss-3.117/nss/lib/util/utilpars.c:1141:44: branch_true: ...to here
nss-3.117/nss/lib/util/utilpars.c:1144:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1144:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1144:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1144:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1140:17: branch_true: following ‘true’ branch (when ‘i < slotCount’)...
nss-3.117/nss/lib/util/utilpars.c:1141:44: branch_true: ...to here
nss-3.117/nss/lib/util/utilpars.c:1141:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1143:9: release_memory: ‘*slotStrings’ is NULL
nss-3.117/nss/lib/util/utilpars.c:1141:9: danger: argument 2 (‘*<unknown>’) NULL where non-null expected
Scan Properties
| analyzer-version-clippy | 1.90.0 |
| analyzer-version-cppcheck | 2.18.3 |
| analyzer-version-gcc | 15.2.1 |
| 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-39.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-gcc-latest-x86_64 |
| project-name | nss-3.117.0-1.fc44 |
| store-results-to | /tmp/tmpigduwc4z/nss-3.117.0-1.fc44.tar.xz |
| time-created | 2025-10-28 19:34:54 |
| time-finished | 2025-10-28 19:43:57 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpigduwc4z/nss-3.117.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpigduwc4z/nss-3.117.0-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251027.143044.ge6b947b-1.el9 |