Skip to content

Commit

Permalink
fix other fuzzers
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Oct 8, 2023
1 parent b6a0e94 commit 0be402f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ ENV PATH="$PATH:/out"
ENV AFL_SKIP_CPUFREQ=1
ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
ENV AFL_TESTCACHE_SIZE=2
RUN apt install -y unzip git gdb joe

RUN apt update -y && apt install -y unzip git gdb joe
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_ff_comp3/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ ENV PATH="$PATH:/out"
ENV AFL_SKIP_CPUFREQ=1
ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
ENV AFL_TESTCACHE_SIZE=2
RUN apt install -y unzip git gdb joe

RUN apt update -y && apt install -y unzip git gdb joe
1 change: 1 addition & 0 deletions fuzzers/aflplusplus_llvm17/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ ENV PATH="$PATH:/out"
ENV AFL_SKIP_CPUFREQ=1
ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
ENV AFL_TESTCACHE_SIZE=2

RUN apt update -y && apt install -y unzip git gdb joe

0 comments on commit 0be402f

Please sign in to comment.