Skip to content

Commit 7827495

Browse files
committed
new kfuzz
1 parent 717714e commit 7827495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzers/kfuzz1/builder.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN apt-get update && \
3535
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev
3636

3737
# Download afl++.
38-
RUN git clone https://github.com/KFuzzing/AFLplusplus /afl && \
38+
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
3939
cd /afl && \
40-
git checkout 9c57ed88fb9daaf163f0a799439fe8aaf9796b71
40+
git checkout 24128042eab2824d2e8761d994595637a0a8f7d1
4141

4242
# Build without Python support as we don't need it.
4343
RUN cd /afl && \

0 commit comments

Comments
 (0)