about summary refs log tree commit diff
path: root/frida_mode/test
diff options
context:
space:
mode:
authorYour <you@example.com>2023-01-31 06:49:32 +0000
committerYour Name <you@example.com>2023-01-31 07:00:02 +0000
commit0d55feb11db1f79ee92db5f44ed04277388c933d (patch)
treeaeda5c81d08afdcea747397d4b84f4d0cbc8d153 /frida_mode/test
parent31727f36a8438cc3274b9a87c5ceab420ddf34e5 (diff)
downloadafl++-0d55feb11db1f79ee92db5f44ed04277388c933d.tar.gz
Add support for disabling branch suppression
Diffstat (limited to 'frida_mode/test')
-rw-r--r--frida_mode/test/png/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/png/GNUmakefile b/frida_mode/test/png/GNUmakefile
index 86fd1483..408b7dcb 100644
--- a/frida_mode/test/png/GNUmakefile
+++ b/frida_mode/test/png/GNUmakefile
@@ -25,7 +25,7 @@ HARNESS_URL:="https://raw.githubusercontent.com/llvm/llvm-project/main/compiler-
 
 PNGTEST_FILE:=$(PNGTEST_BUILD_DIR)target.cc
 PNGTEST_OBJ:=$(PNGTEST_BUILD_DIR)target.o
-PNGTEST_URL:="https://raw.githubusercontent.com/google/fuzzbench/master/benchmarks/libpng-1.2.56/target.cc"
+PNGTEST_URL:="https://raw.githubusercontent.com/google/fuzzbench/e0c4a994b6999bae46e8dec5bcea9a73251b8dba/benchmarks/libpng-1.2.56/target.cc"
 
 TEST_BIN:=$(BUILD_DIR)test
 ifeq "$(shell uname)" "Darwin"