anaconda-43.46-1.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-457): [#def1]
/usr/lib/dracut/modules.d/80anaconda/anaconda-diskroot:86:21: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def2]
/usr/lib/dracut/modules.d/80anaconda/anaconda-hmcroot:18:24: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def3]
/usr/lib/dracut/modules.d/80anaconda/anaconda-lib.sh:166:40: warning[SC2154]: hookdir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def4]
/usr/lib/dracut/modules.d/80anaconda/anaconda-lib.sh:318:11: warning[SC2154]: parsed_kickstart is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def5]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:12:15: warning[SC2154]: root is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def6]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:16:9: warning[SC2154]: hookdir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def7]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:21:4: warning[SC2154]: prefix is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def8]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:49:26: warning[SC2154]: options is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def9]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:50:58: warning[SC2154]: server is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def10]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:50:66: warning[SC2154]: path is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def11]
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:62:32: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def12]
/usr/lib/dracut/modules.d/80anaconda/anaconda-pre-shutdown.sh:18:12: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def13]
/usr/lib/dracut/modules.d/80anaconda/anaconda-pre-shutdown.sh:18:21: warning[SC2154]: isodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def14]
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:39:55: warning[SC2154]: dd_type is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def15]
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:40:71: warning[SC2154]: dd_dev is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def16]
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:50:30: warning[SC2154]: hookdir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def17]
/usr/lib/dracut/modules.d/80anaconda/fetch-kickstart-net.sh:70:12: warning[SC2154]: hookdir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def18]
/usr/lib/dracut/modules.d/80anaconda/kickstart-genrules.sh:13:15: warning[SC2154]: kstype is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def19]
/usr/lib/dracut/modules.d/80anaconda/kickstart-genrules.sh:31:62: warning[SC2154]: hookdir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def20]
/usr/lib/dracut/modules.d/80anaconda/module-setup.sh:39:11: warning[SC2154]: moddir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def21]
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-kickstart.sh:34:18: warning[SC2154]: kspath is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def22]
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-options.sh:8:11: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def23]
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-options.sh:8:22: warning[SC2154]: isodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def24]
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-repo.sh:24:11: warning[SC2154]: repotype is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def25]
/usr/lib/dracut/modules.d/80anaconda/repo-genrules.sh:7:7: warning[SC2154]: root is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def26]
/usr/lib/dracut/modules.d/80anaconda/repo-genrules.sh:13:45: warning[SC2154]: diskpath is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def27]
/usr/lib/dracut/modules.d/80anaconda/save-initramfs.sh:9:11: warning[SC2154]: repodir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def28]
/usr/lib/dracut/modules.d/80anaconda/updates-genrules.sh:6:9: warning[SC2154]: anac_updates is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def29]
/usr/lib/dracut/modules.d/80anaconda/updates-genrules.sh:21:74: warning[SC2154]: path is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def30]
/usr/libexec/anaconda/log-capture:10:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-252): [#def31]
/usr/libexec/anaconda/log-capture:13:1: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-398): [#def32]
/usr/libexec/anaconda/start-module:15:14: warning[SC2163]: This does not export '2'. Remove $/${} for that, or use ${var?} to quiet.
Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:527:16: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:527:16: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def35]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:530:5: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:530:5: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:532:9: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:532:9: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def39]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:535:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:535:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:537:14: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:537:14: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:494:13: enter_function: entry to 'output_object_interfaces'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:499:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:500:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:504:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def43]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:570:19: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:570:19: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:573:5: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:573:5: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def47]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:575:9: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:575:9: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:578:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:578:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def51]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:580:14: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:580:14: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:585:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:585:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:545:13: enter_function: entry to 'output_interface_prerequisites'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:549:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:550:6: branch_false: following 'false' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:554:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:613:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(actions_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:590:1: enter_function: entry to 'output_actions'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:595:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:596:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:601:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:613:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(actions_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:590:1: enter_function: entry to 'output_actions'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:595:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:596:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:601:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:616:11: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(actions_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:590:1: enter_function: entry to 'output_actions'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:595:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:596:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:601:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:616:11: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(actions_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:590:1: enter_function: entry to 'output_actions'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:595:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:596:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:601:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:602:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1159:7: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1159:7: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1160:13: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1160:13: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def63]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1164:18: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1164:18: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1167:12: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1167:12: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def67]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1168:13: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1168:13: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1173:18: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def70]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1173:18: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def71]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1179:23: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1179:23: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def73]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1186:7: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_resource: opened here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def74]
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:1186:7: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:655:1: enter_function: entry to 'output_args'
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:660:8: acquire_memory: allocated here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:661:6: branch_false: following 'false' branch...
branch_false: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:666:15: branch_true: following 'true' branch...
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: branch_true: ...to here
anaconda-43.46/widgets/doc/AnacondaWidgets-scan.c:667:5: call_function: calling 'output_object_args' from 'output_args'
Error: COMPILER_WARNING (CWE-477): [#def75]
anaconda-43.46/widgets/src/BaseStandalone.c: scope_hint: In function 'anaconda_base_standalone_class_init'
anaconda-43.46/widgets/src/BaseStandalone.c:152:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.46/widgets/src/BaseWindow.h:21: included_from: Included from here.
anaconda-43.46/widgets/src/BaseStandalone.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def76]
anaconda-43.46/widgets/src/BaseStandalone.c:152:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def77]
anaconda-43.46/widgets/src/BaseStandalone.c:158:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def78]
anaconda-43.46/widgets/src/BaseWindow.c: scope_hint: In function 'anaconda_base_window_class_init'
anaconda-43.46/widgets/src/BaseWindow.c:235:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.46/widgets/src/LayoutIndicator.h:21: included_from: Included from here.
anaconda-43.46/widgets/src/BaseWindow.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def79]
anaconda-43.46/widgets/src/BaseWindow.c:235:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def80]
anaconda-43.46/widgets/src/BaseWindow.c:256:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def81]
anaconda-43.46/widgets/src/DiskOverview.c: scope_hint: In function 'anaconda_disk_overview_class_init'
anaconda-43.46/widgets/src/DiskOverview.c:239:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
anaconda-43.46/widgets/src/DiskOverview.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def82]
anaconda-43.46/widgets/src/DiskOverview.c:239:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def83]
anaconda-43.46/widgets/src/DiskOverview.c:308:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def84]
anaconda-43.46/widgets/src/HubWindow.c: scope_hint: In function 'anaconda_hub_window_class_init'
anaconda-43.46/widgets/src/HubWindow.c:103:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.46/widgets/src/BaseStandalone.h:21: included_from: Included from here.
anaconda-43.46/widgets/src/HubWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def85]
anaconda-43.46/widgets/src/HubWindow.c:103:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def86]
anaconda-43.46/widgets/src/HubWindow.c:123:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def87]
anaconda-43.46/widgets/src/LayoutIndicator.c: scope_hint: In function 'anaconda_layout_indicator_class_init'
anaconda-43.46/widgets/src/LayoutIndicator.c:137:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
anaconda-43.46/widgets/src/LayoutIndicator.c:22: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def88]
anaconda-43.46/widgets/src/LayoutIndicator.c:137:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def89]
anaconda-43.46/widgets/src/LayoutIndicator.c:282:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def90]
anaconda-43.46/widgets/src/MountpointSelector.c: scope_hint: In function 'anaconda_mountpoint_selector_class_init'
anaconda-43.46/widgets/src/MountpointSelector.c:203:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
anaconda-43.46/widgets/src/MountpointSelector.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def91]
anaconda-43.46/widgets/src/MountpointSelector.c:203:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def92]
anaconda-43.46/widgets/src/MountpointSelector.c:226:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def93]
anaconda-43.46/widgets/src/SpokeSelector.c: scope_hint: In function 'anaconda_spoke_selector_class_init'
anaconda-43.46/widgets/src/SpokeSelector.c:167:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
anaconda-43.46/widgets/src/SpokeSelector.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def94]
anaconda-43.46/widgets/src/SpokeSelector.c:167:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def95]
anaconda-43.46/widgets/src/SpokeSelector.c:266:19: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def96]
anaconda-43.46/widgets/src/SpokeWindow.c: scope_hint: In function 'anaconda_spoke_window_class_init'
anaconda-43.46/widgets/src/SpokeWindow.c:100:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.46/widgets/src/BaseWindow.h:21: included_from: Included from here.
anaconda-43.46/widgets/src/SpokeWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def97]
anaconda-43.46/widgets/src/SpokeWindow.c:100:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def98]
anaconda-43.46/widgets/src/SpokeWindow.c:123:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def99]
anaconda-43.46/widgets/src/StandaloneWindow.c: scope_hint: In function 'anaconda_standalone_window_class_init'
anaconda-43.46/widgets/src/StandaloneWindow.c:114:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.46/widgets/src/BaseStandalone.h:21: included_from: Included from here.
anaconda-43.46/widgets/src/StandaloneWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def100]
anaconda-43.46/widgets/src/StandaloneWindow.c:114:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
Error: COMPILER_WARNING: [#def101]
anaconda-43.46/widgets/src/StandaloneWindow.c:144:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-775): [#def102]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def103]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def105]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def107]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def108]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def109]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def110]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def111]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def113]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def114]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def115]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def118]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def119]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def121]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def122]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def123]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def124]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def125]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def126]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def127]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def129]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def130]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def131]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def134]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def135]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def136]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def137]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def138]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def139]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def141]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def142]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def143]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def144]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def145]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def146]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def147]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def148]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def149]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def150]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def151]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def152]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def153]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def154]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def155]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def156]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def157]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def158]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def159]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def160]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def161]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def162]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def163]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def164]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def165]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def166]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def167]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def168]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def169]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def170]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def171]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def172]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def173]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def174]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def175]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def176]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def177]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def178]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def179]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def180]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def181]
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:795:1: enter_function: entry to ‘main’
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:806:6: branch_false: following ‘false’ branch...
anaconda-43.46/widgets/src/tmp-introspectj13werpy/AnacondaWidgets-3.4.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
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-176.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 | anaconda-43.46-1.fc44 |
| store-results-to | /tmp/tmpnt2ym8hw/anaconda-43.46-1.fc44.tar.xz |
| time-created | 2025-10-28 17:22:20 |
| time-finished | 2025-10-28 17:25:10 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpnt2ym8hw/anaconda-43.46-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/tmpnt2ym8hw/anaconda-43.46-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251027.143044.ge6b947b-1.el9 |