gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (50c9e5ef -> 5bcd843d)


From: gnunet
Subject: [libmicrohttpd] branch master updated (50c9e5ef -> 5bcd843d)
Date: Sun, 10 Oct 2021 20:33:34 +0200

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 50c9e5ef Added custom memory poisoning for MemoryPool
     new c88c27b7 test_toolarge: fixed incorrect timeout value used for 
debugging
     new 5bcd843d configure: added proper detection of user poisoning support 
with old compilers

The 2 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:
 configure.ac                 | 2 +-
 src/testcurl/test_toolarge.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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],
                  [
diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index 4294010a..b4b58e57 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -180,7 +180,7 @@ _mhdErrorExit_func (const char *errDesc, const char 
*funcName, int lineNum)
 
 
 /* Could be increased to facilitate debugging */
-#define TIMEOUTS_VAL 500
+#define TIMEOUTS_VAL 5
 
 #define EXPECTED_URI_BASE_PATH  "/a"
 

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