[Bug 689948] New: gst_plugin_register_func() should guard null descrptor strings with GST_STR_NULL
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Dec 9 18:11:59 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=689948
GStreamer | common | 0.10.36
Summary: gst_plugin_register_func() should guard null descrptor
strings with GST_STR_NULL
Classification: Platform
Product: GStreamer
Version: 0.10.36
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: common
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: leonli2004 at yahoo.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In 513 static GstPlugin * gst_plugin_register_func (GstPlugin * plugin, const
GstPluginDesc * desc,
......
519 GST_WARNING ("plugin \"%s\" has incompatible version, not loading",
plugin->filename);
filename could be NULL.
Similar protection needed in the other error checks in the beginning part of
this function.
--
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