From aa302a2015d4d85bf43808e5a792b635822087e0 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 11 Feb 2019 17:47:56 +0000 Subject: [PATCH] [Minor] Oops, fix the loop --- src/libcryptobox/base64/base64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libcryptobox/base64/base64.c b/src/libcryptobox/base64/base64.c index ff08b9a80..eccc89a74 100644 --- a/src/libcryptobox/base64/base64.c +++ b/src/libcryptobox/base64/base64.c @@ -166,6 +166,7 @@ rspamd_cryptobox_base64_is_valid (const gchar *in, gsize inlen) return FALSE; } } + p ++; } return TRUE; -- 2.39.5