mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-07 09:53:39 +02:00
guri: Fix user passed to g_uri_split_with_user() not being NULL'd
This commit is contained in:
@@ -696,6 +696,8 @@ g_uri_split_internal (const gchar *uri_string,
|
||||
*scheme = NULL;
|
||||
if (userinfo)
|
||||
*userinfo = NULL;
|
||||
if (user)
|
||||
*user = NULL;
|
||||
if (password)
|
||||
*password = NULL;
|
||||
if (auth_params)
|
||||
|
Reference in New Issue
Block a user