Skip to content

Commit

Permalink
Fix typo (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
dracan authored Oct 5, 2020
1 parent 3db5fbc commit d02a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Fuzzing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ malformed/semi-malformed data injection in an automated fashion.

## A trivial example

Lets's consider an integer in a program, which stores the result of a
Let's consider an integer in a program, which stores the result of a
user's choice between 3 questions. When the user picks one, the choice
will be 0, 1 or 2. Which makes three practical cases. But what if we
transmit 3, or 255 ? We can, because integers are stored a static size
Expand Down

0 comments on commit d02a6c3

Please sign in to comment.