]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix Off-By-One Error in Counting DDS Search Attempts
authorW. Felix Handte <w@felixhandte.com>
Mon, 17 Aug 2020 21:43:01 +0000 (17:43 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
commitdf386b3d8d50cef611d7f9693417d63620170bd1
tree167cf2746c2f177351e7a52b998d3c4791aee0b8
parentd46306087b4ce37c1d31309d8db9f843b9cb05fc
Fix Off-By-One Error in Counting DDS Search Attempts

This caused us to double-search the first position and fail to search the
last position in the chain, slowing down search and making it less effective.
lib/compress/zstd_lazy.c