History log of /curl/lib/vtls/.checksrc (Results 1 – 3 of 3)
Revision Date Author Comments
# b4538ec5 14-Feb-2025 Daniel Stenberg

strparse: switch to curl_off_t as base data type

- add hex and octal parsers to the Curl_str_* family
- make curlx_strtoofft use these parsers
- remove all use of strtol() and strtou

strparse: switch to curl_off_t as base data type

- add hex and octal parsers to the Curl_str_* family
- make curlx_strtoofft use these parsers
- remove all use of strtol() and strtoul() in library code
- generally use Curl_str_* more than strtoofft, for stricter parsing
- supports 64-bit universally, instead of 'long' which differs in size
between platforms

Extended the unit test 1664 to verify hex and octal parsing.

Closes #16336

show more ...


# 854e055a 13-Jan-2025 Daniel Stenberg

checksrc: use 'banfunc' proper in more places


# 0d6c8b75 09-Sep-2024 Daniel Stenberg

lib: enable strerror and strncpy checksrc warnings in subdirs

Closes #14834