printf: do n$ overflow checking by hand
commita665aa4f6df54806d0e16e3a950791b9a63142cb
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Nov 2024 21:46:33 +0000 (18 13:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Nov 2024 16:41:34 +0000 (19 08:41 -0800)
tree8c22036fb589ef151656f4b19263a6120e7e890a
parent00a5f3dd83a5d9c5d6c6a0665eaf7f675dfa6f4b
printf: do n$ overflow checking by hand

* src/printf.c (get_curr_arg): Mark as pure to pacify GCC 14.
Do overflow checking by hand rather than relying on strspn
and strtoimax.
src/printf.c