From: W. Felix Handte Date: Thu, 10 Oct 2019 17:45:55 +0000 (-0400) Subject: Expand Default Redzone Size X-Git-Tag: v1.4.4~1^2~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6a20b8a0cc16fbd6efa974bf60d59bb79f6398;p=thirdparty%2Fzstd.git Expand Default Redzone Size --- diff --git a/lib/compress/zstd_cwksp.h b/lib/compress/zstd_cwksp.h index 15b48b470..18492acb4 100644 --- a/lib/compress/zstd_cwksp.h +++ b/lib/compress/zstd_cwksp.h @@ -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 /*-*************************************