| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
All fuzzit.dev jobs become broken recently, see e.g.:
https://github.com/google/syzkaller/pull/2351/checks?check_run_id=1601794199
...
{"status":"Status: Downloaded newer image for gcr.io/fuzzit-public/stretch-llvm8:64bdedf"}
Downloading fuzzit cli/agent...
Error: Process completed with exit code 1.
https://github.com/fuzzitdev/fuzzit is archived now and the README says:
"the standalone service will soon be deperecated".
So I guess it's time to remove fuzzit.dev integration.
|
| |
|
|
|
|
|
|
|
|
|
| |
* pkg/vcs: remove obsolete test script
Per Dmitry, this should have been removed as part of 8f58e4b
("pkg/bisect: switch to kconfig.Minimize").
* all: convert shebang lines to use /usr/bin/env
* Makefile: fix non-portable use of find(1)
|
| |
|
|
|
|
|
|
| |
Otherwise go-fuzz-build now fails with:
+ go-fuzz-build -libfuzzer -func FuzzDeserialize -o fuzzer.a ./prog/test
-: cannot find package "." in:
/syzkaller/gopath/src/github.com/google/syzkaller/vendor/github.com/dvyukov/go-fuzz/go-fuzz-dep
|
| |
|
|
|
|
|
| |
Switch from Travis to Github Actions for testing.
This is faster and is better integrated with github.
Update #1699
|
|
|
Remove .gitattributes, we don't have any of these files now.
Move fuzzit.sh -> tools/fuzzit.sh.
|