On Fri, Oct 25, 2024 at 5:07 AM Patrick Steinhardt <ps@xxxxxx> wrote: > > 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: > > > 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 > > > parsing > > > > Thanks, 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 Thanks to Patrick and Taylor, I really appreciate your time and mentorship.