Skip to content

Commit

Permalink
Fix building botan fuzzers under honggfuzz (google#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit authored and oliverchang committed Sep 5, 2017
1 parent 8164165 commit 40bf489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions projects/botan/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ cd $SRC/botan

ln -s $SRC/fuzzer_corpus .

# This assumes $CC is set to either 'clang' or 'gcc'
./configure.py --cc=$CC --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
./configure.py --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
--disable-shared --disable-modules=locking_allocator \
--unsafe-fuzzer-mode --build-fuzzers=libfuzzer \
--with-fuzzer-lib='FuzzingEngine'
Expand Down
3 changes: 0 additions & 3 deletions projects/botan/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ sanitizers:
- address
- memory
- undefined
fuzzing_engines:
- libfuzzer
- afl

0 comments on commit 40bf489

Please sign in to comment.