Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: add oss-fuzz build status link #9153

Merged
merged 1 commit into from
Apr 21, 2021
Merged
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
8 changes: 6 additions & 2 deletions fuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-

## Preparing

Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/ParseCoin`
Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/parsecoin`
for example, which has example for how to generating corpus and directory structure.

## Running

```
$ cd types/ParseCoin
$ cd types/parsecoin
$ go-fuzz-build
$ go-fuzz
```

## oss-fuzz build status

https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk