hanchenye-llvm-project/compiler-rt/lib/fuzzer
Vitaly Buka 9802089e13 libFuzzer, OpenBSD support
Summary:
- Enabling libfuzzer on OpenBSD
- OpenBSD can t support asan, msan ... the tests can t be run.

Patch by David CARLIER

Reviewers: eugenis, phosek, vitalybuka

Reviewed By: vitalybuka

Subscribers: srhines, mgorny, krytarowski, llvm-commits, #sanitizers

Differential Revision: https://reviews.llvm.org/D44877

llvm-svn: 329631
2018-04-09 22:38:26 +00:00
..
afl libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
scripts [fuzzer] Script to detect unbalanced allocation in -trace_malloc output 2017-11-01 20:27:06 +00:00
standalone
tests [Fuzzer] Avoid the unnecessary rebuild of the custom libc++ 2018-03-07 18:14:09 +00:00
CMakeLists.txt [Fuzzer] Build the shared memory hooks for Fuchsia 2018-03-16 22:40:55 +00:00
FuzzerClangCounters.cpp [libFuzzer] apply changes lost during the migration to compiler-rt 2017-08-22 01:28:32 +00:00
FuzzerCommand.h [libFuzzer] Make redirects happen in proper sequence. 2017-12-05 17:13:17 +00:00
FuzzerCorpus.h Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219" 2018-03-20 01:17:18 +00:00
FuzzerCrossOver.cpp
FuzzerDefs.h libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerDictionary.h fix some user facing typos / in the comments 2018-03-13 14:35:10 +00:00
FuzzerDriver.cpp fix some user facing typos / in the comments 2018-03-13 14:35:10 +00:00
FuzzerExtFunctions.def [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sessions. 2017-10-23 22:04:30 +00:00
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp
FuzzerExtFunctionsDlsymWin.cpp
FuzzerExtFunctionsWeak.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerExtFunctionsWeakAlias.cpp
FuzzerExtraCounters.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerFlags.def fix some user facing typos / in the comments 2018-03-13 14:35:10 +00:00
FuzzerIO.cpp [libFuzzer] factor out some code into GetSizedFilesFromDir; NFC 2017-09-12 21:58:07 +00:00
FuzzerIO.h [libFuzzer] factor out some code into GetSizedFilesFromDir; NFC 2017-09-12 21:58:07 +00:00
FuzzerIOPosix.cpp [libFuzzer] Print a correct error message when a directory can't be 2018-04-06 18:15:24 +00:00
FuzzerIOWindows.cpp [libFuzzer] Use custom allocators for STL containers in libFuzzer. 2017-08-27 23:20:09 +00:00
FuzzerInterface.h Reland "[libFuzzer] Support using libc++" 2018-01-17 20:39:14 +00:00
FuzzerInternal.h [libFuzzer] change the strategy for -experimental_len_control to grow max_len slower 2017-12-12 23:11:28 +00:00
FuzzerLoop.cpp [libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats. 2018-02-22 19:00:17 +00:00
FuzzerMain.cpp Reland "[libFuzzer] Support using libc++" 2018-01-17 20:39:14 +00:00
FuzzerMerge.cpp Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219" 2018-03-20 01:17:18 +00:00
FuzzerMerge.h [libFuzzer] Use custom allocators for STL containers in libFuzzer. 2017-08-27 23:20:09 +00:00
FuzzerMutate.cpp [libFuzzer] Fix sizeof(ptr) bug. 2018-01-30 18:25:55 +00:00
FuzzerMutate.h fix some user facing typos / in the comments 2018-03-13 14:35:10 +00:00
FuzzerOptions.h [libFuzzer] Set -experimental_len_control=1000 as default. 2018-02-13 20:52:15 +00:00
FuzzerRandom.h
FuzzerSHA1.cpp
FuzzerSHA1.h
FuzzerShmem.h
FuzzerShmemFuchsia.cpp [libFuzzer] Add support for Fuchsia OS. 2017-12-08 22:54:44 +00:00
FuzzerShmemPosix.cpp
FuzzerShmemWindows.cpp
FuzzerTracePC.cpp [libFuzzer] print a better warning if we hit the ld bug 2017-10-14 00:07:11 +00:00
FuzzerTracePC.h [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction(). 2017-12-20 19:31:51 +00:00
FuzzerUtil.cpp [fuzzer] Initialize PcDescr buffer before calling __sanitizer_symbolize_pc 2017-11-17 00:46:59 +00:00
FuzzerUtil.h [libFuzzer] change the strategy for -experimental_len_control to grow max_len slower 2017-12-12 23:11:28 +00:00
FuzzerUtilDarwin.cpp [libFuzzer] Encapsulate commands in a class. 2017-12-04 19:25:59 +00:00
FuzzerUtilFuchsia.cpp [Fuzzer] Use Zircon's public API on Fuchsia 2018-02-07 08:22:58 +00:00
FuzzerUtilLinux.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerUtilPosix.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerUtilWindows.cpp [libFuzzer] Encapsulate commands in a class. 2017-12-04 19:25:59 +00:00
FuzzerValueBitMap.h
README.txt [libFuzzer] better README.txt 2017-08-22 01:15:40 +00:00
build.sh Switch from Bourne shell to simply base shell to build libfuzzer 2018-01-12 23:45:24 +00:00

README.txt

See http://llvm.org/docs/LibFuzzer.html