aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/100-file-on-Windows-refuse-paths-that-start-with.patch
Commit message (Collapse)AuthorAgeFilesLines
* curl: backport fix for CVE-2019-15601Petr Štetiar2020-05-011-0/+44
On Windows, refuse paths that start with \\ ... as that might cause an unexpected SMB connection to a given host name. Ref: PR#2730 Ref: https://curl.haxx.se/docs/CVE-2019-15601.html Suggested-by: Jerome Benoit <jerome.benoit@sap.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>