[Bug 752419] New: dashdemux: string is used to print a warning message after it was freed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 15 05:40:18 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752419

            Bug ID: 752419
           Summary: dashdemux: string is used to print a warning message
                    after it was freed
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: florin.apostol at oregan.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In several places in gstmpdparser.c file, the prop_string is freed before it is
used in a warning message, eg:

  xmlFree (prop_string);
  GST_WARNING ("failed to parse property %s from xml string %s", property_name,
      prop_string);

-- 
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