]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix issue 5921623844651008 3900/head
authorYann Collet <cyan@fb.com>
Tue, 6 Feb 2024 20:15:54 +0000 (12:15 -0800)
committerYann Collet <cyan@fb.com>
Tue, 6 Feb 2024 21:01:14 +0000 (13:01 -0800)
commit22574d848df09616d07fe26b363700525cb9cce9
tree02c4b207c52fa40432ce11f378e0235c45acbd18
parent06b5b37b8d5450f05aee920c6ba852f201cece42
fix issue 5921623844651008

ossfuzz managed to create a scenario which triggers an `assert`.
This fixes it, by giving +1 more space for the backward search pass.
lib/compress/zstd_compress_internal.h
lib/compress/zstd_opt.c