Skip to content

Commit

Permalink
Update honggfuzz to the newest version (d9482931f22e532ae1948e4eb933e…
Browse files Browse the repository at this point in the history
…5d6c2c52ead) (google#1053)
  • Loading branch information
robertswiecki authored Jan 27, 2021
1 parent b2d2897 commit 873723e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/honggfuzz/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ RUN apt-get update -y && \
libblocksruntime-dev \
liblzma-dev

# Download honggfuz version 2.1 + 1ec27b2e3652e6c0c94c28f547226a2dc6009f04
# Download honggfuz version 2.3.1 + d9482931f22e532ae1948e4eb933e5d6c2c52ead
# Set CFLAGS use honggfuzz's defaults except for -mnative which can build CPU
# dependent code that may not work on the machines we actually fuzz on.
# Create an empty object file which will become the FUZZER_LIB lib (since
# honggfuzz doesn't need this when hfuzz-clang(++) is used).
RUN git clone https://github.com/google/honggfuzz.git /honggfuzz && \
cd /honggfuzz && \
git checkout 1ec27b2e3652e6c0c94c28f547226a2dc6009f04 && \
git checkout d9482931f22e532ae1948e4eb933e5d6c2c52ead && \
CFLAGS="-O3 -funroll-loops" make && \
touch empty_lib.c && \
cc -c -o empty_lib.o empty_lib.c

0 comments on commit 873723e

Please sign in to comment.