zstd/lib/compress
Nick Terrell 9889bca530 [FSE] Fix division by zero
When the primary normalization method fails, and
`(1 << tableLog) == (maxSymbolValue + 1)`, and every symbol gets assigned
normalized weight 1 or -1 in the first loop, then the next division can
raise `SIGFPE`.
2018-07-27 17:30:03 -07:00
..
2018-07-27 17:30:03 -07:00
2018-06-14 19:47:05 -04:00
2018-06-14 19:47:05 -04:00
2018-06-21 15:53:40 -04:00
2018-06-21 15:54:41 -04:00
2018-06-19 13:01:21 -04:00