After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777972 - segmentation fault in case of using authorization
segmentation fault in case of using authorization
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-31 09:10 UTC by Alexey Kosilin
Modified: 2017-01-31 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that corrects the bug (1.37 KB, patch)
2017-01-31 09:10 UTC, Alexey Kosilin
none Details | Review

Description Alexey Kosilin 2017-01-31 09:10:09 UTC
Created attachment 344632 [details] [review]
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
Comment 1 Jan Schmidt 2017-01-31 10:17:23 UTC
Thank you for the patch, but we are no longer maintaining or accepting patches for the 0.10 series. You should upgrade to one of the 1.x releases of GStreamer and gst-rtsp-server.