zstd/lib/compress
Nick Terrell ad344033df Fix broken assertion
The `avgJobSize` must not be lower than 256 KB for single-pass mode.
In `zstd.h` we say the minimum value for `ZSTD_p_jobSize` is 1 MB,
so ensure that we always pick a size >= 1 MB.

Found by libFuzzer fuzzer tests with large input limits.
2018-03-21 16:20:30 -07:00
..
2018-03-13 14:14:05 -07:00
2018-03-13 14:14:05 -07:00
2018-03-11 05:21:53 -07:00
2018-03-21 16:20:30 -07:00