This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5a3556aa5563fb89693935303463881df44094de
clang-p2996
/
compiler-rt
/
lib
/
fuzzer
History
Sterling Augustine
6b6564fcf9
Fix unused variable warning.
2021-10-20 09:59:16 -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
Fix unused variable warning.
2021-10-20 09:59:16 -07:00
build.sh
Revert "Refactor mutation strategies into a standalone library"
2021-07-02 09:45: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
…
FuzzerExtFunctionsWeak.cpp
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerExtFunctionsWindows.cpp
…
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
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
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
FuzzerLoop.cpp
[libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus.
2021-10-20 06:52:57 -07:00
FuzzerMain.cpp
…
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
[compiler-rt] NFC: Fix trivial typo
2021-09-04 14:12:58 +05:30
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
…
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
…
README.txt
…
README.txt
See http://llvm.org/docs/LibFuzzer.html
Reference in New Issue
View Git Blame
Copy Permalink