4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-13 12:39:22 +08:00
Corinna Vinschen f0ab27c095 Cygwin: strptime: make sure to fail on invalid input digits
conv_num returns NULL if the input is invalid, e. g., the
numbers are out of range.  However, the code fails to test
this in a lot of places.

Rather than adding checks all over the place, rename conv_num
to __conv_num and create a wrapper macro conv_num to perform
the task of error checking.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2024-02-21 20:00:59 +01:00
..
2020-08-30 14:27:43 +02:00
2020-08-30 14:27:43 +02:00
2022-05-29 17:45:52 -04:00
2022-05-29 17:45:52 -04:00
2020-09-01 12:46:15 +02:00
2022-05-29 17:45:52 -04:00
2022-05-29 17:45:52 -04:00
2020-08-30 14:27:43 +02:00
2020-08-30 14:27:43 +02:00