gdm-49.2-2.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-477): [#def1]
/etc/gdm/Init/Default:86:29: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def2]
/etc/gdm/Init/Default:86:48: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def3]
/etc/gdm/Init/Default:86:68: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def4]
/etc/gdm/Init/Default:88:29: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def5]
/etc/gdm/Init/Default:88:48: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: CPPCHECK_WARNING (CWE-457): [#def6]
gdm-49.2/common/gdm-settings.c:106: warning[uninitvar]: Uninitialized variable: res
Error: CPPCHECK_WARNING (CWE-457): [#def7]
gdm-49.2/common/gdm-settings.c:148: warning[uninitvar]: Uninitialized variable: res
Error: COMPILER_WARNING (CWE-457): [#def8]
gdm-49.2/daemon/gdm-display.c: scope_hint: In function ‘handle_is_local’
gdm-49.2/daemon/gdm-display.c:1158:9: warning[-Wmaybe-uninitialized]: ‘is_local’ may be used uninitialized
gdm-49.2/daemon/gdm-display.c:1154:18: note: ‘is_local’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def9]
gdm-49.2/daemon/gdm-dynamic-user-store.c:184:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘pwd_lock’
gdm-49.2/daemon/gdm-dynamic-user-store.c:288:1: enter_function: entry to ‘gdm_dynamic_user_store_create’
gdm-49.2/daemon/gdm-dynamic-user-store.c:304:20: call_function: calling ‘pick_username’ from ‘gdm_dynamic_user_store_create’
gdm-49.2/daemon/gdm-dynamic-user-store.c:301:26: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘gdm_dynamic_user_store_create’
gdm-49.2/daemon/gdm-dynamic-user-store.c:298:26: call_function: inlined call to ‘glib_auto_cleanup_PwdLock’ from ‘gdm_dynamic_user_store_create’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def10]
gdm-49.2/daemon/gdm-dynamic-user-store.h:30:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘store’
gdm-49.2/daemon/gdm-dynamic-user-store.c:453:1: enter_function: entry to ‘vl_get_user_record’
gdm-49.2/daemon/gdm-dynamic-user-store.c:474:13: throw: if ‘sd_varlink_dispatch’ throws an exception...
gdm-49.2/daemon/gdm-dynamic-user-store.c:470:37: call_function: inlined call to ‘glib_autoptr_cleanup_sd_json_variant’ from ‘vl_get_user_record’
gdm-49.2/daemon/gdm-dynamic-user-store.c:466:41: call_function: inlined call to ‘glib_autoptr_cleanup_GdmDynamicUserStore’ from ‘vl_get_user_record’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def11]
gdm-49.2/daemon/gdm-launch-environment.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘launch_environment’
gdm-49.2/daemon/gdm-legacy-display.c:93:1: enter_function: entry to ‘gdm_legacy_display_prepare’
gdm-49.2/daemon/gdm-legacy-display.c:101:9: throw: if ‘g_object_get’ throws an exception...
gdm-49.2/daemon/gdm-legacy-display.c:98:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘gdm_legacy_display_prepare’
gdm-49.2/daemon/gdm-legacy-display.c:97:26: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘gdm_legacy_display_prepare’
gdm-49.2/daemon/gdm-legacy-display.c:96:41: call_function: inlined call to ‘glib_autoptr_cleanup_GdmLaunchEnvironment’ from ‘gdm_legacy_display_prepare’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def12]
gdm-49.2/daemon/gdm-local-display-factory.c:344:29: warning[-Wanalyzer-null-argument]: use of NULL ‘preferred_display_server’ where non-null expected
gdm-49.2/daemon/gdm-local-display-factory.c:1602:1: enter_function: entry to ‘handle_create_transient_display’
gdm-49.2/daemon/gdm-local-display-factory.c:1607:26: release_memory: ‘id’ is NULL
gdm-49.2/daemon/gdm-local-display-factory.c:1610:19: call_function: calling ‘gdm_local_display_factory_create_transient_display’ from ‘handle_create_transient_display’
Error: COMPILER_WARNING: [#def13]
gdm-49.2/daemon/gdm-server.c:617:22: warning[-Warray-bounds=]: array subscript [2, 2147483647] is outside array bounds of ‘gchar *[1]’
gdm-49.2/daemon/gdm-server.c: scope_hint: In function ‘gdm_server_start’
gdm-49.2/daemon/gdm-server.c:668:26: note: at offset [16, 17179869176] into object ‘argv’ of size 8
Error: COMPILER_WARNING: [#def14]
gdm-49.2/daemon/gdm-server.c:622:19: warning[-Warray-bounds=]: array subscript [2, 2147483647] is outside array bounds of ‘gchar *[1]’
gdm-49.2/daemon/gdm-server.c: scope_hint: In function ‘gdm_server_start’
gdm-49.2/daemon/gdm-server.c:668:26: note: at offset [16, 17179869176] into object ‘argv’ of size 8
Error: COMPILER_WARNING (CWE-252): [#def15]
gdm-49.2/daemon/gdm-session-linux-auditor.c: scope_hint: In function ‘log_user_message’
gdm-49.2/daemon/gdm-session-linux-auditor.c:77:17: warning[-Wunused-result]: ignoring return value of ‘audit_log_user_message’ declared with attribute ‘warn_unused_result’
Error: COMPILER_WARNING (CWE-252): [#def16]
gdm-49.2/daemon/gdm-session-linux-auditor.c:82:17: warning[-Wunused-result]: ignoring return value of ‘audit_log_user_message’ declared with attribute ‘warn_unused_result’
Error: CPPCHECK_WARNING (CWE-476): [#def17]
gdm-49.2/daemon/gdm-session-worker.c:664: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: list_response
Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
gdm-49.2/daemon/gdm-session-worker.c:734:26: warning[-Wanalyzer-malloc-leak]: leak of ‘replies’
gdm-49.2/daemon/gdm-session-worker.c:871:1: enter_function: entry to ‘gdm_session_worker_pam_new_messages_handler’
gdm-49.2/daemon/gdm-session-worker.c:898:43: acquire_memory: allocated here
gdm-49.2/daemon/gdm-session-worker.c:900:21: branch_true: following ‘true’ branch (when ‘number_of_messages > i’)...
gdm-49.2/daemon/gdm-session-worker.c:904:17: branch_true: ...to here
gdm-49.2/daemon/gdm-session-worker.c:905:32: call_function: calling ‘gdm_session_worker_process_pam_message’ from ‘gdm_session_worker_pam_new_messages_handler’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def19]
gdm-49.2/daemon/gdm-session-worker.c:1071:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/tty0", 258)’
gdm-49.2/daemon/gdm-session-worker.c:1811:1: enter_function: entry to ‘jump_back_to_initial_vt’
gdm-49.2/daemon/gdm-session-worker.c:1823:9: call_function: calling ‘jump_to_vt’ from ‘jump_back_to_initial_vt’
Error: COMPILER_WARNING (CWE-252): [#def20]
gdm-49.2/daemon/gdm-session-worker.c: scope_hint: In function ‘jump_to_vt’
gdm-49.2/daemon/gdm-session-worker.c:1075:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def21]
gdm-49.2/daemon/gdm-session-worker.c:1184:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(x11_authority_file, "r")’
gdm-49.2/daemon/gdm-session-worker.c:2817:1: enter_function: entry to ‘do_open_session’
gdm-49.2/daemon/gdm-session-worker.c:2822:15: call_function: calling ‘gdm_session_worker_open_session’ from ‘do_open_session’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
gdm-49.2/daemon/gdm-session-worker.c:1184:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(x11_authority_file, "r")’
gdm-49.2/daemon/gdm-session-worker.c:2817:1: enter_function: entry to ‘do_open_session’
gdm-49.2/daemon/gdm-session-worker.c:2822:15: call_function: calling ‘gdm_session_worker_open_session’ from ‘do_open_session’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def23]
gdm-49.2/daemon/gdm-session-worker.c:1188:24: warning[-Wanalyzer-malloc-leak]: leak of ‘XauReadAuth(fopen(x11_authority_file, "r"))’
gdm-49.2/daemon/gdm-session-worker.c:2817:1: enter_function: entry to ‘do_open_session’
gdm-49.2/daemon/gdm-session-worker.c:2822:15: call_function: calling ‘gdm_session_worker_open_session’ from ‘do_open_session’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
gdm-49.2/daemon/gdm-session-worker.c:1199:9: warning[-Wanalyzer-malloc-leak]: leak of ‘auth’
gdm-49.2/daemon/gdm-session-worker.c:2817:1: enter_function: entry to ‘do_open_session’
gdm-49.2/daemon/gdm-session-worker.c:2822:15: call_function: calling ‘gdm_session_worker_open_session’ from ‘do_open_session’
Error: GCC_ANALYZER_WARNING: [#def25]
gdm-49.2/daemon/gdm-session-worker.c:2094:25: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘open("/dev/null", 2)’
gdm-49.2/daemon/gdm-session-worker.c:2839:1: enter_function: entry to ‘do_start_session’
gdm-49.2/daemon/gdm-session-worker.c:2844:15: call_function: calling ‘gdm_session_worker_start_session’ from ‘do_start_session’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def26]
gdm-49.2/daemon/gdm-session-worker.c:2095:25: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/dev/null", 2)’
gdm-49.2/daemon/gdm-session-worker.c:2839:1: enter_function: entry to ‘do_start_session’
gdm-49.2/daemon/gdm-session-worker.c:2844:15: call_function: calling ‘gdm_session_worker_start_session’ from ‘do_start_session’
Error: GCC_ANALYZER_WARNING: [#def27]
gdm-49.2/daemon/gdm-session-worker.c:2179:45: warning[-Wanalyzer-fd-use-without-check]: ‘dup’ on possibly invalid file descriptor ‘open("/dev/null", 2)’
gdm-49.2/daemon/gdm-session-worker.c:2839:1: enter_function: entry to ‘do_start_session’
gdm-49.2/daemon/gdm-session-worker.c:2844:15: call_function: calling ‘gdm_session_worker_start_session’ from ‘do_start_session’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def28]
gdm-49.2/daemon/gdm-session-worker.c:2269:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(&tty_string, 258)’
gdm-49.2/daemon/gdm-session-worker.c:2817:1: enter_function: entry to ‘do_open_session’
gdm-49.2/daemon/gdm-session-worker.c:2822:15: call_function: calling ‘gdm_session_worker_open_session’ from ‘do_open_session’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def29]
gdm-49.2/libgdm/gdm-client.h:31:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘client’
gdm-49.2/libgdm/gdm-client.c:240:1: enter_function: entry to ‘on_user_verifier_custom_json_proxy_created’
gdm-49.2/libgdm/gdm-client.c:249:30: throw: if ‘g_async_result_get_source_object’ throws an exception...
gdm-49.2/libgdm/gdm-client.c:247:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘on_user_verifier_custom_json_proxy_created’
gdm-49.2/libgdm/gdm-client.c:245:30: call_function: inlined call to ‘glib_autoptr_cleanup_GdmClient’ from ‘on_user_verifier_custom_json_proxy_created’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def30]
gdm-49.2/libgdm/gdm-client.h:31:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘self’
gdm-49.2/libgdm/gdm-client.c:346:1: enter_function: entry to ‘on_user_verifier_proxy_created’
gdm-49.2/libgdm/gdm-client.c:358:12: branch_false: following ‘false’ branch...
gdm-49.2/libgdm/gdm-client.c:363:9: branch_false: ...to here
gdm-49.2/libgdm/gdm-client.c:366:12: branch_false: following ‘false’ branch...
gdm-49.2/libgdm/gdm-client.c:374:36: branch_false: ...to here
gdm-49.2/libgdm/gdm-client.c:353:36: call_function: inlined call to ‘glib_autoptr_cleanup_GdmUserVerifier’ from ‘on_user_verifier_proxy_created’
gdm-49.2/libgdm/gdm-client.c:350:36: call_function: inlined call to ‘glib_autoptr_cleanup_GdmClient’ from ‘on_user_verifier_proxy_created’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def31]
gdm-49.2/redhat-linux-build/libgdm/gdm-client-glue.h:474:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘user_verifier’
gdm-49.2/libgdm/gdm-client.c:346:1: enter_function: entry to ‘on_user_verifier_proxy_created’
gdm-49.2/libgdm/gdm-client.c:354:36: call_function: inlined call to ‘glib_autoptr_cleanup_GTask’ from ‘on_user_verifier_proxy_created’
gdm-49.2/libgdm/gdm-client.c:353:36: call_function: inlined call to ‘glib_autoptr_cleanup_GdmUserVerifier’ from ‘on_user_verifier_proxy_created’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def32]
gdm-49.2/redhat-linux-build/libgdm/gdm-manager-glue.h:58:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘manager’
gdm-49.2/libgdm/gdm-client.c:447:1: enter_function: entry to ‘on_got_manager_for_reauthentication’
gdm-49.2/libgdm/gdm-client.c:457:19: throw: if ‘g_task_propagate_pointer’ throws an exception...
gdm-49.2/libgdm/gdm-client.c:455:31: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘on_got_manager_for_reauthentication’
gdm-49.2/libgdm/gdm-client.c:454:31: call_function: inlined call to ‘glib_autoptr_cleanup_GdmManager’ from ‘on_got_manager_for_reauthentication’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def34]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def38]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def42]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def46]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def50]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def53]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def57]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_true: following ‘true’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:685:25: branch_true: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_true: following ‘true’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:685:25: branch_true: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_true: following ‘true’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:685:25: branch_true: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_true: following ‘true’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:685:25: branch_true: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def63]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_resource: opened here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def65]
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:645:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:654:15: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:658:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:669:11: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:670:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:682:12: acquire_memory: allocated here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:683:6: branch_false: following ‘false’ branch...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: branch_false: ...to here
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gdm-49.2/redhat-linux-build/tmp-introspecthomoxkey/Gdm-1.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-23.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | gdm-49.2-2.fc44 |
| store-results-to | /tmp/tmpt_d5n1sm/gdm-49.2-2.fc44.tar.xz |
| time-created | 2026-01-08 16:23:09 |
| time-finished | 2026-01-08 16:25:30 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpt_d5n1sm/gdm-49.2-2.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpt_d5n1sm/gdm-49.2-2.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |