![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Fuzz test program for liblzma. More...
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include "lzma.h"
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *inbuf, size_t inbuf_size) |
Fuzz test program for liblzma.
This fuzz target attempts to compress the fuzzed data with the simple compression function with an output buffer that may be too small to ensure that the compressor never crashes.
This fuzz target attempts to decompress the fuzzed data with the simple decompression function to ensure the decompressor never crashes.
This fuzz target performs a lz4 round-trip test (compress & decompress), compares the result with the original, and calls abort() on corruption.