GNOME Bugzilla – Bug 129287
crash in gstmad.c
Last modified: 2004-12-22 21:47:04 UTC
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.
Created attachment 22422 [details] [review] fix
PATCH -> priority should be high. I'm also adding the bugsquad keyword.
I applied it to HEAD. Thanks.