zstd/lib/legacy
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
..
zstd_legacy.h [legacy] Return the right error code 2019-04-17 11:34:52 -07:00
zstd_v01.c [legacy] Fix ZSTDv0*_decodeSequence() 2019-04-19 11:34:52 -07:00
zstd_v01.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v02.c [legacy] Fix ZSTDv0*_decodeSequence() 2019-04-19 11:34:52 -07:00
zstd_v02.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v03.c [legacy] Fix ZSTDv0*_decodeSequence() 2019-04-19 11:34:52 -07:00
zstd_v03.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v04.c [legacy] Fix ZSTDv0*_decodeSequence() 2019-04-19 11:34:52 -07:00
zstd_v04.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v05.c [legacy] Fix ZSTDv0*_decodeSequence() 2019-04-19 11:34:52 -07:00
zstd_v05.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v06.c [legacy] Fix bug in ZSTD_decodeSeqHeaders() 2019-04-18 13:41:10 -07:00
zstd_v06.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v07.c [legacy] Fix bug in ZSTD_decodeSeqHeaders() 2019-04-18 13:41:10 -07:00
zstd_v07.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00