[PATCH] D20943: [LibFuzzer] Declare and use sanitizer functions in `fuzzer::ExternalFunctions`

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 23:09:22 PDT 2016


delcypher retitled this revision from "[LibFuzzer] [WIP] Declare and use sanitizer functions in `fuzzer::ExternalFunctions`" to "[LibFuzzer] Declare and use sanitizer functions in `fuzzer::ExternalFunctions`".
delcypher updated the summary for this revision.
delcypher updated this revision to Diff 59831.
delcypher added a comment.

- Use global pointer for `EF`
- Add main() to unit tests to ininitialize `EF`.


http://reviews.llvm.org/D20943

Files:
  lib/Fuzzer/FuzzerDriver.cpp
  lib/Fuzzer/FuzzerExtFunctions.def
  lib/Fuzzer/FuzzerExtFunctions.h
  lib/Fuzzer/FuzzerIO.cpp
  lib/Fuzzer/FuzzerInternal.h
  lib/Fuzzer/FuzzerLoop.cpp
  lib/Fuzzer/FuzzerMutate.cpp
  lib/Fuzzer/test/CMakeLists.txt
  lib/Fuzzer/test/FuzzerUnittest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20943.59831.patch
Type: text/x-patch
Size: 14635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/83c7496a/attachment.bin>


More information about the llvm-commits mailing list