]> git.ipfire.org Git - thirdparty/zstd.git/commit
Adds initialization of clevel to static cdict (#3525) (#3527)
authorYonatan Komornik <11005061+yoniko@users.noreply.github.com>
Tue, 7 Mar 2023 02:05:12 +0000 (18:05 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 02:05:12 +0000 (18:05 -0800)
commit988ce61a0c019d7fc58575954636b9ff8d147845
tree00e6671e5bb0cf0e6af1ded1b0e076d88a71c16f
parentdb7d7b697439175969d5bc97f733af86d78c001f
Adds initialization of clevel to static cdict (#3525) (#3527)

- Initializes clevel in `ZSTD_CCtxParams_init`
- Adds CI workflow for msan fuzzers runs without optimization (`-O0`)
- Fixes Makefile to correctly pass on user defined `MOREFLAGS` and `FUZZER_FLAGS` in cases they have been overwritten
.github/workflows/dev-long-tests.yml
Makefile
lib/compress/zstd_compress.c