Skip to content

Commit

Permalink
Update AFLplusplus to latest stable (commit fd713413e85a45a18c51712f5…
Browse files Browse the repository at this point in the history
…5d5742356f00730)

This is to address a performance regression. See: AFLplusplus/AFLplusplus#2043
  • Loading branch information
smoelius committed Jun 1, 2024
1 parent 9b0657e commit fdef081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-afl/AFLplusplus
Submodule AFLplusplus updated 65 files
+0 βˆ’1 .github/workflows/ci.yml
+1 βˆ’1 GNUmakefile.llvm
+1 βˆ’1 README.md
+2 βˆ’0 TODO.md
+3 βˆ’3 afl-cmin
+1 βˆ’0 afl-cmin.bash
+7 βˆ’1 afl-whatsup
+14 βˆ’14 custom_mutators/symcc/symcc.c
+35 βˆ’2 docs/Changelog.md
+5 βˆ’0 docs/custom_mutators.md
+6 βˆ’0 docs/env_variables.md
+1 βˆ’1 include/afl-as.h
+32 βˆ’1 include/afl-fuzz.h
+4 βˆ’0 include/afl-mutations.h
+1 βˆ’1 include/afl-prealloc.h
+1 βˆ’1 include/alloc-inl.h
+1 βˆ’1 include/cmplog.h
+1 βˆ’1 include/common.h
+2 βˆ’2 include/config.h
+1 βˆ’1 include/debug.h
+21 βˆ’20 include/envs.h
+3 βˆ’1 include/forkserver.h
+1 βˆ’1 include/list.h
+1 βˆ’1 include/sharedmem.h
+1 βˆ’1 include/snapshot-inl.h
+1 βˆ’1 include/types.h
+2 βˆ’2 instrumentation/SanitizerCoverageLTO.so.cc
+5 βˆ’1 instrumentation/SanitizerCoveragePCGUARD.so.cc
+49 βˆ’0 instrumentation/afl-llvm-common.cc
+1 βˆ’0 instrumentation/afl-llvm-common.h
+34 βˆ’9 instrumentation/compare-transform-pass.so.cc
+12 βˆ’3 instrumentation/split-compares-pass.so.cc
+1 βˆ’1 qemu_mode/QEMUAFL_VERSION
+2 βˆ’2 qemu_mode/build_qemu_support.sh
+1 βˆ’1 qemu_mode/qemuafl
+1 βˆ’1 src/afl-analyze.c
+1 βˆ’1 src/afl-as.c
+77 βˆ’20 src/afl-cc.c
+14 βˆ’42 src/afl-common.c
+13 βˆ’6 src/afl-forkserver.c
+68 βˆ’25 src/afl-fuzz-bitmap.c
+1 βˆ’1 src/afl-fuzz-cmplog.c
+1 βˆ’1 src/afl-fuzz-extras.c
+93 βˆ’29 src/afl-fuzz-init.c
+1 βˆ’1 src/afl-fuzz-mutators.c
+1 βˆ’1 src/afl-fuzz-one.c
+1 βˆ’1 src/afl-fuzz-python.c
+6 βˆ’5 src/afl-fuzz-queue.c
+5 βˆ’5 src/afl-fuzz-redqueen.c
+69 βˆ’3 src/afl-fuzz-run.c
+18 βˆ’1 src/afl-fuzz-state.c
+24 βˆ’18 src/afl-fuzz-stats.c
+7 βˆ’8 src/afl-fuzz.c
+1 βˆ’1 src/afl-gotcpu.c
+1 βˆ’1 src/afl-ld-lto.c
+310 βˆ’0 src/afl-performance.c
+1 βˆ’1 src/afl-sharedmem.c
+24 βˆ’18 src/afl-showmap.c
+1 βˆ’1 src/afl-tmin.c
+2 βˆ’5 test/test-cmplog.c
+4 βˆ’4 test/test-llvm.sh
+1 βˆ’1 unicorn_mode/UNICORNAFL_VERSION
+12 βˆ’10 unicorn_mode/helper_scripts/unicorn_dumper_lldb.py
+1 βˆ’1 unicorn_mode/samples/python_simple/simple_test_harness.py
+1 βˆ’1 unicorn_mode/unicornafl

0 comments on commit fdef081

Please sign in to comment.