mirror of https://github.com/google/oss-fuzz.git
[libsrtp] Use upstream libsrtp (#2580)
This commit is contained in:
parent
77f0c4b8a3
commit
91447e2e3c
|
@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER guidovranken@gmail.com
|
MAINTAINER guidovranken@gmail.com
|
||||||
RUN apt-get update && apt-get install -y sudo autoconf build-essential libssl-dev pkg-config
|
RUN apt-get update && apt-get install -y sudo autoconf build-essential libssl-dev pkg-config
|
||||||
|
|
||||||
RUN git clone --recursive https://github.com/guidovranken/libsrtp
|
RUN git clone --depth 1 https://github.com/cisco/libsrtp
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
cd $SRC/libsrtp
|
cd $SRC/libsrtp
|
||||||
git checkout fuzzing
|
|
||||||
git fetch origin fuzzing
|
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
./configure
|
./configure
|
||||||
LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer
|
LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer
|
||||||
|
|
Loading…
Reference in New Issue