[Bug 682958] New: calling gst-launch-1.0 -v -m camerabin segfault

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 29 09:04:42 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=682958
  GStreamer | gstreamer (core) | git

           Summary: calling gst-launch-1.0 -v -m camerabin segfault
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: prahal at yahoo.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=222802)
 View: https://bugzilla.gnome.org/attachment.cgi?id=222802
 Review: https://bugzilla.gnome.org/review?bug=682958&attachment=222802

Fix segfault ini camerabin via gst-launch-1.0 (no flag set)

g_flags_get_first_value in gst_value_serialize_flags returns NULL when calling
"gst-launch-1.0 -v -m camerabin" .
then the returned value fr is dereferenced (fl->value_name) which segfault.
add a check for not 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