- 6de5e34 Fix libFuzzer not building with pthreads on Windows (#109525) by Zentrik · 12 days ago main master
- aa121b5 Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)" by Martin Storsjö · 5 weeks ago
- 339f6c9 [compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902) by David CARLIER · 5 weeks ago
- 2021b6b [compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179) by David CARLIER · 7 weeks ago
- c5ba55a Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162) by David CARLIER · 7 weeks ago
- 3f67bba [compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953) by David CARLIER · 7 weeks ago
- e943307 Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775) by David Benjamin · 8 weeks ago
- da0fba0 [compiler-rt] Silence warnings by Alexandre Ganea · 8 weeks ago
- b0290fb [libFuzzer] Fix incorrect coverage number in fork mode (#82335) by Scallop Ye · 3 months ago
- d037507 Revert "[compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows" by Alexandre Ganea · 3 months ago
- 091bea6 [compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows by Alexandre Ganea · 3 months ago
- cc8ea96 [libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679) by Thurston Dang · 5 months ago
- cb82c54 [compiler-rt] Update libFuzzer build script to use C++17. (#89604) by Frederic Cambus · 5 months ago
- 9293e83 [compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841) by David CARLIER · 7 months ago
- 7921bd7 [compiler-rt][Fuzzer] fix windows typo (#84407) by David CARLIER · 7 months ago
- d6dede7 [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562) by David CARLIER · 7 months ago
- e41fd43 Revert fuzzer windows changes (#83551) by David CARLIER · 7 months ago
- 9281ce4 [compiler-rt][fuzzer] windows build unbreak proposal. (#83538) by David CARLIER · 7 months ago
- 1f7e307 [compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761) by David CARLIER · 7 months ago
- 618db8b [Fuzzer] Use user signal to coordinate handler shutdown (#82067) by James Robinson · 8 months ago
- dbc1cfc [compiler-rt] Use std::clamp (NFC) by Kazu Hirata · 12 months ago
- b42ea3a [NFC][compiler-rt] Fix typo in FuzzedDataProvider.h doc by MarcoFalke · 1 year ago
- 0c0d79e [Fuzzer] Optimize UpdateFeatureFrequency (#65288) by Arseny Kapoulkine · 1 year, 1 month ago
- 5d1e681 [Fuzzer] Update build.sh to fix build errors (#65496) by Arseny Kapoulkine · 1 year, 1 month ago
- f361709 Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 1 year, 1 month ago
- f9760de [NFC][fuzzer] Cleanup SetThreadName after D156317 by Vitaly Buka · 1 year, 1 month ago
- 8b77915 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 1 year, 1 month ago
- b554a15 Revert "[fuzzer] Try to fix windows build after D156317" by Vitaly Buka · 1 year, 1 month ago
- ada40f8 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 1 year, 1 month ago
- 99fa7ec [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 1 year, 1 month ago
- e8ab557 [NFC][compiler-rt] Add missing space in libfuzzer -help docs by MarcoFalke · 1 year, 2 months ago
- 4f53467 Revert "[Fuzzer] SetThreadName implementation for Windows" by David Carlier · 1 year, 2 months ago
- e17a11b [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 1 year, 2 months ago
- c02d8be Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 1 year, 2 months ago
- aa2e438 [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 1 year, 2 months ago
- af225cd [Fuzzer] Assign names to workers by David CARLIER · 1 year, 2 months ago
- 63f0621 [fuzzer] Enable loongarch64 by Youling Tang · 1 year, 3 months ago
- 5ae6104 [compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::ConsumeIntegralInRange by MarcoFalke · 1 year, 3 months ago
- 592ffd1 [fuzzer][fuchsia] Support RISC-V by Roland McGrath · 1 year, 4 months ago
- 3198072 [fuzzer] Platfom specific version of PageSize by Vitaly Buka · 1 year, 4 months ago
- cb08b6e [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 1 year, 4 months ago
- 028f28f Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h" by Jason Molenda · 1 year, 4 months ago
- bc21aee [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 1 year, 4 months ago
- 60bdb4f [NFC][Py Reformat] Reformat python files in the rest of the dirs by Tobias Hieta · 1 year, 5 months ago
- fa4614f [libfuzzer] avoid unneccessary auto-copy by Wu, Yingcong · 1 year, 5 months ago
- 8433a3a [fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cpp by Nico Weber · 1 year, 6 months ago
- a7f3edd [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 1 year, 7 months ago
- 99d7eb8 [libfuzzer] add test of cov file-id in control file by Wu, Yingcong · 1 year, 7 months ago
- f990383 Revert "[fuzzer] Use puts() rather than printf() in CopyFileToErr()" by Matthew Voss · 1 year, 7 months ago
- 5453dd4 [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 1 year, 7 months ago
- 9a52be5 [libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer' (NFC) by Jie Fu · 1 year, 7 months ago
- d8ed210 [libfuzzer] avoid unneccessary copy by Wu, Yingcong · 1 year, 7 months ago
- b278130 [fuzzer] Make sure we never delete Fuzzer by Vitaly Buka · 1 year, 7 months ago
- 313c916 Add test for Flags.data_flow_trace by Wu, Yingcong · 1 year, 7 months ago
- b71f365 Use the right printf format specifiers by Wu, Yingcong · 1 year, 7 months ago
- 5cda33b Adding missing colon by Advenam Tacet · 1 year, 9 months ago
- 4a8559a [Libfuzzer] Include signal.h for SIGINT by Krzysztof Parzyszek · 2 years, 1 month ago
- b4538f8 Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1 by Maxim Schessler · 2 years, 2 months ago
- 5763e45 [libFuzzer] Extend the fuzz target intarface to allow -1 return value. by Kostya Serebryany · 2 years, 3 months ago
- 8f8bb6d [libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPc by Fangrui Song · 2 years, 8 months ago
- eb9c66d [libFuzzer] Disable Msan on InternalStrnlen by Vitaly Buka · 3 years ago
- 6b3d8f4 [libFuzzer] Improve corpus replacement unit test. by Matt Morehouse · 3 years ago
- 40770fe Fix unused variable warning. by Sterling Augustine · 3 years ago
- a925f49 [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. by PZ Read · 3 years ago
- c16c0b3 [libFuzzer] Use octal instead of hex escape sequences in PrintASCII by Hans Wennborg · 3 years ago
- cc57416 [libFuzzer] Fix two typos by Hans Wennborg · 3 years ago
- 9ecf0c9 [fuzzer][fuchsia] Close exception channel before exiting. by Aaron Green · 3 years, 1 month ago
- 2c4fa2d [libFuzzer] Add missing argument to CrashResistantMerge. by Matt Morehouse · 3 years, 1 month ago
- bc98df0 Redistribute energy for Corpus by gtt1995 · 3 years, 1 month ago
- 3e55f43 Greedy set cover implementation of `Merger::Merge` by aristotelis · 3 years, 1 month ago
- 4c2a84d [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 3 years, 1 month ago
- 62b50ce [fuzzer] Fix building on case sensitive mingw platforms by Martin Storsjö · 3 years, 2 months ago
- 246b321 [libFuzzer] Add missing include on Darwin. by Matt Morehouse · 3 years, 2 months ago
- 6e7d462 Enable extra coverage counters on Windows by Matt Morehouse · 3 years, 2 months ago
- 22bc44b [libFuzzer] fix clang-tidy by Kostya Serebryany · 3 years, 2 months ago
- 6276d3d [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. by Kostya Serebryany · 3 years, 2 months ago
- 3ce25ba [libFuzzer] Fix CFI Directives for fuchsia by Marco Vanotti · 3 years, 3 months ago
- e1d706b Revert "Refactor mutation strategies into a standalone library" by Marco Vanotti · 3 years, 3 months ago
- c7d3a5b Refactor mutation strategies into a standalone library by Aaron Green · 3 years, 3 months ago
- bc028da [libfuzzer] Disable failing DFSan-related tests by George Balatsouras · 3 years, 4 months ago
- 6938bd2 [fuzzer] Fix build on musl by Khem Raj · 3 years, 4 months ago
- 054d672 [dfsan] Add full fast8 support by George Balatsouras · 3 years, 4 months ago
- 917366a Revert "Refactor mutation strategies into a standalone library" by Matt Morehouse · 3 years, 4 months ago
- 23cfc5c [libFuzzer] Add missing FuzzerBuiltinsMsvc.h include. by Matt Morehouse · 3 years, 4 months ago
- ed64380 Refactor mutation strategies into a standalone library by Aaron Green · 3 years, 4 months ago
- 5dff0ee [libFuzzer] Fix stack overflow detection by Sebastian Poeplau · 3 years, 5 months ago
- f7bd970 [libFuzzer] Preserve position hint in auto dictionary by Fabian Meumertzheim · 3 years, 5 months ago
- ec3a006 [libFuzzer] Fix off-by-one error in ApplyDictionaryEntry by Fabian Meumertzheim · 3 years, 5 months ago
- 978a3f6 [fuzzer] Print reloaded file paths by Alexey Vishnyakov · 3 years, 6 months ago
- e92b10e [libFuzzer] Fix MSan false positives with custom mutators. by Matt Morehouse · 3 years, 6 months ago
- d26a104 Tweak SimpleFastHash by Aaron Green · 3 years, 6 months ago
- 7a3025f Fix typo: `char` should be `TS` by Jorg Brown · 3 years, 7 months ago
- 1dbbff1 [libFuzzer] Use macro instead of __attribute__. by Matt Morehouse · 3 years, 7 months ago
- 9337e09 [libFuzzer] Add attribute noinline on Fuzzer::ExecuteCallback(). by Jonas Paulsson · 3 years, 7 months ago
- b25f481 [crt][fuzzer] Fix up various numeric conversions by Aaron Green · 3 years, 7 months ago
- 61d5565 [compiler-rt] FuzzedDataProvider: Add missing include by MarcoFalke · 3 years, 7 months ago
- 01b0514 Bugfix for collecting features from very small DSOs. by Aaron Green · 3 years, 8 months ago
- 64ecf00 Expand unit tests for fuzzer::Merger by Marco Vanotti · 3 years, 8 months ago
- 504a075 [compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::array by Max Moroz · 3 years, 9 months ago
- 7dc4742 [fuzzer] Add Windows Visual C++ exception intercept by Joe Pletcher · 3 years, 11 months ago