From 655774fc59ccc8d68b31e7ecd0028242760a9b45 Mon Sep 17 00:00:00 2001 From: "Patrice.S" Date: Thu, 25 Aug 2022 13:03:45 +0200 Subject: [PATCH] guice: Disable RCE hook (#8353) Disable RCE hook --- projects/guice/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/guice/build.sh b/projects/guice/build.sh index 5b7b9cf76..9edb0b12e 100755 --- a/projects/guice/build.sh +++ b/projects/guice/build.sh @@ -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 \ No newline at end of file