From af6fb3884035e8fd169f4ea8fee273bfe65a9d69 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 30 Nov 2023 18:23:08 -0500 Subject: [PATCH] Update clamav-milter/allow_list.c --- clamav-milter/allow_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav-milter/allow_list.c b/clamav-milter/allow_list.c index fed7ff512a..c9b48c557a 100644 --- a/clamav-milter/allow_list.c +++ b/clamav-milter/allow_list.c @@ -156,7 +156,7 @@ int smtpauth_init(const char *r) } if (len <= 0) continue; if (len * 3 + 1 > rxavail) { - ptr = regex; + ptr = regex; char *temp = realloc(regex, rxsize + 2048); if (!temp) { free(regex);