oss-fuzz/projects/json-sanitizer
jonathanmetzman aab2e82b4a
[jazzer][java-example] Fix native library loading. (#5262)
Prior to this change, native library loading failed for
two reasons:
1. Loading from current working directory instead of the fuzzer's
directory.
2. Using ASAN_OPTIONS=handle_segv=2.

Fix these issues by doing the following.
1. Adding the fuzzer's directory to LD_LIBRARY_PATH instead of "."
2. Specifying handle_segv=1 in ASAN_OPTIONS.

Related: https://github.com/google/oss-fuzz/issues/5178
2021-02-26 18:22:32 +00:00
..
DenylistFuzzer.java [jazzer] Migrate projects to new void fuzzerTestOneInput (#5251) 2021-02-24 08:33:58 -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] Migrate projects to new void fuzzerTestOneInput (#5251) 2021-02-24 08:33:58 -08:00
ValidJsonFuzzer.java [jazzer] Migrate projects to new void fuzzerTestOneInput (#5251) 2021-02-24 08:33:58 -08:00
build.sh [jazzer][java-example] Fix native library loading. (#5262) 2021-02-26 18:22:32 +00:00
project.yaml [jazzer][json-sanitizer] Add json-sanitizer as the first JVM project (#5186) 2021-02-16 10:13:29 -08:00