guice: Disable RCE hook (#8353)

Disable RCE hook
This commit is contained in:
Patrice.S 2022-08-25 13:03:45 +02:00 committed by GitHub
parent b9cc48e41e
commit 655774fc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ LD_LIBRARY_PATH=\"$JVM_LD_LIBRARY_PATH\":\$this_dir \
--cp=$RUNTIME_CLASSPATH \
--target_class=$fuzzer_basename \
--jvm_args=\"-Xmx2048m\" \
--disabled_hooks=\"com.code_intelligence.jazzer.sanitizers.ReflectiveCall\" \
\$@" > $OUT/$fuzzer_basename
chmod u+x $OUT/$fuzzer_basename
done