[lib] Fix assertion when dictionary is prefix

This commit is contained in:
Nick Terrell
2020-05-12 14:33:59 -07:00
parent 3c1eba4d99
commit f800e72a3c
4 changed files with 11 additions and 1 deletions
@@ -162,6 +162,7 @@ struct ZSTD_DCtx_s
size_t oversizedDuration;
#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
void const* dictContentBeginForFuzzing;
void const* dictContentEndForFuzzing;
#endif
}; /* typedef'd to ZSTD_DCtx within "zstd.h" */