Dictionary ID can't >= 4294967177 in 32-bit build
Abierto
- Lenguaje dominante
- C
- Estrellas
- 27.9k
- Forks
- 2.6k
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 8
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.