| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Remove .gitattributes, we don't have any of these files now.
Move fuzzit.sh -> tools/fuzzit.sh.
|
| |
|
|
|
| |
The script does not use make and does not generate descriptions.
Generate descriptions explicitly before building.
|
| |
|
|
| |
Signed-off-by: Yevgeny Pats <yp@fuzzit.dev>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The fuzzers now run on every new code that is pushed to master
Regression using the generated corpus from the above step is
run locally in the travis. This should fail the travis if new
or old bugs are introduce and thus help catch bugs earlier.
To reproduce locally you can run
./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER
|
| |
|
|
|
| |
Switch fuzzing from my private account to go-fuzz org.
Target id's changed as the result.
|
| |
|
|
|
| |
It can't work because forks don't get the api key exported
(for security reasons).
|
| |
|
|
|
|
|
|
| |
The build failed with:
./fuzzit.sh: line 13: go-fuzz-build: command not found
Though we go get it in make presubmit. Perhaps, local files
are not shared between jobs or something. Let's try to get get
right in fuzzit.sh.
|
|
|
Based on https://github.com/fuzzitdev/example-go
Let's see if it works...
|