Skip to content

Commit

Permalink
go-toml: move fuzz_target upstream (#10190)
Browse files Browse the repository at this point in the history
This pr removes the fuzz_target, which were moved upstream in
pelletier/go-toml#861
  • Loading branch information
manunio committed May 1, 2023
1 parent 13189ed commit 642736e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
1 change: 0 additions & 1 deletion projects/go-toml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ FROM gcr.io/oss-fuzz-base/base-builder-go
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 --single-branch --branch v2 https://github.com/pelletier/go-toml go-toml
COPY build.sh $SRC/
COPY *.go $SRC/go-toml/
WORKDIR $SRC/go-toml
2 changes: 1 addition & 1 deletion projects/go-toml/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

mkdir -p $OUT/benchmark
cp benchmark/benchmark.toml $OUT/benchmark/benchmark.toml
compile_go_fuzzer . FuzzToml fuzz_toml gofuzz
compile_go_fuzzer github.com/pelletier/go-toml/v2/ossfuzz FuzzToml fuzz_toml gofuzz
55 changes: 0 additions & 55 deletions projects/go-toml/fuzz.go

This file was deleted.

0 comments on commit 642736e

Please sign in to comment.