]> git.ipfire.org Git - thirdparty/zstd.git/commit
NULL Out Block Compressor Table Entries When Excluded
authorW. Felix Handte <w@felixhandte.com>
Wed, 19 Apr 2023 16:19:56 +0000 (12:19 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 4 May 2023 16:18:58 +0000 (12:18 -0400)
commit81b86a2024c80c1fc69bb6a76407628e063917ed
treeaff4a137fd5e5ec6cd2444460ef6a5e89013dfa1
parentcbf3e263160e0bfc9499f55f34c3759a14c0c1cc
NULL Out Block Compressor Table Entries When Excluded

Don't check about excluding `ZSTD_fast`. It's always included so that we know
we can resolve downwards and hit a strategy that's present.
lib/compress/zstd_compress.c