These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.
Related: #6180
fuzzer_corpus generators emits two lines per test case generated and the
following zip command emits another line for each generated test case.
This patch makes both commands quiet which facilitates spotting error
messages.
libjxl is the reference implementation encoder and decoder for JPEG XL.
This patch adds the main decoder fuzzer (djxl_fuzzer) and a few other
fuzzers for internal parts of the decoder.
There's no encoder fuzzer support.