[Bug 737793] New: hlsdemux: Fix accessing invalidated memory.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 2 13:04:20 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=737793
  GStreamer | gst-plugins-bad | git

           Summary: hlsdemux: Fix accessing invalidated memory.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: gstblub at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=287611)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=287611)
Patch

In gst_hls_demux_get_next_fragment() the next fragment URI gets
stored in next_fragment_uri, but the gst_hls_demux_updates_loop()
can at any time update the playlist, rendering this string invalid.
Therefore, any data (like key, iv, URIs) that is taken from a
GstM3U8Client needs to be copied. In addition, accessing the
internals of a GstM3U8Client requires locking.

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