libadwaita-1.6.1-1.fc42

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c: scope_hint: In function ‘adw_about_dialog_new_from_appdata’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2048:22: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
/usr/lib64/glib-2.0/include/glibconfig.h:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gi18n-lib.h:23: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:3472:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:3472:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:3472:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:3472:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:664:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2013:3: note: in expansion of macro ‘g_return_val_if_fail’
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:324:38: note: in definition of macro ‘g_strdup’
<built-in>: note: argument 1 of ‘__builtin_strlen’ must be non-null
# 2046|       if (!entries || !g_ptr_array_find_with_equal_func (entries, appid_desktop,
# 2047|                                                          g_str_equal, NULL))
# 2048|->       application_id[strlen(application_id) - 8] = '\0';
# 2049|   
# 2050|       g_free (appid_desktop);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def2]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c: scope_hint: In function ‘adw_about_dialog_set_application_icon.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2189:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘application_icon’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_dialog_set_application_icon.part.0’
# 2187|   
# 2188|     gtk_widget_set_visible (self->app_icon_image,
# 2189|->                           application_icon && *application_icon);
# 2190|   
# 2191|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_APPLICATION_ICON]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def3]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c: scope_hint: In function ‘adw_about_dialog_set_application_name.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2234:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘application_name’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_dialog_set_application_name.part.0’
# 2232|   
# 2233|     gtk_widget_set_visible (self->app_name_label,
# 2234|->                           application_name && *application_name);
# 2235|   
# 2236|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_APPLICATION_NAME]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def4]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c: scope_hint: In function ‘adw_about_dialog_set_developer_name.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2284:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘developer_name’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_dialog_set_developer_name.part.0’
# 2282|   
# 2283|     gtk_widget_set_visible (self->developer_name_label,
# 2284|->                           developer_name && *developer_name);
# 2285|   
# 2286|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_DEVELOPER_NAME]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def5]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c: scope_hint: In function ‘adw_about_dialog_set_version.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-dialog.c:2331:60: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘version’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_dialog_set_version.part.0’
# 2329|       return;
# 2330|   
# 2331|->   gtk_widget_set_visible (self->version_button, version && *version);
# 2332|   
# 2333|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_VERSION]);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def6]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c: scope_hint: In function ‘adw_about_window_new_from_appdata’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2071:22: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
/usr/lib64/glib-2.0/include/glibconfig.h:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gi18n-lib.h:23: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:8: included_from: Included from here.
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:664:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2036:3: note: in expansion of macro ‘g_return_val_if_fail’
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:324:38: note: in definition of macro ‘g_strdup’
<built-in>: note: argument 1 of ‘__builtin_strlen’ must be non-null
# 2069|       if (!entries || !g_ptr_array_find_with_equal_func (entries, appid_desktop,
# 2070|                                                          g_str_equal, NULL))
# 2071|->       application_id[strlen(application_id) - 8] = '\0';
# 2072|   
# 2073|       g_free (appid_desktop);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def7]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c: scope_hint: In function ‘adw_about_window_set_application_icon.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2214:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘application_icon’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_window_set_application_icon.part.0’
# 2212|   
# 2213|     gtk_widget_set_visible (self->app_icon_image,
# 2214|->                           application_icon && *application_icon);
# 2215|   
# 2216|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_APPLICATION_ICON]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c: scope_hint: In function ‘adw_about_window_set_application_name.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2261:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘application_name’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_window_set_application_name.part.0’
# 2259|   
# 2260|     gtk_widget_set_visible (self->app_name_label,
# 2261|->                           application_name && *application_name);
# 2262|   
# 2263|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_APPLICATION_NAME]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def9]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c: scope_hint: In function ‘adw_about_window_set_developer_name.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2313:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘developer_name’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_window_set_developer_name.part.0’
# 2311|   
# 2312|     gtk_widget_set_visible (self->developer_name_label,
# 2313|->                           developer_name && *developer_name);
# 2314|   
# 2315|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_DEVELOPER_NAME]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c: scope_hint: In function ‘adw_about_window_set_version.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-about-window.c:2362:60: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘version’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_about_window_set_version.part.0’
# 2360|       return;
# 2361|   
# 2362|->   gtk_widget_set_visible (self->version_button, version && *version);
# 2363|   
# 2364|     g_object_notify_by_pspec (G_OBJECT (self), props[PROP_VERSION]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def11]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c: scope_hint: In function ‘adw_alert_dialog_set_heading.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c:1428:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘heading’
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/redhat-linux-build/src/adw-version.h:13: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.h:16: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c:12: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_alert_dialog_set_heading.part.0’
/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/gtk-4.0/gtk/css/gtkcssenumtypes.h:11: included_from: Included from here.
/usr/include/gtk-4.0/gtk/css/gtkcss.h:33: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtk.h:29: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.h:18: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtklabel.h:36:36: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c:1425:24: note: in expansion of macro ‘GTK_LABEL’
# 1426|     gtk_label_set_label (GTK_LABEL (priv->heading_label_small), heading);
# 1427|   
# 1428|->   gtk_widget_set_visible (priv->heading_bin, heading && *heading);
# 1429|   
# 1430|     if (heading && *heading)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def12]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c: scope_hint: In function ‘adw_alert_dialog_set_body.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c:1637:53: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘body’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_alert_dialog_set_body.part.0’
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtklabel.h:36:36: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-alert-dialog.c:1636:24: note: in expansion of macro ‘GTK_LABEL’
# 1635|   
# 1636|     gtk_label_set_label (GTK_LABEL (priv->body_label), body);
# 1637|->   gtk_widget_set_visible (priv->body_label, body && *body);
# 1638|   
# 1639|     if (body && *body)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-button-content.c: scope_hint: In function ‘adw_button_content_set_icon_name.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-button-content.c:355:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘icon_name’
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/redhat-linux-build/src/adw-version.h:13: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-button-content.h:15: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-button-content.c:10: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_button_content_set_icon_name.part.0’
#  353|       return;
#  354|   
#  355|->   if (!icon_name[0])
#  356|       icon_name = "image-missing";
#  357|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def14]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c: scope_hint: In function ‘adw_carousel_reorder’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1286:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
/usr/lib64/glib-2.0/include/glibconfig.h:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/redhat-linux-build/src/adw-version.h:13: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.h:13: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1273:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:82: note: in expansion of macro ‘GTK_TYPE_WIDGET’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1274:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1275:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1275:3: note: in expansion of macro ‘g_return_if_fail’
# 1284|       return;
# 1285|   
# 1286|->   old_point = info->snap_point;
# 1287|     n_pages = adw_carousel_get_n_pages (self);
# 1288|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def15]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c: scope_hint: In function ‘adw_carousel_remove’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1366:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1358:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:82: note: in expansion of macro ‘GTK_TYPE_WIDGET’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/gobject/gtype.h:541:66: note: in expansion of macro ‘_G_TYPE_CIT’
/usr/include/gtk-4.0/gtk/gtkwidget.h:46:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:21: note: in expansion of macro ‘GTK_IS_WIDGET’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1359:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1243:8: note: in definition of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1360:3: note: in expansion of macro ‘g_return_if_fail’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gmessages.h:651:9: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1360:3: note: in expansion of macro ‘g_return_if_fail’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c: scope_hint: In function ‘adw_carousel_remove’
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gtestutils.h:255:49: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1364:3: note: in expansion of macro ‘g_assert_nonnull’
/usr/include/glib-2.0/glib.h:89: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1364:3: note: in expansion of macro ‘g_assert_nonnull’
# 1364|     g_assert_nonnull (info);
# 1365|   
# 1366|->   info->removing = TRUE;
# 1367|   
# 1368|     gtk_widget_unparent (child);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def16]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c: scope_hint: In function ‘adw_carousel_get_nth_page.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-carousel.c:1462:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 1460|     g_return_val_if_fail (n < adw_carousel_get_n_pages (self), NULL);
# 1461|   
# 1462|->   info = get_nth_link (self, n)->data;
# 1463|   
# 1464|     return info->widget;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def17]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c: scope_hint: In function ‘adw_message_dialog_set_heading.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c:1530:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘heading’
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/redhat-linux-build/src/adw-version.h:13: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.h:15: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c:10: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_message_dialog_set_heading.part.0’
/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/gtk-4.0/gtk/css/gtkcssenumtypes.h:11: included_from: Included from here.
/usr/include/gtk-4.0/gtk/css/gtkcss.h:33: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtk.h:29: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.h:17: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtklabel.h:36:36: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c:1527:24: note: in expansion of macro ‘GTK_LABEL’
# 1528|     gtk_label_set_label (GTK_LABEL (priv->heading_label_small), heading);
# 1529|   
# 1530|->   gtk_widget_set_visible (priv->heading_bin, heading && *heading);
# 1531|   
# 1532|     if (heading && *heading)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def18]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c: scope_hint: In function ‘adw_message_dialog_set_body.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c:1745:53: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘body’
/usr/include/glib-2.0/glib/gstrfuncs.h:493:10: note: in expansion of macro ‘g_strdup’
/usr/include/glib-2.0/glib/gstrfuncs.h: scope_hint: In function ‘adw_message_dialog_set_body.part.0’
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtklabel.h:36:36: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-message-dialog.c:1744:24: note: in expansion of macro ‘GTK_LABEL’
# 1743|   
# 1744|     gtk_label_set_label (GTK_LABEL (priv->body_label), body);
# 1745|->   gtk_widget_set_visible (priv->body_label, body && *body);
# 1746|   
# 1747|     if (body && *body)

