commit 8bb89d0be44c6667be546353f691bae62d63c9de
parent d5ea3b626b334507c0c53c0e4e4283cd512cb583
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 31 Dec 2023 15:53:26 +0300
connection.c: muted false-positive compiler warning
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -4475,6 +4475,8 @@ process_request_body (struct MHD_Connection *connection)
mhd_assert (0 != available);
overflow = false;
+ chunk_size = 0; /* Mute possible compiler warning.
+ The real value will be set later. */
num_dig = MHD_strx_to_uint64_n_ (buffer_head,
available,