mirror of
https://github.com/facebook/zstd.git
synced 2025-11-28 00:04:28 -05:00
CDicts were previously guaranteed to be generated with `lowLimit=dictLimit=0`. This is no longer true, and so the old length and index calculations are no longer valid. This diff fixes them to handle non-zero start indices in CDicts.