mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
Fix typo
This commit is contained in:
parent
87621b6345
commit
048beb752d
@ -164,11 +164,10 @@ def fuzz(buf, add_buf, max_size):
|
||||
# '''
|
||||
# Called after adding a new test case to the queue
|
||||
#
|
||||
# @type filename_new_queue: str
|
||||
# @type filename_new_queue: str
|
||||
# @param filename_new_queue: File name of the new queue entry
|
||||
#
|
||||
# @type filename_orig_queue: str
|
||||
# @param filename_orig_queue: File name of the original queue entry
|
||||
# '''
|
||||
# pass
|
||||
|
||||
|
@ -60,8 +60,8 @@ unset AFL_QEMU_PERSISTENT_GPR
|
||||
unset AFL_QEMU_PERSISTENT_RET
|
||||
unset AFL_QEMU_PERSISTENT_HOOK
|
||||
unset AFL_QEMU_PERSISTENT_CNT
|
||||
|
||||
export unset AFL_CUSTOM_MUTATOR_LIBRARY=unset AFL_POST_LIBRARY
|
||||
unset AFL_POST_LIBRARY
|
||||
unset AFL_CUSTOM_MUTATOR_LIBRARY
|
||||
unset AFL_PYTHON_MODULE
|
||||
unset AFL_PRELOAD
|
||||
unset LD_PRELOAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user