gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/02: configure: added proper detection of user poisoni


From: gnunet
Subject: [libmicrohttpd] 02/02: configure: added proper detection of user poisoning support with old compilers
Date: Sun, 10 Oct 2021 20:33:36 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 10 21:33:21 2021 +0300

    configure: added proper detection of user poisoning support with old 
compilers
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 67b18c5f..32ce2689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2693,7 +2693,7 @@ AS_VAR_IF([enable_sanitizers], ["yes"],
                
enabled_sanitizers="${enabled_sanitizers}${enabled_sanitizers:+, }pointer 
subtract"
              ]
            )
-           AS_VAR_IF([ac_cv_header_sanitizer_asan_interface_h],["yes"],
+           AS_IF([test "x${mhd_cv_cc_sanitizer_pointer_compare}" = "xyes" && 
test "x${ac_cv_header_sanitizer_asan_interface_h}" = "xyes"],
              [
                AC_CACHE_CHECK([whether 
'__attribute__((no_sanitize("pointer-compare","pointer-subtract")))' works], 
[mhd_cv_func_attribute_nosanitize_ptr],
                  [

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