Skip to content

Commit

Permalink
README: link to '-chain' example in the Quickstart section
Browse files Browse the repository at this point in the history
  • Loading branch information
thepudds authored Jan 21, 2024
1 parent fa52305 commit 67da08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fuzz: elapsed: 0s, minimizing

Without any manual work, you just found a bug in the standard library. (It's a very minor bug though — probably at the level of "perhaps the doc could be more explicit about an expected panic").

A more complex calling sequence is possible via the `-chain` flag, which allows automatic looping over the methods of an object, including automatically passing outputs of one method as input to another method. [See below](https://github.com/thepudds/fzgen#example-easily-finding-a-data-race) for an example use of `-chain`.

That's enough for you to get started on your own, but let's also briefly look at a more interesting example.

## What Do Some Fuzzing Targets Look Like?
Expand Down

0 comments on commit 67da08d

Please sign in to comment.