5 Sep
2019
5 Sep
'19
10:36 p.m.
CID 1453504 Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/http.sys/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/http.sys/http.c b/dlls/http.sys/http.c index b5d5a219dc..02320d487f 100644 --- a/dlls/http.sys/http.c +++ b/dlls/http.sys/http.c @@ -1053,6 +1053,7 @@ static NTSTATUS http_add_url(struct request_queue *queue, IRP *irp) TRACE("host %s, context %s.\n", debugstr_a(params->url), wine_dbgstr_longlong(params->context)); + memset( &addr, 0, sizeof(addr) ); if (!strncmp(params->url, "https://", 8)) { FIXME("HTTPS is not implemented.\n"); -- 2.17.1