gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - fix urldecode params


From: gnunet
Subject: [gnunet] branch master updated: - fix urldecode params
Date: Sun, 02 Aug 2020 17:01:15 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 25f37e8b2 - fix urldecode params
25f37e8b2 is described below

commit 25f37e8b2b5a13dec4aaf669ffe221ac34009609
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Aug 2 16:54:59 2020 +0200

    - fix urldecode params
---
 src/reclaim/plugin_rest_openid_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index faa6e8351..74fb71135 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -1503,7 +1503,7 @@ get_url_parameter_copy (const struct RequestHandle 
*handle, const char *key)
     GNUNET_CONTAINER_multihashmap_get (handle->rest_handle->url_param_map, 
&hc);
   if (NULL == value)
     return NULL;
-  return GNUNET_strdup (value);
+  return GNUNET_STRINGS_urldecode (value);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]