Skip to content

Commit

Permalink
fix for afl++ (#6843)
Browse files Browse the repository at this point in the history
* update afl++ commit id

* update afl++ commit id
  • Loading branch information
vanhauser-thc committed Nov 17, 2021
1 parent 7ac6522 commit b011780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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 533e979010ca338df6fc415d87668f8187752915
git checkout 132630d48d0f9fe50e9388f941433c85636587da

RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \
Expand Down

0 comments on commit b011780

Please sign in to comment.