unittests: don't use ASAN_POISON_MEMORY_REGION with gcc

This commit is contained in:
nillerusr 2023-04-07 15:19:35 +03:00
parent 6817e09c4e
commit 81d86fb9dc

View file

@ -19,7 +19,7 @@ static void SafeUncompressTests()
unsigned char out[256];
char poision3[8192];
#ifdef USING_ASAN
#if defined( USING_ASAN ) && !defined( COMPILER_GCC )
ASAN_POISON_MEMORY_REGION( poision1, 8192 );
ASAN_POISON_MEMORY_REGION( poision2, 8192 );
ASAN_POISON_MEMORY_REGION( poision3, 8192 );