We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b08bf1 commit b272f15Copy full SHA for b272f15
.clusterfuzzlite/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gcr.io/oss-fuzz-base/base-builder-go
+FROM gcr.io/oss-fuzz-base/base-builder-go@v1
2
RUN git clone --depth 1 https://github.com/containrrr/shoutrrr
3
COPY . $SRC/shoutrrr
4
WORKDIR $SRC/shoutrrr
.clusterfuzzlite/build.sh
@@ -1 +1,3 @@
+#!/binsh
+
compile_go_fuzzer github.com/containrrr/shoutrrr/pkg/util/fuzz FuzzPartitionMessage fuzz_partition_message
pkg/util/fuzz/fuzz.go
@@ -9,6 +9,7 @@ import (
9
"github.com/containrrr/shoutrrr/pkg/util"
10
)
11
12
+// FuzzPartitionMessage fuzzes the util.PartitionMessage function
13
func FuzzPartitionMessage(data []byte) int {
14
f := fuzz.NewConsumer(data)
15
0 commit comments