gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 08/10: daemon.c: fixed possible uninitialized value


From: gnunet
Subject: [libmicrohttpd] 08/10: daemon.c: fixed possible uninitialized value
Date: Tue, 31 May 2022 19:38:17 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 041ada4eee987301e3b0fb299c2f5007ded63e1a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 31 19:43:36 2022 +0300

    daemon.c: fixed possible uninitialized value
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 151a2673..3e7131c1 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1171,6 +1171,7 @@ call_handlers (struct MHD_Connection *con,
   bool states_info_processed = false;
   /* Fast track flag */
   bool on_fasttrack = (con->state == MHD_CONNECTION_INIT);
+  ret = MHD_YES;
 
 #ifdef HTTPS_SUPPORT
   if (con->tls_read_ready)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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