Skip to content

Commit

Permalink
gpac: remove fuzzer as it is not upstream. (#5690)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Apr 29, 2021
1 parent 7982710 commit 32983c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
3 changes: 1 addition & 2 deletions projects/gpac/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y build-essential pkg-config libz-dev
RUN git clone https://github.com/gpac/gpac
RUN git clone https://github.com/gpac/gpac && git clone https://github.com/gpac/testsuite

WORKDIR $SRC
COPY build.sh $SRC/
COPY fuzz_parse.c $SRC/
2 changes: 1 addition & 1 deletion projects/gpac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
cd gpac
./configure --static-build --extra-cflags="${CFLAGS}" --extra-ldflags="${CFLAGS}"
make
cp $SRC/fuzz_parse.c .

cp $SRC/testsuite/oss-fuzzers/fuzz_parse.c .
$CC $CFLAGS $LIB_FUZZING_ENGINE fuzz_parse.c -o $OUT/fuzz_parse \
-I./include -I./ ./bin/gcc/libgpac_static.a \
-lm -lz -lpthread -DGPAC_HAVE_CONFIG_H
36 changes: 0 additions & 36 deletions projects/gpac/fuzz_parse.c

This file was deleted.

0 comments on commit 32983c0

Please sign in to comment.