Skip to content

Commit 0a84eb3

Browse files
committed
update kfuzz
1 parent c17928c commit 0a84eb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

fuzzers/kfuzz/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && \
3737
# Download afl++.
3838
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
3939
cd /afl && \
40-
git checkout 40dc2da4027eacd96ecab3536a7fc7feb9ef39b9 || \
40+
git checkout 45f75436a7c81c76fea335ccfa8a06bc2340871a || \
4141
true
4242

4343
# Build without Python support as we don't need it.

fuzzers/kfuzz/fuzzer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ def fuzz(input_corpus,
261261
if os.path.exists('./afl++.dict'):
262262
flags += ['-x', './afl++.dict']
263263

264+
flags += ['-k']
265+
264266
# Move the following to skip for upcoming _double tests:
265267
if os.path.exists(cmplog_target_binary) and no_cmplog is False:
266268
flags += ['-c', cmplog_target_binary]

0 commit comments

Comments
 (0)