opensips: change build to avoid cifuzz deleting fuzzers (#6907)

This commit is contained in:
DavidKorczynski 2021-11-25 16:35:33 +00:00 committed by GitHub
parent 29523637f5
commit 25e04e30a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,6 @@ RUN git clone https://github.com/OpenSIPS/opensips
COPY patch.diff $SRC/
COPY build.sh $SRC/
COPY fuzz_*.c $SRC/opensips/parser/
COPY fuzz_*.c $SRC/
WORKDIR opensips

View File

@ -17,6 +17,8 @@
git apply --ignore-space-change --ignore-whitespace $SRC/patch.diff
cp $SRC/fuzz_*.c ./parser/
make static
rm main.o