]> git.ipfire.org Git - thirdparty/zstd.git/commit
ZSTD_execSequence() accepts match in last 7 bytes 430/head
authorNick Terrell <terrelln@fb.com>
Fri, 21 Oct 2016 23:55:26 +0000 (16:55 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 26 Oct 2016 04:24:15 +0000 (21:24 -0700)
commiteb7873a048dee0c9462746550daa9d0a502b6154
treed94c6c7d2fbaab1783d97c00cddb4dcb20076d08
parent52c1bf93fe677dc45f243ba05bf7e3a20aa9196c
ZSTD_execSequence() accepts match in last 7 bytes

The zstd reference compressor will not emit a match in the last 7
bytes of a block.  The decompressor will also not accept a match
in the last 7 bytes.  This patch makes the decompressor accept a
match in the last 7 bytes.
lib/common/zstd_internal.h
lib/decompress/zstd_decompress.c