On Thu, Feb 12, 2026 at 11:56:21PM +0100, Alejandro Colomar via Mutt-dev wrote:
Fixes: b423ebbfa9d2 (1999-01-04, "Make the experimental branch the main trunk.")
Looks fine to me. May I apply this one by itself and wait for a little more discussion on PATCH 1/2?
---
crypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypt.c b/crypt.c
index 47a7185a2bd5..cc6c376deadc 100644
--- a/crypt.c
+++ b/crypt.c
@@ -1029,7 +1029,7 @@ static void crypt_fetch_signatures (BODY ***signatures,
BODY *a, int *n)
else
{
if ((*n % 5) == 0)
- safe_realloc (signatures, (*n + 6) * sizeof (BODY **));
+ safe_realloc (signatures, (*n + 6) * sizeof (BODY *));
(*signatures)[(*n)++] = a;
}
--
2.51.0
-- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
signature.asc
Description: PGP signature
