[Bug 752866] souphttpsrc: check null string before setting proxy

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 27 05:48:10 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752866

Eunhae Choi <eunhae1.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308145|reviewed                    |none
             status|                            |
 Attachment #308145|0                           |1
        is obsolete|                            |

--- Comment #3 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Created attachment 308210
  --> https://bugzilla.gnome.org/attachment.cgi?id=308210&action=edit
souphttpsrc: check null string before setting proxy

I've got report about this error from tizen sdk team.

I could reproduce the error after adding http_proxy with null string like
below.
export http_proxy=""
In that case, the g_getenv return real address not null but it includes null
string.

I know this is not normal but it could be happened in any system or by any
user.
I've attached new patch with detail commit log. Thank you.

-- 
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