Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-4128

gdk-pixbuf2 passess noop size_functoin and update function as NULL to pixbuf modules

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-8.7.0
    • gdk-pixbuf2
    • None
    • None
    • sst_desktop
    • ssg_desktop
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • ---
    • None

      Description of problem:

      pixbuf module crashes in EL8, debugging shows that gdk pixbuf passes the size_func and the update_func as NULL.

      These functions are implemented as an empty implementations https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/gdk-pixbuf/gdk-pixbuf-io.c#L1032 :

      ```
      static void
      noop_size_notify (gint *width,
      gint *height,
      gpointer data)
      {
      }

      [...]

      static void
      noop_updated_notify (GdkPixbuf *pixbuf,
      int x,
      int y,
      int width,
      int height,
      gpointer user_data)
      {
      }

      static GdkPixbuf *
      generic_load_incrementally (GdkPixbufModule *module, FILE *f, GError **error)
      {
      context = module->begin_load (noop_size_notify, prepared_notify, noop_updated_notify, &pixbuf, error);
      ```

      Version-Release number of selected component (if applicable):

      [root@5eea7fe404f1 tests]# rpm -qi gdk-pixbuf2
      Name : gdk-pixbuf2
      Version : 2.36.12
      Release : 5.el8

      How reproducible:
      Always

            botte@redhat.com Benjamin Otte (Inactive)
            aruizrui@redhat.com Alberto Ruiz Ruiz
            Desktop QE Desktop QE
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: