makedumpfile-1.7.7-1.fc43
List of Findings
Error: GCC_ANALYZER_WARNING (CWE-674): [#def1]
makedumpfile-1.7.7/arch/x86_64.c:495:21: warning[-Wanalyzer-infinite-recursion]: infinite recursion
makedumpfile-1.7.7/arch/x86_64.c:482:1: enter_function: entry to ‘kvtop_xen_x86_64’
makedumpfile-1.7.7/arch/x86_64.c:486:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/arch/x86_64.c:489:13: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:495:21: call_function: calling ‘kvtop_xen_x86_64’ from ‘kvtop_xen_x86_64’
Error: CPPCHECK_WARNING (CWE-476): [#def2]
makedumpfile-1.7.7/arch/x86_64.c:893: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: GCC_ANALYZER_WARNING (CWE-476): [#def3]
makedumpfile-1.7.7/arch/x86_64.c:893:49: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘vmapp’
makedumpfile-1.7.7/arch/x86_64.c:735:62: branch_true: following ‘true’ branch (when ‘pgdindex < num_puds’)...
makedumpfile-1.7.7/arch/x86_64.c:739:22: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:739:20: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/arch/x86_64.c:746:26: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:747:20: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/arch/x86_64.c:750:22: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:750:20: branch_false: following ‘false’ branch...
branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:758:41: branch_true: following ‘true’ branch (when ‘pudindex != 512’)...
makedumpfile-1.7.7/arch/x86_64.c:759:36: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:761:28: branch_false: following ‘false’ branch (when ‘pmd_addr != 0’)...
makedumpfile-1.7.7/arch/x86_64.c:763:30: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:763:28: branch_false: following ‘false’ branch...
branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:770:41: branch_true: following ‘true’ branch (when ‘pmdindex != 512’)...
makedumpfile-1.7.7/arch/x86_64.c:772:33: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:776:36: branch_false: following ‘false’ branch (when ‘high_pfn > tpfn’)...
makedumpfile-1.7.7/arch/x86_64.c:791:49: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:845:44: branch_false: following ‘false’ branch (when ‘last_valid == 0’)...
makedumpfile-1.7.7/arch/x86_64.c:858:41: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:770:41: branch_true: following ‘true’ branch (when ‘pmdindex != 512’)...
makedumpfile-1.7.7/arch/x86_64.c:772:33: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:776:36: branch_false: following ‘false’ branch (when ‘high_pfn > tpfn’)...
makedumpfile-1.7.7/arch/x86_64.c:791:49: branch_false: ...to here
makedumpfile-1.7.7/arch/x86_64.c:845:44: branch_true: following ‘true’ branch (when ‘last_valid != 0’)...
branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:866:36: branch_true: following ‘true’ branch (when ‘do_break != 0’)...
makedumpfile-1.7.7/arch/x86_64.c:871:44: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:871:44: branch_true: following ‘true’ branch (when ‘break_in_valids != 0’)...
makedumpfile-1.7.7/arch/x86_64.c:878:65: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:890:77: acquire_memory: this call could return NULL
makedumpfile-1.7.7/arch/x86_64.c:893:49: danger: ‘vmapp’ could be NULL: unchecked value from [(31)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/30)
Error: CPPCHECK_WARNING (CWE-476): [#def4]
makedumpfile-1.7.7/arch/x86_64.c:895: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def5]
makedumpfile-1.7.7/arch/x86_64.c:899: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def6]
makedumpfile-1.7.7/arch/x86_64.c:900: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def7]
makedumpfile-1.7.7/arch/x86_64.c:942: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
makedumpfile-1.7.7/arch/x86_64.c:942:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘vmapp’
makedumpfile-1.7.7/arch/x86_64.c:941:37: acquire_memory: this call could return NULL
makedumpfile-1.7.7/arch/x86_64.c:942:9: danger: ‘vmapp’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def9]
makedumpfile-1.7.7/arch/x86_64.c:943: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def10]
makedumpfile-1.7.7/arch/x86_64.c:944: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def11]
makedumpfile-1.7.7/arch/x86_64.c:945: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def12]
makedumpfile-1.7.7/arch/x86_64.c:965: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
makedumpfile-1.7.7/arch/x86_64.c:965:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘vmapp’
makedumpfile-1.7.7/arch/x86_64.c:946:12: branch_true: following ‘true’ branch (when ‘vmaphead’ is NULL)...
makedumpfile-1.7.7/arch/x86_64.c:948:17: branch_true: ...to here
makedumpfile-1.7.7/arch/x86_64.c:961:42: acquire_memory: this call could return NULL
makedumpfile-1.7.7/arch/x86_64.c:965:17: danger: ‘vmapp’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def14]
makedumpfile-1.7.7/arch/x86_64.c:966: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def15]
makedumpfile-1.7.7/arch/x86_64.c:967: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: CPPCHECK_WARNING (CWE-476): [#def16]
makedumpfile-1.7.7/arch/x86_64.c:968: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vmapp
Error: GCC_ANALYZER_WARNING: [#def17]
makedumpfile-1.7.7/dwarf_info.c:302:19: warning[-Wanalyzer-fd-use-without-check]: ‘dup’ on possibly invalid file descriptor ‘dwarf_info.fd_debuginfo’
makedumpfile-1.7.7/dwarf_info.c:1599:1: enter_function: entry to ‘get_die_length’
makedumpfile-1.7.7/dwarf_info.c:1604:12: branch_false: following ‘false’ branch (when ‘die_off != 0’)...
makedumpfile-1.7.7/dwarf_info.c:1607:14: branch_false: ...to here
makedumpfile-1.7.7/dwarf_info.c:1607:14: call_function: calling ‘get_die_from_offset’ from ‘get_die_length’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def18]
makedumpfile-1.7.7/dwarf_info.c:995:13: warning[-Wanalyzer-null-argument]: use of NULL ‘name’ where non-null expected
makedumpfile-1.7.7/dwarf_info.c:1578:1: enter_function: entry to ‘get_die_offset’
makedumpfile-1.7.7/dwarf_info.c:1582:9: release_memory: ‘0’ is NULL
makedumpfile-1.7.7/dwarf_info.c:1586:12: branch_false: following ‘false’ branch (when ‘sysname’ is non-NULL)...
makedumpfile-1.7.7/dwarf_info.c:1589:14: branch_false: ...to here
makedumpfile-1.7.7/dwarf_info.c:1589:14: call_function: calling ‘get_debug_info’ from ‘get_die_offset’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def19]
makedumpfile-1.7.7/dwarf_info.c:1666:14: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘dwarf_info.module_name’ where non-null expected
makedumpfile-1.7.7/dwarf_info.c:1636:12: branch_false: following ‘false’ branch (when ‘mod_name’ is non-NULL)...
makedumpfile-1.7.7/dwarf_info.c:1638:13: branch_false: ...to here
makedumpfile-1.7.7/dwarf_info.c:1659:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/dwarf_info.c:1662:9: branch_false: ...to here
makedumpfile-1.7.7/dwarf_info.c:1664:34: acquire_memory: this call could return NULL
makedumpfile-1.7.7/dwarf_info.c:1666:14: danger: argument 1 (‘strdup(mod_name)’) from [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4) could be NULL where non-null expected
Error: COMPILER_WARNING (CWE-665): [#def20]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/baseops.c:8199:67: warning[-Wmissing-braces]: missing braces around initializer
Error: CPPCHECK_WARNING (CWE-823): [#def21]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/baseops.c:8344: error[arrayIndexOutOfBounds]: Array 'opfuncs[8][8][16]' accessed at index opfuncs[*][*][16], which is out of bounds.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1754:11: warning[-Wanalyzer-malloc-leak]: leak of ‘yyptr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1716:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1780:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1780:6: branch_false: following ‘false’ branch (when ‘yystate != 41’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1783:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1795:6: branch_false: following ‘false’ branch (when ‘yyn != -176’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1801:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1801:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1803:7: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1813:11: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1825:17: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1832:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1835:6: branch_false: following ‘false’ branch (when ‘yyn > 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1845:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1845:6: branch_false: following ‘false’ branch (when ‘yyerrstatus == 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1849:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1716:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1722:34: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1745:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1747:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1754:11: acquire_memory: allocated here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1756:12: branch_false: following ‘false’ branch (when ‘yyptr’ is non-NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1758:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1761:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1766:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1774:10: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1780:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1780:6: branch_false: following ‘false’ branch (when ‘yystate != 41’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1783:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1795:6: branch_false: following ‘false’ branch (when ‘yyn != -176’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1801:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1801:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1803:7: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1807:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1813:11: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1813:11: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1819:7: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:2919:10: branch_true: following ‘true’ branch (when ‘yyn != -176’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:2921:11: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:2922:14: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:2925:18: branch_true: following ‘true’ branch (when ‘yyn > 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:2943:3: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1714:3: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1716:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1716:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1722:34: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1745:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1747:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1754:11: danger: ‘yyptr’ leaks here; was allocated at [(21)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/20)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def23]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1758:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1716:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1722:34: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1745:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1747:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1756:12: branch_false: following ‘false’ branch (when ‘yyptr’ is non-NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1758:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.tab.c:1758:9: danger: use of uninitialized value ‘yyss’ here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:204:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:200:7: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:202:17: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:203:26: acquire_memory: allocated here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:204:9: danger: ‘<unknown>’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def25]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:225: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: bl
Error: GCC_ANALYZER_WARNING (CWE-476): [#def26]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:225:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘m’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:200:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:214:11: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:214:11: acquire_memory: this call could return NULL
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:225:5: danger: ‘m’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def27]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:226: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: bl
Error: CPPCHECK_WARNING (CWE-476): [#def28]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:227: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: bl
Error: CPPCHECK_WARNING (CWE-476): [#def29]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:228: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: bl
Error: CPPCHECK_WARNING (CWE-682): [#def30]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:229: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def31]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_alloc.c:230: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: COMPILER_WARNING: [#def32]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c: scope_hint: In function ‘eppic_getctype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:456:13: warning[-Wframe-address]: calling ‘__builtin_return_address’ with a nonzero argument is unsafe
Error: GCC_ANALYZER_WARNING (CWE-476): [#def33]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:683:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:862:1: enter_function: entry to ‘eppic_ctype_decl’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:870:12: branch_true: following ‘true’ branch (when ‘n’ is non-NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:870:14: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:878:9: call_function: calling ‘eppic_chkctype’ from ‘eppic_ctype_decl’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:878:9: return_function: returning to ‘eppic_ctype_decl’ from ‘eppic_chkctype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:896:23: branch_true: following ‘true’ branch (when ‘v != list’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:898:24: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:906:11: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:962:16: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:999:27: call_function: calling ‘eppic_getalign’ from ‘eppic_ctype_decl’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def34]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:725:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:862:1: enter_function: entry to ‘eppic_ctype_decl’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:870:12: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.c:878:9: call_function: calling ‘eppic_chkctype’ from ‘eppic_ctype_decl’
Error: COMPILER_WARNING (CWE-1164): [#def35]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_define.c: scope_hint: At top level
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_define.c:67:1: warning[-Wunused-function]: ‘pmacs’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def36]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_define.c:86:12: warning[-Wunused-variable]: unused variable ‘mm’
Error: COMPILER_WARNING (CWE-563): [#def37]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_define.c: scope_hint: In function ‘eppic_getmac’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_define.c:89:5: warning[-Wunused-variable]: unused variable ‘nosubs’
Error: COMPILER_WARNING: [#def38]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c: scope_hint: In function ‘eppic_getnxtfct’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:786:21: warning[-Wstringop-truncation]: ‘__strncpy_chk’ specified bound depends on the length of the source argument
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:777:19: note: length computed here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def39]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:879:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fall’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1033:1: enter_function: entry to ‘eppic_newfunc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1037:7: branch_false: following ‘false’ branch (when ‘fvar != v’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1047:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1104:16: call_function: calling ‘eppic_getfbyname’ from ‘eppic_newfunc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1104:16: return_function: returning to ‘eppic_newfunc’ from ‘eppic_getfbyname’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1104:11: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1125:9: call_function: inlined call to ‘eppic_insertfunc’ from ‘eppic_newfunc’
Error: CPPCHECK_WARNING (CWE-457): [#def40]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:947: error[legacyUninitvar]: Uninitialized variable: retval
Error: CPPCHECK_WARNING (CWE-457): [#def41]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_func.c:1197: error[legacyUninitvar]: Uninitialized variable: exval
Error: COMPILER_WARNING (CWE-704): [#def42]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_input.c:482:18: warning[-Wlto-type-mismatch]: type of ‘eppicpprestart’ does not match original declaration
eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/<stdout>:1648:10: note: type mismatch in parameter 1
eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/<stdout>:1648:10: note: ‘eppicpprestart’ was previously declared here
eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/<stdout>:1648:10: note: code may be misoptimized unless ‘-fno-strict-aliasing’ is used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def43]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:728:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘v’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:444:1: enter_function: entry to ‘eppic_exeop’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:455:9: call_function: inlined call to ‘getop’ from ‘eppic_exeop’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:690:11: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:709:18: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:709:18: branch_true: following ‘true’ branch (when ‘v1’ is NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:709:18: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:728:9: danger: dereference of NULL ‘v’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def44]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:836:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:835:31: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:836:21: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def45]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:843:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:841:28: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:843:33: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def46]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:845:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:841:28: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:845:33: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def47]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:847:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:841:28: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:847:33: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def48]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:849:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:841:28: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:849:33: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def49]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:860:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:858:20: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:858:19: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:860:40: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:860:21: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def50]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:865:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:858:20: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:858:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:865:40: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:865:21: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def51]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:871:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘madr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:812:7: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:819:12: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:826:15: branch_true: following ‘true’ branch (when ‘n != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:828:13: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:830:15: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:833:19: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:841:28: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_op.c:871:13: danger: use of uninitialized value ‘madr’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def52]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:82:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:794:1: enter_function: entry to ‘eppic_parsetype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:802:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:806:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:836:7: branch_true: following ‘true’ branch (when ‘ctype != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:838:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:843:11: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:845:15: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:845:15: branch_false: following ‘false’ branch (when ‘ref == 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:851:17: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:856:9: call_function: calling ‘eppic_duptype’ from ‘eppic_parsetype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:856:9: return_function: returning to ‘eppic_parsetype’ from ‘eppic_duptype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:857:9: call_function: calling ‘eppic_freetype’ from ‘eppic_parsetype’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def53]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:204:5: warning[-Wanalyzer-null-argument]: use of NULL ‘ts’ where non-null expected
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:794:1: enter_function: entry to ‘eppic_parsetype’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:802:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:806:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:836:7: branch_true: following ‘true’ branch (when ‘ctype != 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:838:20: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:843:11: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:845:15: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:845:15: branch_false: following ‘false’ branch (when ‘ref == 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:851:17: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:856:9: call_function: calling ‘eppic_duptype’ from ‘eppic_parsetype’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def54]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:820:9: warning[-Wanalyzer-null-argument]: use of NULL ‘tok’ where non-null expected
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:802:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:803:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:13: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:804:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:806:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_type.c:820:9: danger: argument 1 (‘tok’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-476): [#def55]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c: scope_hint: In function ‘eppic_ptr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:557:29: warning[-Wnonnull]: argument 2 null where non-null expected
/usr/include/features.h:524: included_from: Included from here.
/usr/include/bits/libc-header-start.h:33: included_from: Included from here.
/usr/include/stdint.h:26: included_from: Included from here.
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h:11: included_from: Included from here.
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_api.h:65: included_from: Included from here.
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic.h:15: included_from: Included from here.
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:15: included_from: Included from here.
/usr/include/bits/string_fortified.h:77:1: note: in a call to function ‘strcpy’ declared ‘nonnull’
Error: COMPILER_WARNING (CWE-697): [#def56]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:567:38: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[5].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-697): [#def57]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:567:54: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[3].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-697): [#def58]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:567:73: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[10].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-697): [#def59]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:567:88: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[8].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-697): [#def60]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:567:106: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[11].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-697): [#def61]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:609:32: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the pointer operand in ‘pi + (sizetype)matches[11].rm_so’ must not be NULL
Error: COMPILER_WARNING (CWE-563): [#def62]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c: scope_hint: In function ‘eppic_setclass’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:799:7: warning[-Wunused-variable]: unused variable ‘j’
Error: CPPCHECK_WARNING (CWE-476): [#def63]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:814: warning[nullPointer]: Possible null pointer dereference: name
Error: GCC_ANALYZER_WARNING (CWE-688): [#def64]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:814:57: warning[-Wanalyzer-null-argument]: use of NULL ‘name’ where non-null expected
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:821:1: enter_function: entry to ‘eppic_dbg’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:825:5: call_function: calling ‘eppic_dbg_all’ from ‘eppic_dbg’
Error: COMPILER_WARNING (CWE-476): [#def65]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:814:57: warning[-Wnonnull]: argument 1 null where non-null expected
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_util.c:16: included_from: Included from here.
/usr/include/string.h: scope_hint: In function ‘eppic_dbg’
/usr/include/string.h:156:12: note: in a call to function ‘strcmp’ declared ‘nonnull’
Error: COMPILER_WARNING (CWE-1164): [#def66]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_var.c: scope_hint: In function ‘eppic_vardecl’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_var.c:216:1: warning[-Wunused-label]: label ‘next’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def67]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_var.c: scope_hint: In function ‘eppic_getvarbyname’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppic_var.c:644:11: warning[-Wunused-variable]: unused variable ‘mem’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1055:11: warning[-Wanalyzer-malloc-leak]: leak of ‘yyptr’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1017:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1081:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1081:6: branch_false: following ‘false’ branch (when ‘yystate != 16’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1084:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1096:6: branch_false: following ‘false’ branch (when ‘yyn != -26’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1102:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1102:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1104:7: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1114:11: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1126:17: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1133:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1136:6: branch_false: following ‘false’ branch (when ‘yyn > 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1146:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1146:6: branch_false: following ‘false’ branch (when ‘yyerrstatus == 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1150:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1017:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1023:28: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1046:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1048:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1055:11: acquire_memory: allocated here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1057:12: branch_false: following ‘false’ branch (when ‘yyptr’ is non-NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1059:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1062:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1067:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1075:10: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1081:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1081:6: branch_false: following ‘false’ branch (when ‘yystate != 16’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1084:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1096:6: branch_false: following ‘false’ branch (when ‘yyn != -26’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1102:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1102:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1104:7: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1133:6: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1136:6: branch_false: following ‘false’ branch (when ‘yyn > 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1146:6: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1146:6: branch_false: following ‘false’ branch (when ‘yyerrstatus == 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1150:3: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1015:3: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1017:26: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1017:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1023:28: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1046:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1048:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1055:11: danger: ‘yyptr’ leaks here; was allocated at [(21)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/20)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def69]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1059:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1017:6: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1023:28: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1046:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1048:7: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1057:12: branch_false: following ‘false’ branch (when ‘yyptr’ is non-NULL)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1059:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:1059:9: danger: use of uninitialized value ‘yyss’ here
Error: COMPILER_WARNING (CWE-704): [#def70]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.h:103:16: warning[-Wlto-type-mismatch]: type of ‘eppicpplval’ does not match original declaration
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:939:9: note: ‘eppicpplval’ was previously declared here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.tab.c:939:9: note: code may be misoptimized unless ‘-fno-strict-aliasing’ is used
Error: COMPILER_WARNING (CWE-563): [#def71]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.y: scope_hint: In function ‘eppicppparse’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/eppicpp.y:64:102: warning[-Wunused-value]: statement with no effect
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2085:33: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.yy_ch_buf’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2018:12: enter_function: entry to ‘yy_get_next_buffer’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2025:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2029:14: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2029:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2051:33: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2056:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2065:25: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2067:25: branch_true: following ‘true’ branch (when ‘num_to_read <= 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2071:45: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2087:41: call_function: calling ‘eppicrealloc’ from ‘yy_get_next_buffer’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2087:41: return_function: returning to ‘yy_get_next_buffer’ from ‘eppicrealloc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2094:28: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2098:40: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2067:25: branch_true: following ‘true’ branch (when ‘num_to_read <= 0’)...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2071:45: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2076:28: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2078:48: branch_true: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2087:41: call_function: calling ‘eppicrealloc’ from ‘yy_get_next_buffer’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2087:41: return_function: returning to ‘yy_get_next_buffer’ from ‘eppicrealloc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2085:33: danger: ‘*b.yy_ch_buf’ leaks here; was allocated at [(12)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/11)
Error: COMPILER_WARNING (CWE-1164): [#def73]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2256:16: warning[-Wunused-function]: ‘input’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-401): [#def74]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2407:12: warning[-Wanalyzer-malloc-leak]: leak of ‘eppicalloc(64)’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2393:21: enter_function: entry to ‘eppic_create_buffer’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2397:31: call_function: calling ‘eppicalloc’ from ‘eppic_create_buffer’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2397:31: return_function: returning to ‘eppic_create_buffer’ from ‘eppicalloc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2398:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2401:9: branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2407:12: danger: ‘eppicalloc(64)’ leaks here; was allocated at [(4)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/3)
Error: CPPCHECK_WARNING (CWE-476): [#def75]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2447: warning[nullPointer]: Possible null pointer dereference: b
Error: CPPCHECK_WARNING (CWE-476): [#def76]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2448: warning[nullPointer]: Possible null pointer dereference: b
Error: GCC_ANALYZER_WARNING (CWE-401): [#def77]
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2661:32: warning[-Wanalyzer-malloc-leak]: leak of ‘eppicalloc(n)’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2645:17: enter_function: entry to ‘eppic_scan_bytes’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2654:24: call_function: calling ‘eppicalloc’ from ‘eppic_scan_bytes’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2654:24: return_function: returning to ‘eppic_scan_bytes’ from ‘eppicalloc’
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2655:12: branch_false: following ‘false’ branch...
branch_false: ...to here
makedumpfile-1.7.7/eppic-63c2a2072464d774097a1a6cc1d2e98290f89c49/libeppic/lex.eppic.c:2663:13: call_function: calling ‘eppic_scan_buffer’ from ‘eppic_scan_bytes’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def78]
makedumpfile-1.7.7/erase_info.c:477:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
makedumpfile-1.7.7/erase_info.c:2334:1: enter_function: entry to ‘gather_filter_info’
makedumpfile-1.7.7/erase_info.c:2344:14: call_function: calling ‘load_module_symbols’ from ‘gather_filter_info’
makedumpfile-1.7.7/erase_info.c:2344:14: return_function: returning to ‘gather_filter_info’ from ‘load_module_symbols’
makedumpfile-1.7.7/erase_info.c:2344:12: branch_false: following ‘false’ branch...
makedumpfile-1.7.7/erase_info.c:2353:17: branch_false: ...to here
makedumpfile-1.7.7/erase_info.c:2353:12: branch_true: following ‘true’ branch...
makedumpfile-1.7.7/erase_info.c:2354:23: branch_true: ...to here
makedumpfile-1.7.7/erase_info.c:2354:23: call_function: calling ‘process_config_file’ from ‘gather_filter_info’
Error: CPPCHECK_WARNING (CWE-401): [#def79]
makedumpfile-1.7.7/erase_info.c:1543: error[memleakOnRealloc]: Common realloc mistake: 'erase_info' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-457): [#def80]
makedumpfile-1.7.7/makedumpfile.c:8991: error[uninitvar]: Uninitialized variable: z_stream
Error: CPPCHECK_WARNING (CWE-401): [#def81]
makedumpfile-1.7.7/makedumpfile.c:9254: error[memleakOnRealloc]: Common realloc mistake: 'obuf' nulled but not freed upon failure
Error: CPPCHECK_WARNING (CWE-401): [#def82]
makedumpfile-1.7.7/makedumpfile.c:11449: error[memleakOnRealloc]: Common realloc mistake: 'data' nulled but not freed upon failure
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-170.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.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | makedumpfile-1.7.7-1.fc43 |
store-results-to | /tmp/tmpyrsekd7m/makedumpfile-1.7.7-1.fc43.tar.xz |
time-created | 2025-04-25 14:24:21 |
time-finished | 2025-04-25 14:26:06 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpyrsekd7m/makedumpfile-1.7.7-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpyrsekd7m/makedumpfile-1.7.7-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |