Re: [PATCH v6 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
From: Patrick Steinhardt <hidden>
Date: 2024-10-25 05:07:07
From: Patrick Steinhardt <hidden>
Date: 2024-10-25 05:07:07
On Thu, Oct 24, 2024 at 02:03:12PM -0400, Taylor Blau wrote:
On Thu, Oct 24, 2024 at 12:24:55AM +0000, Usman Akinyemi via GitGitGadget wrote:quoted
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?
I'm happy with this version. Patrick