Skip to content

Commit

Permalink
Reuse the weak references defined in Centipede (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu authored Aug 30, 2022
1 parent fd72a51 commit 71d2d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
3 changes: 1 addition & 2 deletions fuzzers/centipede/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ RUN git clone -n \
bazel build -c opt :all) && \
cp "$CENTIPEDE_SRC/bazel-bin/centipede" '/out/centipede'

COPY weak.c /src
RUN /clang/bin/clang /src/weak.c -c -o /lib/weak.o
RUN /clang/bin/clang "$CENTIPEDE_SRC/weak_sancov_stubs.cc" -c -o /lib/weak.o
28 changes: 0 additions & 28 deletions fuzzers/centipede/weak.c

This file was deleted.

0 comments on commit 71d2d24

Please sign in to comment.