Task #118893 - added.err
back to task #118893download
Error: GCC_ANALYZER_WARNING (CWE-476):
gnome-software-50.2/plugins/dnf5/gs-plugin-dnf5.c:872:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘local_error’
gnome-software-50.2/plugins/dnf5/gs-plugin-dnf5.c:4341:1: enter_function: entry to ‘gs_dnf5_system_upgrade_sync’
gnome-software-50.2/plugins/dnf5/gs-plugin-dnf5.c:4356:24: call_function: calling ‘gs_dnf5_open_session’ from ‘gs_dnf5_system_upgrade_sync’
# 870| g_hash_table_insert (self->session_data.active_calls, (gpointer) request_id, call_data);
# 871| } else {
# 872|-> g_warning ("%s: %s", G_STRFUNC, local_error->message);
# 873| }
# 874| }