exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 000f99e50f0dcbabf594ea90d11ef1af1847ae20
parent 5cec88e87e987d80905e1a9b810c0e77c051f7bf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Jul 2021 19:05:24 +0200

-fix segv

Diffstat:
Msrc/bank-lib/fakebank.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)