gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix size comparison


From: gnunet
Subject: [taler-exchange] branch master updated: -fix size comparison
Date: Mon, 27 Nov 2023 15:38:48 +0100

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

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new fd2f18d4 -fix size comparison
fd2f18d4 is described below

commit fd2f18d4fbf8b84eb9444972b1660bb7712d192e
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Nov 27 15:38:41 2023 +0100

    -fix size comparison
---
 src/pq/pq_result_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index 9acf8071..9bd3fdb4 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -1208,7 +1208,7 @@ extract_array_generic (
           in += sizeof(val);
 
           /* total size for this array-entry */
-          FAIL_IF (sizeof(ap) > sz);
+          FAIL_IF (sizeof(ap) != sz);
 
           GNUNET_memcpy (&ap,
                          in,

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