From bdc09e455e7c8660d6e1893704c0c3f3e051d868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 19 Dec 2018 22:02:37 +0100 Subject: [PATCH] __SANITIZE_ADDRESS__ needs to be defined to 1 (cherry picked from commit ff7c868f25f109ddfcef254cc0d6803ce40097b1) --- lib/isc/include/isc/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h index 13380b03be1..61ebb9190ab 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -214,7 +214,7 @@ /* GCC defines __SANITIZE_ADDRESS__, so reuse the macro for clang */ #if __has_feature(address_sanitizer) -#define __SANITIZE_ADDRESS__ +#define __SANITIZE_ADDRESS__ 1 #endif #ifdef UNIT_TESTING -- GitLab