]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: set CURLOPT_NEW_FILE_PERMS if requested
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Feb 2021 10:18:09 +0000 (11:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Feb 2021 23:30:36 +0000 (00:30 +0100)
commit40f3c18e6af7c6e06328062645bda8fa0302d715
tree133136aa712e434d18b347a81861d9876e37373f
parent15bc86df3361bb890cdee9936c72b5f558b3d978
curl: set CURLOPT_NEW_FILE_PERMS if requested

The --create-file-mode code logic accepted the value but never actually
passed it on to libcurl!

Follow-up to a7696c73436f (shipped in 7.75.0)
Reported-by: Johannes Lesr
Fixes #6657
Closes #6666
src/tool_operate.c