|
SDDS ToolKit Programs and Libraries for C and Python
|
In-process fuzz harness for the standalone C++ SDDS parser and decoders.
Exercises layout parsing and page decoding from caller-owned memory with conservative resource limits.
Definition in file fuzz_sdds3.cc.
#include "SDDS.hpp"#include <cstddef>#include <cstdint>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const std::uint8_t *data, std::size_t size) |
| int LLVMFuzzerTestOneInput | ( | const std::uint8_t * | data, |
| std::size_t | size ) |
Definition at line 28 of file fuzz_sdds3.cc.