mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
Fix typo
This commit is contained in:
@ -164,11 +164,10 @@ def fuzz(buf, add_buf, max_size):
|
|||||||
# '''
|
# '''
|
||||||
# Called after adding a new test case to the queue
|
# 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
|
# @param filename_new_queue: File name of the new queue entry
|
||||||
#
|
#
|
||||||
# @type filename_orig_queue: str
|
# @type filename_orig_queue: str
|
||||||
# @param filename_orig_queue: File name of the original queue entry
|
# @param filename_orig_queue: File name of the original queue entry
|
||||||
# '''
|
# '''
|
||||||
# pass
|
# pass
|
||||||
|
|
||||||
|
@ -60,8 +60,8 @@ unset AFL_QEMU_PERSISTENT_GPR
|
|||||||
unset AFL_QEMU_PERSISTENT_RET
|
unset AFL_QEMU_PERSISTENT_RET
|
||||||
unset AFL_QEMU_PERSISTENT_HOOK
|
unset AFL_QEMU_PERSISTENT_HOOK
|
||||||
unset AFL_QEMU_PERSISTENT_CNT
|
unset AFL_QEMU_PERSISTENT_CNT
|
||||||
|
unset AFL_POST_LIBRARY
|
||||||
export unset AFL_CUSTOM_MUTATOR_LIBRARY=unset AFL_POST_LIBRARY
|
unset AFL_CUSTOM_MUTATOR_LIBRARY
|
||||||
unset AFL_PYTHON_MODULE
|
unset AFL_PYTHON_MODULE
|
||||||
unset AFL_PRELOAD
|
unset AFL_PRELOAD
|
||||||
unset LD_PRELOAD
|
unset LD_PRELOAD
|
||||||
|
Reference in New Issue
Block a user