Skip to content

Commit

Permalink
Update clamav-milter/allow_list.c
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder authored Nov 30, 2023
1 parent e763cfb commit af6fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamav-milter/allow_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit af6fb38

Please sign in to comment.