Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,5 @@ International Business Machines Corporation
Andrew Donnellan
Alexander Egorenkov
Alexey Kardashevskiy
Daniel Bransky
Matan Kalina
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ kfuzztest:
endif

verifier: descriptions
# TODO: switch syz-verifier to use syz-executor.
# GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-verifier github.com/google/syzkaller/syz-verifier
GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-verifier github.com/google/syzkaller/syz-verifier

# `extract` extracts const files from various kernel sources, and may only
# re-generate parts of files.
Expand Down
145 changes: 0 additions & 145 deletions syz-verifier/execresult.go

This file was deleted.

181 changes: 0 additions & 181 deletions syz-verifier/execresult_test.go

This file was deleted.

Loading