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,
260260
261261 flags += ['-p' , 'fast' ]
262262
263- # if os.path.exists('./afl++.dict'):
264- # flags += ['-x', './afl++.dict']
263+ if os .path .exists ('./afl++.dict' ):
264+ flags += ['-x' , './afl++.dict' ]
265265
266266 # # Move the following to skip for upcoming _double tests:
267267 # 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,
260260
261261 flags += ['-L' , '0' ]
262262
263- # if os.path.exists('./afl++.dict'):
264- # flags += ['-x', './afl++.dict']
263+ if os .path .exists ('./afl++.dict' ):
264+ flags += ['-x' , './afl++.dict' ]
265265
266266 # # Move the following to skip for upcoming _double tests:
267267 # 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,
260260
261261 flags += ['-p' , 'fast' ]
262262
263- # if os.path.exists('./afl++.dict'):
264- # flags += ['-x', './afl++.dict']
263+ if os .path .exists ('./afl++.dict' ):
264+ flags += ['-x' , './afl++.dict' ]
265265
266266 # # Move the following to skip for upcoming _double tests:
267267 # 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,
260260
261261 flags += ['-L' , '0' ]
262262
263- # if os.path.exists('./afl++.dict'):
264- # flags += ['-x', './afl++.dict']
263+ if os .path .exists ('./afl++.dict' ):
264+ flags += ['-x' , './afl++.dict' ]
265265
266266 # # Move the following to skip for upcoming _double tests:
267267 # if os.path.exists(cmplog_target_binary) and no_cmplog is False:
You can’t perform that action at this time.
0 commit comments