Nick Terrell 0fd322f812 [legacy] Fix ZSTDv0*_decodeSequence()
* Version <= 0.5 could read beyond the end of `dumps`, which points into
  the input buffer.
* Check the validity of `dumps` before using it, if it is out of bounds
  return garbage values. There is no return code for this function.
* Introduce `MEM_readLE24()` for simplicity, since I don't want to trust
  that there is an extra byte after `dumps`.
2019-04-19 11:34:52 -07:00
..
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00
2019-03-19 01:44:08 -07:00