]> git.ipfire.org Git - thirdparty/curl.git/commit
file: on Windows, refuse paths that start with \\
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Nov 2019 09:13:01 +0000 (10:13 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Jan 2020 09:05:37 +0000 (10:05 +0100)
commit1b71bc532bde8621fd3260843f8197182a467ff2
treed349f280f458873744dd64bbc41e83314b8fcf8e
parentaeb32d059bc1e02993e4ca541d510fc8e3fd99bc
file: on Windows, refuse paths that start with \\

... as that might cause an unexpected SMB connection to a given host
name.

Reported-by: Fernando Muñoz
CVE-2019-15601
Bug: https://curl.haxx.se/docs/CVE-2019-15601.html
lib/file.c