mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 11:30:10 -04:00
__SANITIZE_ADDRESS__ needs to be defined to 1
(cherry picked from commit ff7c868f25)
This commit is contained in:
parent
498ea71f99
commit
d0dadf5ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue