Re: [PATCH v6 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
From: Taylor Blau <hidden>
Date: 2024-10-24 18:03:15
From: Taylor Blau <hidden>
Date: 2024-10-24 18:03:15
On Thu, Oct 24, 2024 at 12:24:55AM +0000, Usman Akinyemi via GitGitGadget wrote:
Usman Akinyemi (3):
daemon: replace atoi() with strtoul_ui() and strtol_i()
merge: replace atoi() with strtol_i() for marker size validation
imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT
parsingThanks, this new round looks quite good to me. Do others have thoughts on this, or are we ready to start merging it down? Thanks, Taylor