Skip to content

Commit

Permalink
adds also fuzzing with go fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Sep 21, 2022
1 parent 9b03f76 commit bcbcd80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/fuzzing.yaml
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:
Expand Down Expand Up @@ -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
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=")

0 comments on commit bcbcd80

Please sign in to comment.