]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: Fix error codes during DOS filename sanitize
authorDan Fandrich <dan@coneharvesters.com>
Mon, 6 Feb 2023 18:40:59 +0000 (10:40 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2023 07:20:19 +0000 (08:20 +0100)
commitdf3722a46c678b5c54b3df1154c1d109ad4cb6e5
tree1bcb1cc0539070dc9cdfc6a7831248622ba22871
parent349c5391f2121ee0338dcf5a61dafde7bc83be57
tool_operate: Fix error codes during DOS filename sanitize

It would return CURLE_URL_MALFORMAT in an OOM condition.

Closes #10414
src/tool_operhlp.c