mirror of https://github.com/google/oss-fuzz.git
Update afl++ to 1f71b85426f837ebcae8381897d44a3a67c73a4f (#5095)
For https://github.com/google/oss-fuzz/issues/4280#issuecomment-771495411
This commit is contained in:
parent
e0531d092a
commit
0af227644e
|
@ -147,11 +147,9 @@ RUN mkdir $PRECOMPILED_DIR
|
|||
|
||||
WORKDIR $SRC
|
||||
|
||||
RUN git clone -b stable https://github.com/google/AFL.git afl
|
||||
|
||||
RUN git clone -b stable https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
|
||||
cd aflplusplus && \
|
||||
git checkout 654f389e73c9fd5b7e141b33ea28ab0fdda3178f
|
||||
git checkout 1f71b85426f837ebcae8381897d44a3a67c73a4f
|
||||
|
||||
RUN cd $SRC && \
|
||||
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \
|
||||
|
|
Loading…
Reference in New Issue