]> git.ipfire.org Git - thirdparty/zstd.git/commit
Permit Matching Against Lowest Valid Position
authorW. Felix Handte <w@felixhandte.com>
Wed, 26 Aug 2020 22:33:44 +0000 (18:33 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
commitd332f57897394426afb4270de85aecac2a2fce3e
tree89d9b4f36792aef05e9b78d87785d5701415cf23
parenta3659fe1ef5c0609c40149b836449fc321b6a7a3
Permit Matching Against Lowest Valid Position

This comparison was previously faulty: the lowest valid position is itself
valid, and we should therefore be allowed to match against it.
lib/compress/zstd_lazy.c