gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: make static analysis happy


From: gnunet
Subject: [taler-exchange] branch master updated: make static analysis happy
Date: Fri, 30 Oct 2020 00:26:23 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new afc72f1f make static analysis happy
afc72f1f is described below

commit afc72f1f4752340bfd119e3619a79fa2743d6478
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 30 00:26:21 2020 +0100

    make static analysis happy
---
 contrib/gana                                 | 2 +-
 src/exchange/taler-exchange-httpd_keystate.c | 4 ++--
 src/util/lang.c                              | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 32acd55e..9d38f712 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 32acd55e3d886322dab80bfbed4e73f590013472
+Subproject commit 9d38f712c153727dbb895673d6d9841be57c12c9
diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 2d80d03a..e963928d 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -2501,7 +2501,7 @@ TEH_handler_keys (const struct TEH_RequestHandler *rh,
       GNUNET_break_op (0);
       return TALER_MHD_reply_with_error (connection,
                                          MHD_HTTP_BAD_REQUEST,
-                                         TALER_EC_KEYS_HAVE_NOT_NUMERIC,
+                                         TALER_EC_KEYS_HAVE_NOT_NUMERIC,  // 
FIXME: use more GENERIC code!
                                          have_cherrypick);
     }
     /* The following multiplication may overflow; but this should not really
@@ -2530,7 +2530,7 @@ TEH_handler_keys (const struct TEH_RequestHandler *rh,
       GNUNET_break_op (0);
       return TALER_MHD_reply_with_error (connection,
                                          MHD_HTTP_FORBIDDEN,
-                                         TALER_EC_KEYS_HAVE_NOT_NUMERIC,
+                                         TALER_EC_KEYS_HAVE_NOT_NUMERIC, // 
FIXME: use more GENERIC code!
                                          have_fakenow);
     }
     if (TEH_allow_keys_timetravel)
diff --git a/src/util/lang.c b/src/util/lang.c
index 3f6a4291..ffc50a55 100644
--- a/src/util/lang.c
+++ b/src/util/lang.c
@@ -50,6 +50,8 @@ TALER_language_matches (const char *language_pattern,
     char *qp = strtok_r (NULL, ";", &sptr2);
     double q = 1.0;
 
+    if (NULL == lp)
+      continue; /* should be impossible, but makes static analysis happy */
     while (isspace ((int) *lp))
       lp++;
     if (NULL != qp)

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