Error: GCC_ANALYZER_WARNING (CWE-688): [#def19]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c: scope_hint: In function ‘filter_search_results’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c:177:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
/usr/lib64/glib-2.0/include/glibconfig.h:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gi18n-lib.h:23: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gtestutils.h:276:49: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c:172:3: note: in expansion of macro ‘g_assert’
/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/gtk-4.0/gtk/css/gtkcssenumtypes.h:11: included_from: Included from here.
/usr/include/gtk-4.0/gtk/css/gtkcss.h:33: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtk.h:29: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.h:16: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c:11: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtkeditable.h:38:40: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-dialog.c:174:51: note: in expansion of macro ‘GTK_EDITABLE’
<built-in>: note: argument 1 of ‘__builtin_strstr’ must be non-null
#  175|     title = make_comparable (adw_preferences_row_get_title (row), row, TRUE);
#  176|   
#  177|->   if (!!strstr (title, terms)) {
#  178|       result = TRUE;
#  179|     } else if (ADW_IS_ACTION_ROW (row)) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def20]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c: scope_hint: In function ‘filter_search_results’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c:182:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
/usr/lib64/glib-2.0/include/glibconfig.h:9: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gi18n-lib.h:23: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c:8: included_from: Included from here.
/usr/include/glib-2.0/glib/gmacros.h:1249:31: note: in expansion of macro ‘_G_BOOLEAN_EXPR_IMPL’
/usr/include/glib-2.0/glib/gmacros.h:1250:43: note: in expansion of macro ‘_G_BOOLEAN_EXPR’
/usr/include/glib-2.0/glib/gtestutils.h:276:49: note: in expansion of macro ‘G_LIKELY’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c:177:3: note: in expansion of macro ‘g_assert’
/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/gtk-4.0/gtk/css/gtkcssenumtypes.h:11: included_from: Included from here.
/usr/include/gtk-4.0/gtk/css/gtkcss.h:33: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtk.h:29: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.h:15: included_from: Included from here.
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c:10: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:2656:57: note: in definition of macro ‘_G_TYPE_CIC’
/usr/include/gtk-4.0/gtk/gtkeditable.h:38:40: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-preferences-window.c:179:51: note: in expansion of macro ‘GTK_EDITABLE’
<built-in>: note: argument 1 of ‘__builtin_strstr’ must be non-null
#  180|     title = make_comparable (adw_preferences_row_get_title (row), row, TRUE);
#  181|   
#  182|->   if (!!strstr (title, terms)) {
#  183|       result = TRUE;
#  184|     } else if (ADW_IS_ACTION_ROW (row)) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-box.c: scope_hint: In function ‘reset_reorder_animations.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-box.c:1240:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘l’
# 1238|     if (self->reorder_index > original_index)
# 1239|       for (i = 0; i < self->reorder_index - original_index; i++) {
# 1240|->       l = l->next;
# 1241|         animate_reorder_offset (self, l->data, 0);
# 1242|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def22]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-box.c:1246:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘l’
# 1244|     if (self->reorder_index < original_index)
# 1245|       for (i = 0; i < original_index - self->reorder_index; i++) {
# 1246|->       l = l->prev;
# 1247|         animate_reorder_offset (self, l->data, 0);
# 1248|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def23]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-box.c: scope_hint: In function ‘page_reordered_cb.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-box.c:1274:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 1272|   
# 1273|     link = find_link_for_page (self, page);
# 1274|->   info = link->data;
# 1275|     original_index = g_list_position (self->tabs, link);
# 1276|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def24]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘reset_reorder_animations.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:1266:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘l’
# 1264|     if (self->reorder_index > original_index)
# 1265|       for (i = 0; i < self->reorder_index - original_index; i++) {
# 1266|->       l = l->next;
# 1267|         animate_reorder_offset (self, l->data, 0);
# 1268|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def25]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:1272:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘l’
# 1270|     if (self->reorder_index < original_index)
# 1271|       for (i = 0; i < original_index - self->reorder_index; i++) {
# 1272|->       l = l->prev;
# 1273|         animate_reorder_offset (self, l->data, 0);
# 1274|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def26]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘page_reordered_cb.part.0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:1298:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 1296|   
# 1297|     link = find_link_for_page (self, page);
# 1298|->   info = link->data;
# 1299|     original_index = g_list_position (self->tabs, link);
# 1300|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘adw_tab_grid_focus’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:3115:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘adw_tab_grid_focus’
# 3113|     } else if (direction == GTK_DIR_DOWN) {
# 3114|       GList *last_link = find_nth_visible_tab (self, get_n_visible_tabs (self) - 1);
# 3115|->     TabInfo *last_info = last_link->data;
# 3116|       int last_col = (int) round (fmod (last_info->final_index, n_columns));
# 3117|       int empty_slots = n_columns - last_col;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def28]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘adw_tab_grid_focus_first_row’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:3830:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 3828|     column = CLAMP (column, 0, MIN (n_tabs, self->n_columns) - 1);
# 3829|   
# 3830|->   info = find_nth_visible_tab (self, column)->data;
# 3831|   
# 3832|     scroll_to_tab (self, info, FOCUS_ANIMATION_DURATION);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def29]
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c: scope_hint: In function ‘adw_tab_grid_focus_last_row’
libadwaita-1.6.1-build/libadwaita-1.6.1/src/adw-tab-grid.c:3857:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 3855|     column = CLAMP (column, 0, MIN (n_tabs - 1, last_col));
# 3856|   
# 3857|->   info = find_nth_visible_tab (self, n_tabs - 1 - last_col + column)->data;
# 3858|   
# 3859|     scroll_to_tab (self, info, FOCUS_ANIMATION_DURATION);

Scan Properties

analyzer-version-clippy1.82.0
analyzer-version-cppcheck2.16.0
analyzer-version-gcc14.2.1
analyzer-version-gcc-analyzer15.0.0
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-173.us-west-2.compute.internal
mock-configfedora-rawhide-gcc-latest-x86_64
project-namelibadwaita-1.6.1-1.fc42
store-results-to/tmp/tmph06voeq1/libadwaita-1.6.1-1.fc42.tar.xz
time-created2024-11-13 01:29:13
time-finished2024-11-13 01:40:03
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmph06voeq1/libadwaita-1.6.1-1.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmph06voeq1/libadwaita-1.6.1-1.fc42.src.rpm'
tool-versioncsmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9