Skip to content

Commit

Permalink
[test suite] AFL: use afl-clang-fast by default, and fix memory limit…
Browse files Browse the repository at this point in the history
… which impacted ASAN AFL++ runs on 64-bit systems
  • Loading branch information
mrash committed Feb 5, 2024
1 parent 0bba17c commit 792dee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/afl/compile/fcns
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AFL_CC=afl-gcc
AFL_CC=afl-clang-fast

set_afl_cc() {
$AFL_CC /dev/null 2>&1 | grep -q -i "On Apple systems.*wrapper for clang"
Expand Down
2 changes: 1 addition & 1 deletion test/afl/fuzzing-wrappers/fcns
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SERVER="../../server/.libs/fwknopd"
CLIENT="../../client/.libs/fwknop"
LIB_DIR="../../lib/.libs"

MEM_LIMIT=800
MEM_LIMIT=none
TIMEOUT=1000

fw_type() {
Expand Down

0 comments on commit 792dee6

Please sign in to comment.