]> git.ipfire.org Git - thirdparty/curl.git/commit
src: replace strto[u][ld] with curlx_str_ parsers
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 Mar 2025 11:49:24 +0000 (12:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2025 07:09:41 +0000 (08:09 +0100)
commit8dca3b0656d6c2db47f98d3773f20d77f4bacb82
tree741a2af098ae8325c2c500b65354bc1cd98dfec6
parentf3b599a7e25321e6e7238f83ee047646c5083121
src: replace strto[u][ld] with curlx_str_ parsers

- Better error handling (no errno mess), better limit checks.

- Also removed all uses of curlx_strtoofft()

Closes #16634
12 files changed:
lib/strparse.h
lib/strtoofft.h
src/.checksrc
src/terminal.c
src/tool_cb_hdr.c
src/tool_getparam.c
src/tool_main.c
src/tool_operate.c
src/tool_paramhlp.c
src/tool_urlglob.c
src/tool_urlglob.h
src/var.c