mirror of
https://github.com/facebook/zstd.git
synced 2025-11-28 00:04:28 -05:00
If `w ==0` on line 153, then `CTable[n].nbBits == tableLog + 1`. Then `nbPerRank[CTable[n].nbBits]` and `valPerRank[CTable[n].nbBits]` are stack buffer overflows.