gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 24/156: daemon.c: fixed possible uninitialized value


From: gnunet
Subject: [libmicrohttpd] 24/156: daemon.c: fixed possible uninitialized value
Date: Sun, 28 May 2023 17:51:17 +0200

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

karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.

commit c21c5769af2ac83c37ce7b702f7e2666d11f7947
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 f776b68d..e5ecc9ef 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1208,6 +1208,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]