Message ID | pull.1810.v6.git.git.1729729499.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | parse: replace atoi() with strtoul_ui() and strtol_i() | expand |
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? Thanks, Taylor
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
On Fri, Oct 25, 2024 at 5:07 AM Patrick Steinhardt <ps@pks.im> 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.
On Fri, Oct 25, 2024 at 06:11:05AM +0000, Usman Akinyemi wrote: > On Fri, Oct 25, 2024 at 5:07 AM Patrick Steinhardt <ps@pks.im> 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. Thanks, both, for working on and reviewing this topic. Thanks, Taylor