oss-fuzz/projects/lzo
Dmitry Vyukov 9503ea34f5
lzo: fix crash on large inputs (#9839)
The target allocates 2*size buffers on the stack.
Stack is not always infinite. If we allocate on the stack,
we need to cap input size.
2023-03-01 10:32:40 -05:00
..
lzo_decompress_target_seeds
Dockerfile
all_lzo_compress.cc
build.sh
lzo_compress_target.c
lzo_compress_target.options
lzo_decompress_target.c
lzo_decompress_target.options
project.yaml