gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 05/11: test_https_get_select: fixed usage o


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 05/11: test_https_get_select: fixed usage of uninitialized variable
Date: Sun, 26 May 2019 23:46:49 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 710d79a2ea4647d73172ba9aa032a4055bea14a8
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun May 26 17:44:33 2019 +0300

    test_https_get_select: fixed usage of uninitialized variable
---
 src/testcurl/https/test_https_get_select.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testcurl/https/test_https_get_select.c 
b/src/testcurl/https/test_https_get_select.c
index 64be861a..6afb1ba4 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]