mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
__SANITIZE_ADDRESS__ needs to be defined to 1
This commit is contained in:
parent
1a93e5bd3e
commit
ff7c868f25
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@
|
|||
|
||||
/* GCC defines __SANITIZE_ADDRESS__, so reuse the macro for clang */
|
||||
#if __has_feature(address_sanitizer)
|
||||
#define __SANITIZE_ADDRESS__
|
||||
#define __SANITIZE_ADDRESS__ 1
|
||||
#endif
|
||||
|
||||
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR >= 6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue