Module: wine Branch: master Commit: 498042e0eeac12d6ee99a1cbada2ef2bd7b05131 URL: https://source.winehq.org/git/wine.git/?a=commit;h=498042e0eeac12d6ee99a1cba...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Aug 24 13:32:42 2018 +0200
winhttp: Escape untrusted URL paths.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/request.c | 24 ++++++++++----------- dlls/winhttp/session.c | 8 +++---- dlls/winhttp/tests/url.c | 1 + dlls/winhttp/tests/winhttp.c | 40 ++++++++++++++++++++++++++++++++++ dlls/winhttp/url.c | 49 ++++++++++++++++++++++++------------------ dlls/winhttp/winhttp_private.h | 1 + 6 files changed, 86 insertions(+), 37 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=498042e0eeac12d6ee99a...