gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: A small addition for 5bcd843d0b74


From: gnunet
Subject: [libmicrohttpd] branch master updated: A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f
Date: Sun, 10 Oct 2021 20:44:19 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a3c8bf22 A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f
a3c8bf22 is described below

commit a3c8bf22fb1e48b74bbe14ceb723a7f708470916
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 10 21:44:08 2021 +0300

    A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 32ce2689..d06463d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2913,7 +2913,8 @@ int main(void)
        AS_IF([test -z "${enabled_sanitizers}"],
          [AC_MSG_ERROR([cannot find any sanitizer supported by $CC])])
        AC_MSG_CHECKING([whether to enable user memory poisoning])
-       AS_IF([test "x${mhd_cv_cc_sanitizer_address}" = "xyes" && test 
"x${ac_cv_header_sanitizer_asan_interface_h}" = "xyes" && \
+       AS_IF([test "x${mhd_cv_cc_sanitizer_address}" = "xyes" && test 
"x${mhd_cv_cc_sanitizer_pointer_compare}" = "xyes" && \
+         test "x${ac_cv_header_sanitizer_asan_interface_h}" = "xyes" && \
          (test "x${mhd_cv_func_attribute_nosanitize_ptr}" = "xyes" || test 
"x${mhd_cv_func_attribute_nosanitize_addr}" = "xyes")],
          [
            AC_DEFINE([MHD_ASAN_POISON_ACTIVE], [1], [Define to '1' if user 
memory poison is used])

-- 
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]