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-07-06 17:06:04 -07:00
2018-06-13 15:43:09 -04:00
2018-06-26 14:08:35 -07:00
2017-09-08 00:09:23 -07:00
2017-11-17 11:40:08 -08:00
2017-08-14 21:12:05 -07:00
2018-08-28 13:24:44 -07:00