mirror of https://github.com/google/oss-fuzz.git
parent
2df776b9a9
commit
df8c808091
|
@ -24,3 +24,6 @@ ENV GOPATH /root/go
|
|||
ENV PATH $PATH:/root/.go/bin:$GOPATH/bin
|
||||
|
||||
RUN install_go.sh
|
||||
|
||||
COPY ossfuzz_coverage_runner.go $GOPATH
|
||||
|
||||
|
|
|
@ -134,8 +134,6 @@ RUN cd $SRC && \
|
|||
tar -xzv --strip-components=1 -f $SRC/oss-fuzz.tar.gz && \
|
||||
rm -rf examples $SRC/oss-fuzz.tar.gz
|
||||
|
||||
COPY ossfuzz_coverage_runner.go $GOPATH
|
||||
|
||||
# Do precompiles before copying other scripts for better cache efficiency.
|
||||
COPY precompile_afl /usr/local/bin/
|
||||
RUN precompile_afl
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
################################################################################
|
||||
|
||||
compile_go_fuzzer github.com/jhump/protoreflect/desc/protoparse FuzzProtoParse fuzz_protoparse
|
||||
#compile_go_fuzzer github.com/jhump/protoreflect/proto_decoder Fuzz fuzz_dynamic
|
||||
# compile_go_fuzzer github.com/jhump/protoreflect/proto_decoder Fuzz fuzz_dynamic
|
||||
|
||||
|
|
Loading…
Reference in New Issue