[Bug 757949] New: gst_rtsp_server_io_func() pops a context that has not been pushed
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 11 06:14:12 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757949
Bug ID: 757949
Summary: gst_rtsp_server_io_func() pops a context that has not
been pushed
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-rtsp-server
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: marcus.prebble at axis.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 315267
--> https://bugzilla.gnome.org/attachment.cgi?id=315267&action=edit
Suggested correction
The macro GST_RTSP_CHECK() is called before any context is pushed, and this
calls gst_rtsp_connection_accept() which can sometimes fail e.g. in the case of
an nmap port scan.
In our implementation this ends up logging a critical in the system log when
gst_rtsp_context_pop_current() tried to pop a non-existent context.
--
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