mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
In 32-bit mode, ZSTD_getOffsetInfo() can be called when nbSeq == 0, and in this case the offset table is uninitialized. The function should just return 0 for both values, because there are no sequences. Credit to OSS-Fuzz