You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
Replaced unsafe uses of atoi() with strtol_i() to improve error handling
when parsing UIDVALIDITY, UIDNEXT, and APPENDUID in IMAP commands.
Invalid values, such as those with letters,
now trigger error messages and prevent malformed status responses.
Signed-off-by: Usman Akinyemi <[email protected]>
Signed-off-by: Taylor Blau <[email protected]>
0 commit comments