oss-fuzz/projects/json-sanitizer
jonathanmetzman 346370af46
[json-sanitizer][jazzer] Don't assume that fuzzer is run from its directory (#5217)
This is a speculative fix for an issue we've seen where the class
fails to load.
A simpler approach I did not use is cd-ing into $this_dir. I didn't
use this approach because it will break things if relative paths
are passed to the fuzzer by ClusterFuzz.

The other reason that I think could be responsible for the missing
class issues is not unpacking the zipfile fully.
2021-02-18 08:25:21 -08:00
..
DenylistFuzzer.java [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00
Dockerfile [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00
IdempotenceFuzzer.java [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00
ValidJsonFuzzer.java [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00
build.sh [json-sanitizer][jazzer] Don't assume that fuzzer is run from its directory (#5217) 2021-02-18 08:25:21 -08:00
project.yaml [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00