]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: parse numbers with fixed known base 10
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Nov 2022 07:41:44 +0000 (08:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Nov 2022 22:15:37 +0000 (23:15 +0100)
commite9c580de4efcc0c1eefbb60bf3f454ee43dd4e1e
tree8d0457165bb76dd4f3b548a8fe64c75c44d8c92b
parent0fef73ea4ac850304766be42383ed22fa7da6363
lib: parse numbers with fixed known base 10

... instead of using 0 argument that allows decimal, hex or octal when
the number is documented and assumed to use base 10.

Closes #9933
lib/curl_range.c
lib/ftp.c
lib/strtoofft.c
lib/vssh/libssh.c
lib/vssh/libssh2.c
src/tool_getparam.c
src/tool_paramhlp.c