gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #8102


From: gnunet
Subject: [taler-exchange] branch master updated: fix #8102
Date: Thu, 18 Jan 2024 13:23:03 +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 d7962e01 fix #8102
d7962e01 is described below

commit d7962e0172fcf32dde62125eac83c4c3816666da
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 18 13:22:58 2024 +0100

    fix #8102
---
 contrib/gana                  | 2 +-
 src/lib/exchange_api_handle.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index ace673ed..0ff4edfe 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit ace673ed30067aa50ef5eebe16cc63ebe1ae066d
+Subproject commit 0ff4edfe76be77a59d4ebff5031feb50f3ba07d8
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 7db89933..059a4a37 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -224,7 +224,7 @@ append_signature (struct SignatureContext *sig_ctx,
     if (0 == sig_ctx->elements_size)
       new_size = 1024;
     else
-      new_size = sig_ctx->elements_size;
+      new_size = sig_ctx->elements_size * 2;
     GNUNET_array_grow (sig_ctx->elements,
                        sig_ctx->elements_size,
                        new_size);

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