dev
add ossfuzz fuzzer binaries to .gitignore
fuzz-test: add fuzz test for uncompressed api
fix minor static analyzer warnings
Retreiving 32 bits from the end for fuzzer
Fix typo found by codespell
Macros should not use a trailing semicolon
[fuzz] Add LZ4 frame fuzzers
[fuzzer] Update scripts for new fuzzers
- Fixed incorrect free in `round_trip_fuzzer.c` (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48884) - Fixed `round_trip_frame_uncompressed_fuzzer.c` to not use uninitialized memory (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48910)
fixed direct-leak in round_trip_fuzzer.c
[fuzz] Add HC fuzzers for round trip, compress, and streaming
[ossfuzz] Improve the fuzzers
[CI][ossfuzz] Fix string equal