From 9a2d899273e3a8a58bdb4c3834d65d22658e7821 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 20 Jul 2020 00:04:33 +0200 Subject: ntpd: fix refid reported in server mode, closes 13056 function old new delta resolve_peer_hostname 129 196 +67 recv_and_process_peer_pkt 2475 2476 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 68/0) Total: 68 bytes Signed-off-by: Denys Vlasenko --- mailutils/popmaildir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailutils/popmaildir.c') diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 6927e3a58..c5522f1b7 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c @@ -156,7 +156,7 @@ int popmaildir_main(int argc UNUSED_PARAM, char **argv) md5_ctx_t ctx; char hex[16 * 2 + 1]; } md5; - uint32_t res[16 / 4]; + uint32_t res[MD5_OUTSIZE / 4]; char *s = strchr(buf, '>'); if (s) -- cgit v1.2.3