gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: use GNUNET_memcmp


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: use GNUNET_memcmp
Date: Wed, 26 Jun 2019 23:35:46 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9a69fd81 use GNUNET_memcmp
9a69fd81 is described below

commit 9a69fd81ed1eb5de13509f565947f01de8bdf38c
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 23:35:39 2019 +0200

    use GNUNET_memcmp
---
 src/json/json_wire.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json/json_wire.c b/src/json/json_wire.c
index 7a4b4a5d..0ce4aa8b 100644
--- a/src/json/json_wire.c
+++ b/src/json/json_wire.c
@@ -113,7 +113,7 @@ TALER_JSON_exchange_wire_signature_check (const json_t 
*wire_s,
     GNUNET_JSON_spec_end ()
   };
 
-  if (0 != memcmp (&master_pub_from_wire, master_pub))
+  if (0 != GNUNET_memcmp (&master_pub_from_wire, master_pub))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "wire signature has an unexpected master public key\n");

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]