Files
libssh2/tests/ossfuzz/testinput.h
Christoph M. Becker 60401ec4c2 Vanilla libssh2 1.10.0
Build with CMake.
2021-11-01 22:33:32 +01:00

4 lines
96 B
C

#include <inttypes.h>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);