Files
zstd-rs/lib/compress
Nick Terrell 5e580de6da [zstd] Fix seqStore growth
We could undersize the literals buffer by up to 11 bytes,
due to a combination of 2 bugs:
* The literals buffer didn't have `WILDCOPY_OVERLENGTH` extra
  space, like it is supposed to.
* We didn't check the literals buffer size in `ZSTD_sufficientBuff()`.
2018-08-28 13:24:44 -07:00
..
2018-06-14 19:47:05 -04:00
2018-06-14 19:47:05 -04:00
2018-08-28 13:24:44 -07:00
2018-06-21 15:53:40 -04:00
2018-06-19 13:01:21 -04:00