-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add go-fuzz to all exportable Funcs (#31)
* Initial Fuzzing Logic * Add more fuzzing, add gitignore, add cleanup, gomod updates * Exclude fuzz directories from commits * Update docs on Fuzzing * Update docs with Examples and Offline Mode * Remove duplicate line in Makefile
- Loading branch information
1 parent
8139fb1
commit 975adb8
Showing
8 changed files
with
968 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
profile.out | ||
README.md.tmp | ||
|
||
corpus | ||
crashers | ||
suppressions | ||
workdir | ||
podcast-fuzz.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.