zstd/lib/compress
Nick Terrell 1548bfc349 [opt] Fix too short of match getting generated
The optimal parser with LDM enabled using minMatch > 3 could generate a match
length of 3 when minMatch >= 4. This is not allowed.

1. Fix the bug
2. Add validation logic to `ZSTD_buildSeqStore()` in debug mode for all block
   compressors that checks we never generate too short a match. This way we don't
   rely on the `generate_sequences` fuzzer to find this issue.

Credit to OSS-Fuzz
2025-01-03 11:38:41 -05:00
..
2023-01-04 13:01:54 -08:00
2024-11-26 11:15:39 +01:00
2024-02-11 22:00:03 +01:00
2023-01-04 13:01:54 -08:00
2023-01-04 13:01:54 -08:00
2024-10-28 16:31:15 -07:00
2023-01-04 13:01:54 -08:00