]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_formparse: remove use of sscanf()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Dec 2024 12:59:52 +0000 (13:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Dec 2024 06:58:45 +0000 (07:58 +0100)
commit9664d5a5475fdc661c23a0f329dfdfaf558e2e0b
treecccc7d98eb2274710f3fa7773e9dbd6d5ff4b794
parent03669b630e0e013db783eb897363e3ae9f18fd11
tool_formparse: remove use of sscanf()

In the function for handling 'type=' in the -F command line arguments,
we make the code more lax to accept more strings and thereby also avoid
the use of sscanf().

Closes #15683
src/tool_formparse.c