From 6df3227c241e360b84accabff03a8d316ad2af21 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 23 Jul 2018 14:32:20 +0200 Subject: Wire-plugin interface. Add methods signatures to register merchants at banking institutions. --- src/wire-plugins/plugin_wire_taler-bank.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wire-plugins') diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c index c2282bc4b..2c967a1b2 100644 --- a/src/wire-plugins/plugin_wire_taler-bank.c +++ b/src/wire-plugins/plugin_wire_taler-bank.c @@ -712,6 +712,7 @@ taler_bank_execute_wire_transfer (void *cls, origin_account_url = &buf[sizeof (struct BufFormatP)]; left = buf_size - sizeof (struct BufFormatP); slen = strlen (origin_account_url) + 1; + /* make sure there's enough space to accomodate what's been taken now */ GNUNET_assert (left >= slen); left -= slen; if (0 == left) -- cgit v1.2.3