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
|
||||
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/
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
cd $SRC/libsrtp
|
||||
git checkout fuzzing
|
||||
git fetch origin fuzzing
|
||||
autoreconf -ivf
|
||||
./configure
|
||||
LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer
|
||||
|
|
Loading…
Reference in New Issue