]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Expand Default Redzone Size
authorW. Felix Handte <w@felixhandte.com>
Thu, 10 Oct 2019 17:45:55 +0000 (13:45 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Oct 2019 17:45:55 +0000 (13:45 -0400)
lib/compress/zstd_cwksp.h

index 15b48b47010777be1c9ed7ed4029a142a4b3d75d..18492acb48985bd626797c974e5d39f9511bd0d0 100644 (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
 
 /*-*************************************