gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: make asan happier


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: make asan happier
Date: Fri, 02 Mar 2018 22:45:02 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 67f42cc8 make asan happier
67f42cc8 is described below

commit 67f42cc8fd8712f24ade4e03f0e989e797fb73c3
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 2 22:44:59 2018 +0100

    make asan happier
---
 src/microhttpd/test_upgrade.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index a1f58b1d..a0703441 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -1077,7 +1077,7 @@ test_upgrade (int flags,
 
       /* make address sanitizer happy */
       memcpy (&port,
-              &dinfo->port,
+              dinfo /* ->port */,
               sizeof (port));
       if (-1 == (pid = gnutlscli_connect (&tls_fork_sock,
                                           port)))
@@ -1105,7 +1105,7 @@ test_upgrade (int flags,
 
       /* make address sanitizer happy */
       memcpy (&flags,
-              &real_flags->flags,
+              real_flags /* ->flags */,
               sizeof (flags));
       run_mhd_loop (d, flags);
     }

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



reply via email to

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