We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d168c commit 3fcf986Copy full SHA for 3fcf986
unittests/tier1test/lzsstest.cpp
@@ -19,7 +19,7 @@ static void SafeUncompressTests()
19
unsigned char out[256];
20
char poision3[8192];
21
22
-#ifdef USING_ASAN
+#if defined( USING_ASAN ) && !defined( COMPILER_GCC )
23
ASAN_POISON_MEMORY_REGION( poision1, 8192 );
24
ASAN_POISON_MEMORY_REGION( poision2, 8192 );
25
ASAN_POISON_MEMORY_REGION( poision3, 8192 );
0 commit comments