[gstreamer-bugs] [Bug 151064] - asfdemux crash

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Oct 2 05:55:38 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=151064
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From martin.pitt at canonical.com  2004-10-02 08:55 -------
Created an attachment (id=32162)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=32162&action=view)
patch to fix this segfault

if gst_bytestream_peek() returns 0, the function just exits, thus avoiding
access to the uninitialized buffer. A more robust solution would probably be to
have gst_bytestream_peek() return an initialized 0-byte buffer instead (you
should do that in addition).

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list