oss-fuzz/projects/lzo
alexfh 1a513c7fc3
Ensure VLA of zero size is never created in LLVMFuzzerTestOneInput(). (#7173)
Some fuzzing drivers invoke this function with zero size, which causes creation of a zero-size VLA (variable-length array). In C99 VLA size must not be zero. Clang started enforcing this in b2715660ed (when compiled with -fsanitize=vla-bound).
2022-01-24 22:45:55 +00:00
..
lzo_decompress_target_seeds lzo: Fixes problems with google/oss-fuzz#1900 (#1905) 2018-10-25 07:07:38 -07:00
Dockerfile Update Dockerfiles (#4070) 2020-07-06 13:18:23 -07:00
all_lzo_compress.cc Implement a fuzz target for all the compression algorithms in LZO. The fuzzer dynamically switches between algorithms using the FuzzedDataProvider adapter. (#2966) 2019-10-21 11:21:56 -07:00
build.sh Implement a fuzz target for all the compression algorithms in LZO. The fuzzer dynamically switches between algorithms using the FuzzedDataProvider adapter. (#2966) 2019-10-21 11:21:56 -07:00
lzo_compress_target.c Ensure VLA of zero size is never created in LLVMFuzzerTestOneInput(). (#7173) 2022-01-24 22:45:55 +00:00
lzo_compress_target.options lzo: Fixes problems with google/oss-fuzz#1900 (#1905) 2018-10-25 07:07:38 -07:00
lzo_decompress_target.c lzo: Fixes problems with google/oss-fuzz#1900 (#1905) 2018-10-25 07:07:38 -07:00
lzo_decompress_target.options lzo: Fixes problems with google/oss-fuzz#1900 (#1905) 2018-10-25 07:07:38 -07:00
project.yaml [presubmit] Enforce language attribute in project.yaml to be always set. (#3477) 2020-03-10 11:08:01 -07:00