Address sanitizer
This commit is contained in:
@@ -1604,10 +1604,6 @@ String ToString(Allocator allocator, wchar_t *wstring) {
|
||||
return result;
|
||||
}
|
||||
|
||||
#if DEBUG_BUILD
|
||||
#define USE_ADDRESS_SANITIZER
|
||||
#endif
|
||||
|
||||
#if defined(USE_ADDRESS_SANITIZER)
|
||||
#include <sanitizer/asan_interface.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user