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 706160 - query: crash when parsing uri redirection
query: crash when parsing uri redirection
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.1.3
Other Linux
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-16 18:50 UTC by Arnaud Vrac
Modified: 2013-08-19 08:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix uri redirection parsing (875 bytes, patch)
2013-08-16 18:50 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2013-08-16 18:50:02 UTC
Created attachment 251931 [details] [review]
fix uri redirection parsing

hlsdemux now crashes because the code to parse uri redirections in URI queries is wrong. When no uri redirection is set on the query, it should set the result to NULL.
Comment 1 Sebastian Dröge (slomo) 2013-08-19 08:11:54 UTC
commit 9819e48b92b6667f8ea6f0b62f7b8da7b77309da
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Fri Aug 16 20:36:53 2013 +0200

    query: return NULL when parsing uri redirection that was not set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706160