mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
unittests: don't use ASAN_POISON_MEMORY_REGION with gcc
This commit is contained in:
parent
b2d168c701
commit
3fcf986853
@ -19,7 +19,7 @@ static void SafeUncompressTests()
|
|||||||
unsigned char out[256];
|
unsigned char out[256];
|
||||||
char poision3[8192];
|
char poision3[8192];
|
||||||
|
|
||||||
#ifdef USING_ASAN
|
#if defined( USING_ASAN ) && !defined( COMPILER_GCC )
|
||||||
ASAN_POISON_MEMORY_REGION( poision1, 8192 );
|
ASAN_POISON_MEMORY_REGION( poision1, 8192 );
|
||||||
ASAN_POISON_MEMORY_REGION( poision2, 8192 );
|
ASAN_POISON_MEMORY_REGION( poision2, 8192 );
|
||||||
ASAN_POISON_MEMORY_REGION( poision3, 8192 );
|
ASAN_POISON_MEMORY_REGION( poision3, 8192 );
|
||||||
|
Loading…
Reference in New Issue
Block a user