[Gstreamer-bugs] [Bug 129287] New - crash in gstmad.c

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Dec 13 19:44:24 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=129287

Changed by srittau at jroger.in-berlin.de.

--- shadow/129287	Sat Dec 13 22:44:24 2003
+++ shadow/129287.tmp.28320	Sat Dec 13 22:44:24 2003
@@ -0,0 +1,22 @@
+Bug#: 129287
+Product: GStreamer
+Version: 0.6.4
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: critical
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: srittau at jroger.in-berlin.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: crash in gstmad.c
+
+I've experienced crashes in line 751 of ext/mad/gstmad.c because value may
+be NULL, which causes a NULL pointer dereference. The problem is that
+mad->header.emphasis may have the value MAD_EMPHASIS_RESERVED, but this
+value is not handled by the GST_TYPE_MAD_EMPHASIS enumeration. The attached
+patch adds this type to the enumeration.




More information about the Gstreamer-bugs mailing list