klauspost / compress

Optimized Go Compression Packages
Other
4.68k stars 311 forks source link

zstd: BuildDict fails with RLE table #951

Closed klauspost closed 3 months ago

klauspost commented 5 months ago

We cannot build a useable table if RLE. Add a fake entry to generate valid tables.

Invalid offsets could be generated.

Fixes #950