llvm-project/compiler-rt/lib/fuzzer
Vitaly Buka 3c7960cba1 [libFuzzer] Disable Msan on InternalStrnlen
It's called from ATTRIBUTE_NO_SANITIZE_MEMORY code.
It worked as expected if inlined and complained otherwise.

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D113323
2021-11-05 15:24:09 -07:00
..
afl [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
dataflow [libfuzzer] Disable failing DFSan-related tests 2021-06-19 01:09:19 +00:00
scripts
standalone
tests [libFuzzer] Improve corpus replacement unit test. 2021-10-26 08:09:11 -07:00
CMakeLists.txt [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
FuzzerBuiltins.h [crt][fuzzer] Fix up various numeric conversions 2021-03-11 16:01:28 -08:00
FuzzerBuiltinsMsvc.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerCommand.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerCorpus.h [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. 2021-10-20 06:52:57 -07:00
FuzzerCrossOver.cpp Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerDataFlowTrace.cpp [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
FuzzerDataFlowTrace.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerDefs.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerDictionary.h [libFuzzer] Fix two typos 2021-10-01 13:15:43 +02:00
FuzzerDriver.cpp Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerExtFunctions.def
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp [libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files. 2020-07-14 21:31:56 +00:00
FuzzerExtFunctionsWeak.cpp [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerExtFunctionsWindows.cpp [libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files. 2020-07-14 21:31:56 +00:00
FuzzerExtraCounters.cpp Enable extra coverage counters on Windows 2021-08-05 11:40:15 -07:00
FuzzerExtraCountersDarwin.cpp [libFuzzer] Add missing include on Darwin. 2021-08-05 12:27:13 -07:00
FuzzerExtraCountersWindows.cpp [fuzzer] Fix building on case sensitive mingw platforms 2021-08-06 08:53:13 +03:00
FuzzerFlags.def Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerFork.cpp [libFuzzer] Add missing argument to CrashResistantMerge. 2021-09-08 11:48:33 -07:00
FuzzerFork.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerIO.cpp [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerIO.h [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerIOPosix.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerIOWindows.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerInterceptors.cpp [fuzzer] Fix build on musl 2021-06-13 12:32:07 -07:00
FuzzerInterface.h
FuzzerInternal.h Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerLoop.cpp [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. 2021-10-20 06:52:57 -07:00
FuzzerMain.cpp [libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files. 2020-07-14 21:31:56 +00:00
FuzzerMerge.cpp Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerMerge.h Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerMutate.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerMutate.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerOptions.h Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerPlatform.h [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerRandom.h Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerSHA1.cpp [crt][fuzzer] Fix up various numeric conversions 2021-03-11 16:01:28 -08:00
FuzzerSHA1.h
FuzzerTracePC.cpp [libFuzzer] Disable Msan on InternalStrnlen 2021-11-05 15:24:09 -07:00
FuzzerTracePC.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerUtil.cpp [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerUtil.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerUtilDarwin.cpp [libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files. 2020-07-14 21:31:56 +00:00
FuzzerUtilFuchsia.cpp [fuzzer][fuchsia] Close exception channel before exiting. 2021-09-16 11:57:12 -07:00
FuzzerUtilLinux.cpp [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerUtilPosix.cpp Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerUtilWindows.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerValueBitMap.h [libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files. 2020-07-14 21:31:56 +00:00
README.txt
build.sh Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00

README.txt

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