-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b03f76
commit bcbcd80
Showing
2 changed files
with
16 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
--- | ||
name: "ClusterFuzzLite PR fuzzing" | ||
on: | ||
push: | ||
branches: | ||
- "!dependabot/*" | ||
- "main" | ||
pull_request: | ||
paths: | ||
- '**' | ||
branches: ["*"] | ||
permissions: "read-all" | ||
jobs: | ||
fuzz: | ||
|
@@ -32,3 +35,11 @@ jobs: | |
fuzz-seconds: 30 | ||
mode: "code-change" | ||
sanitizer: "${{ matrix.sanitizer }}" | ||
|
||
go-test-fuzz: | ||
name : "go test -fuzz" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "jidicula/[email protected]" | ||
with: | ||
fuzz-time: 30s |
3 changes: 3 additions & 0 deletions
3
...testdata/fuzz/FuzzParser/bb4235d7fe47cf2fa51574daff362fdfcb87a0080ba00d73ad9c551dc8273740
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
go test fuzz v1 | ||
string("0") | ||
string("/*\xc8*Ǐ\xe3\xa0ʧٜԋ\xf1\xb3\xea\xb2\xeb\xb7\xe2\xae߀\xe4\xa6ƗЗخ\u074bѤʦÀ؎\xe3\xa5ם\xec\xa7ƬơÈ\xf3\x90ɴ\xec\x92ĘՀ\xe6\x90=") |