[Bug 777972] New: segmentation fault in case of using authorization
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jan 31 09:10:09 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777972
Bug ID: 777972
Summary: segmentation fault in case of using authorization
Classification: Platform
Product: GStreamer
Version: 0.10.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-rtsp-server
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: kosilin75 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 344632
--> https://bugzilla.gnome.org/attachment.cgi?id=344632&action=edit
Patch that corrects the bug
RTSP server ALWAYS generates segmentation fault if authorization is used.
The problem is that gst_rtsp_auth_check function is declared as
'gst_rtsp_auth_check_method' in rtsp-auth.h header. In other words, this
function is declared with the wrong name. This results to parameters mismatch
while using the function in rtsp-client.c module.
The patch is attached.
Best regeards,
Alexey Kosilin
--
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