Files
zstd-rs/lib/compress
ddidderr 47eaed7fcc fix(compress): reject by-reference dictionaries in Rust fast path
Include localDict.dict in the eligibility guard for the simple Rust compress2 route. By-reference dictionary loads populate this field without populating dictBuffer, so omitting it incorrectly allowed a dictionary-bearing context to bypass the C dictionary path.

Test Plan:
- ./tests/fuzzer -s9634 -v
- git diff --check
2026-07-18 16:42:28 +02:00
..
2023-01-04 13:01:54 -08:00
2024-11-26 11:15:39 +01:00
2023-01-04 13:01:54 -08:00
2023-01-04 13:01:54 -08:00