Skip to content

Commit

Permalink
Fixed missing '{'
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-bennett authored and martinknafve committed Jan 15, 2022
1 parent 186a601 commit e684de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hmailserver/source/Server/SMTP/SPF/RMSPF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2372,6 +2372,7 @@ char** bufp, spfbool fordomain)
// get max number of parts
num = 0;
while (ISDIGIT(*cp))
{
if (num > (INT_MAX - (*cp - '0')) / 10)
return SPF_PermError;

Expand Down

0 comments on commit e684de1

Please sign in to comment.