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
ec056f54589d937ae3f74d795b94de886cbb7ec7
clang-p2996
/
compiler-rt
/
lib
/
fuzzer
History
Paweł Bylica
091741a880
[libfuzzer] Clarify -max_len behavior on bigger files (
#123095
)
2025-01-23 09:19:21 +01:00
..
afl
…
dataflow
…
scripts
…
standalone
…
tests
[compiler-rt] Add custom libc++ workaround for CMake < 3.26
2024-11-10 20:30:23 -08:00
build.sh
…
CMakeLists.txt
[compiler-rt] Add custom libc++ workaround for CMake < 3.26
2024-11-10 20:30:23 -08:00
FuzzerBuiltins.h
…
FuzzerBuiltinsMsvc.h
…
FuzzerCommand.h
…
FuzzerCorpus.h
…
FuzzerCrossOver.cpp
Revert "Refactor mutation strategies into a standalone library"
2021-07-02 09:45:11 -07:00
FuzzerDataFlowTrace.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerDataFlowTrace.h
…
FuzzerDefs.h
…
FuzzerDictionary.h
Don't pass null pointers to memcmp and memcpy in libFuzzer (
#96775
)
2024-08-13 15:26:40 -07:00
FuzzerDriver.cpp
[libfuzzer] Prevent MSan false positive when printing log with -jobs (
#91679
)
2024-05-10 15:36:55 -07:00
FuzzerExtFunctions.def
[libFuzzer] Always print DSO map on Fuchsia libFuzzer launch
2019-09-17 00:34:41 +00:00
FuzzerExtFunctions.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
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
[compiler-rt] Include stdlib.h for exit() (
#115025
)
2024-11-05 12:30:23 -05: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
[libfuzzer] Clarify -max_len behavior on bigger files (
#123095
)
2025-01-23 09:19:21 +01:00
FuzzerFork.cpp
[libFuzzer] Fix incorrect coverage number in fork mode (
#82335
)
2024-07-17 15:55:41 -07:00
FuzzerFork.h
…
FuzzerInterceptors.cpp
[fuzzer] Fix build on musl
2021-06-13 12:32:07 -07:00
FuzzerInterface.h
…
FuzzerInternal.h
…
FuzzerIO.cpp
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07:00
FuzzerIO.h
…
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
Don't pass null pointers to memcmp and memcpy in libFuzzer (
#96775
)
2024-08-13 15:26:40 -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
[libfuzzer] add test of cov file-id in control file
2023-03-22 22:55:48 -07:00
FuzzerMerge.h
…
FuzzerMutate.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerMutate.h
…
FuzzerOptions.h
…
FuzzerPlatform.h
…
FuzzerRandom.h
…
FuzzerSHA1.cpp
[crt][fuzzer] Fix up various numeric conversions
2021-03-11 16:01:28 -08:00
FuzzerSHA1.h
…
FuzzerTracePC.cpp
[fuzzer] Enable loongarch64
2023-07-18 09:40:25 +08:00
FuzzerTracePC.h
…
FuzzerUtil.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtil.h
…
FuzzerUtilDarwin.cpp
…
FuzzerUtilFuchsia.cpp
[compiler-rt] Reland "SetThreadName implementation for Fuchsia" (
#105179
)
2024-08-21 08:37:26 +01:00
FuzzerUtilLinux.cpp
[compiler-rt] reimplements GetMemoryProfile for netbsd. (
#84841
)
2024-03-13 09:25:43 +00:00
FuzzerUtilPosix.cpp
Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (
#115811
)
2024-11-11 19:50:30 -08:00
FuzzerUtilWindows.cpp
[compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (
#115167
)
2024-11-07 00:18:57 +02: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
…
README.txt
See http://llvm.org/docs/LibFuzzer.html
Reference in New Issue
View Git Blame
Copy Permalink