fuzzitdev / pythonfuzz

coverage guided fuzz testing for python
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/pythonfuzz
Other
223 stars 32 forks source link

Simplify generate_input #24

Closed jvoisin closed 4 years ago

jvoisin commented 4 years ago

There is no need to check at every single run if the corpus isn't empty: just check it once in the init instead.