You've already forked libsndfile
mirror of
https://github.com/OldUnreal/libsndfile.git
synced 2026-04-02 21:43:35 -07:00
Fixes #476 Add a fuzzer (`sndfile_fuzzer`) which can be compiled and run by the OSS-Fuzz infrastructure.
4 lines
96 B
C
4 lines
96 B
C
#include <inttypes.h>
|
|
|
|
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
|