third_party_libsnd/ossfuzz
Max Dymond 1998691e56 Fix up the fuzzer so that it can't under or overseek.
Instead, print out the bad seek, e.g.

```
Running: /out/clusterfuzz-testcase-minimized-sndfile_fuzzer-4838501290606592
vf overseek: new_offset(539033364) > vf->length(20);  whence(1), vf->offset(20), offset(539033344)
vf overseek: new_offset(539033364) > vf->length(20);  whence(1), vf->offset(20), offset(539033344)
```
2020-10-22 17:31:33 +05:00
..
.gitignore Add ossfuzz support for libsndfile 2020-08-28 14:41:37 +05:00
ci_oss.sh Fix up git repository in ci_oss.sh 2020-10-15 21:11:02 +05:00
ossfuzz.sh Disable extra libraries to get ossfuzz working in the ossfuzz pipelines 2020-08-29 10:10:17 +10:00
sndfile_fuzzer.cc Fix up the fuzzer so that it can't under or overseek. 2020-10-22 17:31:33 +05:00
standaloneengine.cc Add ossfuzz support for libsndfile 2020-08-28 14:41:37 +05:00
testinput.h Add ossfuzz support for libsndfile 2020-08-28 14:41:37 +05:00