]> git.ipfire.org Git - thirdparty/zstd.git/commit
Allow `ZSTD_selectBlockCompressor()` to Return NULL
authorW. Felix Handte <w@felixhandte.com>
Wed, 19 Apr 2023 15:41:51 +0000 (11:41 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 4 May 2023 16:18:58 +0000 (12:18 -0400)
commitcbf3e263160e0bfc9499f55f34c3759a14c0c1cc
tree90011107097b42be20bd0bfcf7a52a3051718c9d
parent7806d803383b75b00868a5367154a18caf535a92
Allow `ZSTD_selectBlockCompressor()` to Return NULL

Return an error rather than segfaulting.
lib/compress/zstd_compress.c
lib/compress/zstd_ldm.c