| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
set go min requirements to 1.19
update dependencies
update vendor
|
| |
|
|
|
|
|
|
| |
Update to HEAD to fix:
$ go-fuzz-build ./pkg/tool
failed to execute go build: exit status 2
/go1.15/src/reflect/value.go:1432: misplaced compiler directive
|
|
|
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
|