Author: sagamusix
Date: Sat Jun 29 12:47:39 2024
New Revision: 21108
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21108
Log:
[Doc] Make it clear that the original afl is not supported anymore and we use afl++.
Modified:
trunk/OpenMPT/doc/libopenmpt/gettingstarted.md
Modified: trunk/OpenMPT/doc/libopenmpt/gettingstarted.md
==============================================================================
--- trunk/OpenMPT/doc/libopenmpt/gettingstarted.md Sat Jun 29 01:15:01 2024 (r21107)
+++ trunk/OpenMPT/doc/libopenmpt/gettingstarted.md Sat Jun 29 12:47:39 2024 (r21108)
@@ -165,9 +165,9 @@
./build/download_externals.sh # download liballegro source
make CONFIG=djgpp USE_ALLEGRO42=1 BUNDLED_ALLEGRO42=1
- - American Fuzzy Lop:
+ - afl++:
- To compile libopenmpt with fuzzing instrumentation for afl-fuzz, run:
+ To compile libopenmpt with fuzzing instrumentation using afl++, run:
make CONFIG=afl
|