about summary refs log tree commit diff
path: root/patches/afl++-disable-inst-checks.patch
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-03-04 11:33:11 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-03-04 12:58:39 +0900
commitaf245dbaca13ef33da686d5fc261fda8341597fc (patch)
treecc1104933ca9c4d0eb4caacb9e73eced0fb33884 /patches/afl++-disable-inst-checks.patch
parent09f7b0e7db73bd38f51576adad0d13af660ebfaf (diff)
downloadloftix-af245dbaca13ef33da686d5fc261fda8341597fc.tar.gz
Remove (broken) AFLRun
Diffstat (limited to 'patches/afl++-disable-inst-checks.patch')
-rw-r--r--patches/afl++-disable-inst-checks.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/afl++-disable-inst-checks.patch b/patches/afl++-disable-inst-checks.patch
new file mode 100644
index 0000000..68ea511
--- /dev/null
+++ b/patches/afl++-disable-inst-checks.patch
@@ -0,0 +1,13 @@
+diff --git a/GNUmakefile b/GNUmakefile
+index 9a2a7ad3d307..9c3b6a1b1f96 100644
+--- a/GNUmakefile
++++ b/GNUmakefile
+@@ -325,7 +325,7 @@ ifdef TEST_MMAP
+ endif
+ 
+ .PHONY: all
+-all:	test_x86 test_shm test_python ready $(PROGS) afl-as llvm gcc_plugin test_build all_done
++all:	test_x86 test_shm test_python ready $(PROGS) afl-as llvm gcc_plugin
+ 	-$(MAKE) -C utils/aflpp_driver
+ 	@echo
+ 	@echo