Expand Default Redzone Size

This commit is contained in:
W. Felix Handte 2019-10-10 13:45:55 -04:00
parent 2c80a9f8ac
commit bd6a20b8a0

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
/*-*************************************