Dictionary ID can't >= 4294967177 in 32-bit build
未关闭
- 主要语言
- C
- 星标
- 27.9k
- 派生
- 2.6k
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 8
描述
4294967177 = (2**32-1) - 118
Here return `dictID`, if `dictID` is too large, it will be treated as an error code.
https://github.com/facebook/zstd/blob/bb1eedcf866e0abdd34b157d83e19d76eb82a6f7/lib/compress/zstd_compress.c#L5212
贡献指南
评估
这个 Issue 还没有评估数据。