zstd/lib/legacy
Nick Terrell 07f22d465d [legacy] Fix buffer overflow in v0.2 and v0.4 raw literals decompression
Extends the fix in PR#1722 to v0.2 and v0.4. These aren't built into
zstd by default, and v0.5 onward are not affected.

I only add the `srcSize > BLOCKSIZE` check to v0.4 because the comments
say that it must hold, but the equivalent comment isn't present in v0.2.

Credit to OSS-Fuzz.
2019-08-20 17:13:04 -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 buffer overflow in v0.2 and v0.4 raw literals decompression 2019-08-20 17:13:04 -07:00
zstd_v02.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v03.c Fix Buffer Overflow in Legacy (v0.3) Raw Literals Decompression 2019-08-15 14:28:30 -04:00
zstd_v03.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v04.c [legacy] Fix buffer overflow in v0.2 and v0.4 raw literals decompression 2019-08-20 17:13:04 -07:00
zstd_v04.h Fix typo in legacy documentation 2019-03-19 01:44:08 -07:00
zstd_v05.c [legacy] Fix bug in zstd-0.5 decoder 2019-07-22 13:05:09 -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