Skip to content

Commit b272f15

Browse files
committed
lint fixes
1 parent 4b08bf1 commit b272f15

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/oss-fuzz-base/base-builder-go
1+
FROM gcr.io/oss-fuzz-base/base-builder-go@v1
22
RUN git clone --depth 1 https://github.com/containrrr/shoutrrr
33
COPY . $SRC/shoutrrr
44
WORKDIR $SRC/shoutrrr

.clusterfuzzlite/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/binsh
2+
13
compile_go_fuzzer github.com/containrrr/shoutrrr/pkg/util/fuzz FuzzPartitionMessage fuzz_partition_message

pkg/util/fuzz/fuzz.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"github.com/containrrr/shoutrrr/pkg/util"
1010
)
1111

12+
// FuzzPartitionMessage fuzzes the util.PartitionMessage function
1213
func FuzzPartitionMessage(data []byte) int {
1314
f := fuzz.NewConsumer(data)
1415

0 commit comments

Comments
 (0)