gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 03/12: fix uninitialized local


From: gnunet
Subject: [taler-exchange] 03/12: fix uninitialized local
Date: Sat, 29 Feb 2020 16:59:22 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 5d843e2cf47dcdcd90e6033567687c5a6e508529
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 26 23:20:48 2020 +0100

    fix uninitialized local
---
 src/exchange/taler-exchange-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 288b4578..5374dbd5 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -314,7 +314,7 @@ proceed_with_handler (const struct TEH_RequestHandler *rh,
 {
   const char *args[rh->nargs + 1];
   size_t ulen = strlen (url) + 1;
-  json_t *root;
+  json_t *root = NULL;
   int ret;
 
   /* We do check for "ulen" here, because we'll later stack-allocate a buffer

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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