File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get update && \
37
37
# Download afl++.
38
38
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
39
39
cd /afl && \
40
- git checkout 40dc2da4027eacd96ecab3536a7fc7feb9ef39b9 || \
40
+ git checkout 45f75436a7c81c76fea335ccfa8a06bc2340871a || \
41
41
true
42
42
43
43
# Build without Python support as we don't need it.
Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ def fuzz(input_corpus,
261
261
if os .path .exists ('./afl++.dict' ):
262
262
flags += ['-x' , './afl++.dict' ]
263
263
264
+ flags += ['-k' ]
265
+
264
266
# Move the following to skip for upcoming _double tests:
265
267
if os .path .exists (cmplog_target_binary ) and no_cmplog is False :
266
268
flags += ['-c' , cmplog_target_binary ]
You can’t perform that action at this time.
0 commit comments