gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix warnings


From: gnunet
Subject: [taler-exchange] branch master updated: -fix warnings
Date: Fri, 19 Nov 2021 17:00:39 +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 7b5eb613 -fix warnings
7b5eb613 is described below

commit 7b5eb6137061128f987260ba681231e28ae260d5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 19 17:00:37 2021 +0100

    -fix warnings
---
 src/util/crypto_helper_esign.c | 1 -
 src/util/secmod_common.c       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c
index 5c0d9449..a73e9688 100644
--- a/src/util/crypto_helper_esign.c
+++ b/src/util/crypto_helper_esign.c
@@ -417,7 +417,6 @@ more:
       if (off < sizeof (struct GNUNET_MessageHeader))
         continue;
       msize = ntohs (hdr->size);
-      GNUNET_assert (msize <= sizeof (buf));
       if (off < msize)
         continue;
       switch (ntohs (hdr->type))
diff --git a/src/util/secmod_common.c b/src/util/secmod_common.c
index 0bcf9ae5..ff95caf5 100644
--- a/src/util/secmod_common.c
+++ b/src/util/secmod_common.c
@@ -271,7 +271,6 @@ TES_read_work (void *cls,
       GNUNET_break_op (0);
       return GNUNET_SYSERR;
     }
-    GNUNET_assert (msize <= sizeof (client->iobuf));
   } while (off < msize);
 
   if (off > msize)

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