gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: add more checks


From: gnunet
Subject: [taler-anastasis] branch master updated: add more checks
Date: Sun, 28 Feb 2021 21:19:17 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 313f8b9  add more checks
313f8b9 is described below

commit 313f8b9bb2f5be63879f7cc770228d801e65b54b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 28 21:19:15 2021 +0100

    add more checks
---
 src/reducer/anastasis_api_backup_redux.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/reducer/anastasis_api_backup_redux.c 
b/src/reducer/anastasis_api_backup_redux.c
index 0721d8b..fc315b1 100644
--- a/src/reducer/anastasis_api_backup_redux.c
+++ b/src/reducer/anastasis_api_backup_redux.c
@@ -1469,6 +1469,8 @@ share_secret (struct UploadContext *uc)
           const json_t *jtruth = json_object_get (jmethod,
                                                   "truth");
 
+          GNUNET_break (NULL != jmethod);
+          GNUNET_break (NULL != jtruth);
           truths[j] = ANASTASIS_truth_from_json (jtruth);
           if (NULL == truths[j])
           {

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