]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ua/atoi'
authorTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 16:53:26 +0000 (12:53 -0400)
committerTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 16:53:26 +0000 (12:53 -0400)
Replace various calls to atoi() with strtol_i() and strtoul_ui(), and
add improved error handling.

* ua/atoi:
  imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
  merge: replace atoi() with strtol_i() for marker size validation
  daemon: replace atoi() with strtoul_ui() and strtol_i()


Trivial merge