[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix segv
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix segv |
Date: |
Sun, 18 Jul 2021 19:05:26 +0200 |
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 000f99e5 -fix segv
000f99e5 is described below
commit 000f99e50f0dcbabf594ea90d11ef1af1847ae20
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 18 19:05:24 2021 +0200
-fix segv
---
src/bank-lib/fakebank.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 06bfae0a..d2fb407e 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -402,6 +402,8 @@ check_log (struct TALER_FAKEBANK_Handle *h)
{
struct Transaction *t = h->transactions[i];
+ if (NULL == t)
+ continue;
if (t->unchecked)
continue;
switch (t->type)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.