This commit is contained in:
Antonis Geralis 2022-09-10 23:18:21 +03:00
parent 20323f6976
commit 2ec768c1fb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
mode = ScriptMode.Verbose
version = "0.1.7"
version = "0.1.8"
author = "Dr. Chaos Team"
description = "A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets"
license = "Apache License 2.0"

View File

@ -60,6 +60,6 @@ when isMainModule:
#doAssert errors.len == 0
doAssert $x != "<head>\n\n</head>"
# WARNING: When converting the AST to a string representation, this fuzzer seems to get stuck.
# It might mean that mutators work best when operating on the targeted input type.
# It might mean that mutators work best when operating directly on the targeted input type.
defaultMutator(fuzzTarget)