[Bug 737793] hlsdemux: Fix accessing invalidated memory.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Oct 7 05:23:10 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=737793
GStreamer | gst-plugins-bad | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.5.1
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-10-07 12:22:47 UTC ---
commit c87835a79ff31d8d9fe1f71726fb8d466136c21f
Author: Thomas Bluemel <tbluemel at control4.com>
Date: Thu Oct 2 10:37:57 2014 -0600
hlsdemux: Fix accessing invalidated memory
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.
https://bugzilla.gnome.org/show_bug.cgi?id=737793
--
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