]> git.ipfire.org Git - thirdparty/zstd.git/commit
Avoid Searching Dictionary in ZSTD_btlazy2 When an Optimal Match is Found 1362/head
authorW. Felix Handte <w@felixhandte.com>
Mon, 8 Oct 2018 22:56:09 +0000 (15:56 -0700)
committerW. Felix Handte <w@felixhandte.com>
Mon, 8 Oct 2018 22:59:32 +0000 (15:59 -0700)
commitb8235be865e136d0baf6fa75588281dcb6d8ca8f
treed8e8ab174cd7dec4347e6fe67c158784281800ae
parentd121b3451ce32fe293316f908bb3a2431b47000e
Avoid Searching Dictionary in ZSTD_btlazy2 When an Optimal Match is Found

Bailing here is important to avoid reading past the end of the input buffer.
lib/compress/zstd_lazy.c