Skip to content

Commit a051ad7

Browse files
committed
Added dgfuzz_20e7e8 with minor fixes
1 parent 4db9663 commit a051ad7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

fuzzers/dgfuzz_20e7e8/builder.Dockerfile renamed to fuzzers/dgfuzz_dc6e84/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && \
3636
RUN git clone https://github.com/DanBlackwell/DGFuzz /dgfuzz
3737

3838
# Checkout a current commit
39-
RUN cd /dgfuzz && git pull && git checkout 20e7e8307f601c86588fa7c980bb73ffc48bfe91 || true
39+
RUN cd /dgfuzz && git pull && git checkout dc6e8444c6c28fe6bc1af14b7cef01c575419288 || true
4040

4141
# apply a patch (local testing only)
4242
# COPY ./patch /dgfuzz/patch
File renamed without changes.

0 commit comments

Comments
 (0)