mirror of https://github.com/google/oss-fuzz.git
[AFL++] llvm 13 fix (#5454)
This commit is contained in:
parent
6998e8e9dc
commit
2b4af8f24a
|
@ -180,7 +180,7 @@ WORKDIR $SRC
|
|||
# TODO: switch to -b stable once we can.
|
||||
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
|
||||
cd aflplusplus && \
|
||||
git checkout 94312796f936ba1830b61432a0f958e192dd212f
|
||||
git checkout 2102264acf5c271b7560a82771b3af8136af9354
|
||||
|
||||
RUN cd $SRC && \
|
||||
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \
|
||||
|
|
Loading…
Reference in New Issue