Expand Default Redzone Size

dev
W. Felix Handte 2019-10-10 13:45:55 -04:00
parent 2c80a9f8ac
commit bd6a20b8a0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
* This defines the size of that redzone.
*/
#ifndef ZSTD_CWKSP_ASAN_REDZONE_SIZE
#define ZSTD_CWKSP_ASAN_REDZONE_SIZE 8
#define ZSTD_CWKSP_ASAN_REDZONE_SIZE 128
#endif
/*-*************************************