Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 8, 2025
1 parent b70765f commit 155eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/afl_mb/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM $parent_image
# Set AFL_NO_X86 to skip flaky tests.
RUN git clone --depth 1 \
https://github.com/MagicHavoc/Havoc-Study
RUN mv Havoc_DMA/fuzzers/Havoc_DMA /afl
RUN mv Havoc-Study/fuzzers/Havoc_DMA /afl
RUN cd /afl && \
CFLAGS= CXXFLAGS= AFL_NO_X86=1 make

Expand Down

0 comments on commit 155eb4d

Please sign in to comment.