libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 710d79a2ea4647d73172ba9aa032a4055bea14a8
parent f1bf7918364c4b6dd33ebefa4814ec28dbbe08b0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 26 May 2019 17:44:33 +0300

test_https_get_select: fixed usage of uninitialized variable

Diffstat:
Msrc/testcurl/https/test_https_get_select.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c @@ -250,6 +250,7 @@ main (int argc, char *const *argv) unsigned int errorCount = 0; (void)argc; /* Unused. Silent compiler warning. */ + oneone = 0; if (!testsuite_curl_global_init ()) return 99; if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)