File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ def fuzz(input_corpus,
260
260
261
261
flags += ['-p' , 'fast' ]
262
262
263
- # if os.path.exists('./afl++.dict'):
264
- # flags += ['-x', './afl++.dict']
263
+ if os .path .exists ('./afl++.dict' ):
264
+ flags += ['-x' , './afl++.dict' ]
265
265
266
266
# # Move the following to skip for upcoming _double tests:
267
267
# if os.path.exists(cmplog_target_binary) and no_cmplog is False:
Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ def fuzz(input_corpus,
260
260
261
261
flags += ['-L' , '0' ]
262
262
263
- # if os.path.exists('./afl++.dict'):
264
- # flags += ['-x', './afl++.dict']
263
+ if os .path .exists ('./afl++.dict' ):
264
+ flags += ['-x' , './afl++.dict' ]
265
265
266
266
# # Move the following to skip for upcoming _double tests:
267
267
# if os.path.exists(cmplog_target_binary) and no_cmplog is False:
Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ def fuzz(input_corpus,
260
260
261
261
flags += ['-p' , 'fast' ]
262
262
263
- # if os.path.exists('./afl++.dict'):
264
- # flags += ['-x', './afl++.dict']
263
+ if os .path .exists ('./afl++.dict' ):
264
+ flags += ['-x' , './afl++.dict' ]
265
265
266
266
# # Move the following to skip for upcoming _double tests:
267
267
# if os.path.exists(cmplog_target_binary) and no_cmplog is False:
Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ def fuzz(input_corpus,
260
260
261
261
flags += ['-L' , '0' ]
262
262
263
- # if os.path.exists('./afl++.dict'):
264
- # flags += ['-x', './afl++.dict']
263
+ if os .path .exists ('./afl++.dict' ):
264
+ flags += ['-x' , './afl++.dict' ]
265
265
266
266
# # Move the following to skip for upcoming _double tests:
267
267
# if os.path.exists(cmplog_target_binary) and no_cmplog is False:
You can’t perform that action at this time.
0 commit comments