gopher-lua
gopher-lua copied to clipboard
Continuous fuzzing
Hello. What would you think about integrating with a fuzzing service? It could catch bugs. Fuzzit gives free service for open source.
This patch fuzzes DoString()
. I ran for a few hours locally. No crashes so far.
Build will fail due to missing an API key. If you're interested the setup is like this:
- In Fuzzit create target
gopher-lua
. - In Fuzzit settings grab an API key. In repo settings in Travis paste it to envvar
FUZZIT_API_KEY
.