gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated (cd50c5b3 -> 65a322cf


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated (cd50c5b3 -> 65a322cf)
Date: Sun, 25 Mar 2018 20:51:42 +0200

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

grothoff pushed a change to branch master
in repository libmicrohttpd.

    from cd50c5b3 Cosmetic fix.
     new 22895a55 fix bug
     new 223e88c4 Merge branch 'master' of gnunet.org:libmicrohttpd
     new 65a322cf mark bug, too tired to fix right now

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/lib/connection_call_handlers.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/connection_call_handlers.c 
b/src/lib/connection_call_handlers.c
index f8ea0e4d..ab909da8 100644
--- a/src/lib/connection_call_handlers.c
+++ b/src/lib/connection_call_handlers.c
@@ -1771,7 +1771,7 @@ parse_initial_message_line (struct MHD_Request *request,
       uri = NULL;
       request->version_s = "";
       args = NULL;
-      url_end = line_len - (line - uri);
+      url_end = line_len - (line - uri); // EH, this is garbage. FIXME!
     }
   else
     {
@@ -3525,7 +3525,7 @@ MHD_request_handle_idle_ (struct MHD_Request *request)
             }
          // FIXME: this is too much, NULLs out some of the things
          // initialized above...
-         memset (&request,
+         memset (request,
                  0,
                  sizeof (struct MHD_Request));
          request->daemon = daemon;

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



reply via email to

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