[Bug 781914] gst_deinit() might be called without calling init_post and segfaults

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 28 18:18:11 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781914

--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 350677
  --> https://bugzilla.gnome.org/attachment.cgi?id=350677&action=edit
gst: check non-null before dereference

It is possible to use gst_deinit() without registering the base
classes. For example, when using gst_init_get_option_group() and
call the program with an invalid parameter. In that case,
gst_deinit() will lead to a segmentation fault, since there is a
dereference to a pointer that is null.

This patch validates if the type is non-null before dereferencing
it.

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