From 7b5eb6137061128f987260ba681231e28ae260d5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 17:00:37 +0100 Subject: -fix warnings --- src/util/crypto_helper_esign.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util/crypto_helper_esign.c') diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c index 5c0d9449d..a73e96889 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)) -- cgit v1.2.3