[Bug 673576] New: Missing pointer dereference

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 5 07:27:14 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673576
  GStreamer | gst-plugins-base | 0.10.x

           Summary: Missing pointer dereference
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: adiabat at hughes.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Rhythmbox preferences request exits with segfault. Problem traced to
gst-plugins-base-0.10.32/gst-libs/gst/pbutils/encoding-target.c line 718:

    if (!res || error != NULL)

Should read

    if (!res || *error != NULL)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list