aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-10 21:44:08 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-10 21:44:08 +0300
commita3c8bf22fb1e48b74bbe14ceb723a7f708470916 (patch)
treed710a7cea3d67d16edfdb5136f9817dae7504478
parent5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f (diff)
downloadlibmicrohttpd-a3c8bf22fb1e48b74bbe14ceb723a7f708470916.tar.gz
libmicrohttpd-a3c8bf22fb1e48b74bbe14ceb723a7f708470916.zip
A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7f
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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)
2913 AS_IF([test -z "${enabled_sanitizers}"], 2913 AS_IF([test -z "${enabled_sanitizers}"],
2914 [AC_MSG_ERROR([cannot find any sanitizer supported by $CC])]) 2914 [AC_MSG_ERROR([cannot find any sanitizer supported by $CC])])
2915 AC_MSG_CHECKING([whether to enable user memory poisoning]) 2915 AC_MSG_CHECKING([whether to enable user memory poisoning])
2916 AS_IF([test "x${mhd_cv_cc_sanitizer_address}" = "xyes" && test "x${ac_cv_header_sanitizer_asan_interface_h}" = "xyes" && \ 2916 AS_IF([test "x${mhd_cv_cc_sanitizer_address}" = "xyes" && test "x${mhd_cv_cc_sanitizer_pointer_compare}" = "xyes" && \
2917 test "x${ac_cv_header_sanitizer_asan_interface_h}" = "xyes" && \
2917 (test "x${mhd_cv_func_attribute_nosanitize_ptr}" = "xyes" || test "x${mhd_cv_func_attribute_nosanitize_addr}" = "xyes")], 2918 (test "x${mhd_cv_func_attribute_nosanitize_ptr}" = "xyes" || test "x${mhd_cv_func_attribute_nosanitize_addr}" = "xyes")],
2918 [ 2919 [
2919 AC_DEFINE([MHD_ASAN_POISON_ACTIVE], [1], [Define to '1' if user memory poison is used]) 2920 AC_DEFINE([MHD_ASAN_POISON_ACTIVE], [1], [Define to '1' if user memory poison is used])