1. 2302c68 [NFC][libFuzzer] Remove unused GetModuleName helper in TracePC (#214032) by Vitaly Buka · 8 days ago main master
  2. 97ca7b0 [libfuzzer] Improve error message for file not found (#207081) by Giovanni Ortuño · 6 weeks ago
  3. 82cb58a [libFuzzer] Fix -Wunused-variable when building with NDEBUG (#188301) by Vitaly Buka · 5 months ago
  4. cb8b310 [compiler-rt] Unify python shebangs (#187285) by Ross Burton · 5 months ago
  5. cb92d45 fuzzer: modernize FuzzedDataProvider conversions (#177794) by Winnie Gitau · 6 months ago
  6. 6dddee5 [NFC] [compiler-rt] fix typos (#160803) by co63oc · 11 months ago
  7. 926517e [compiler-rt] fix typos (#160799) by co63oc · 11 months ago
  8. 878d90e Fix libFuzzer array alignment with empty modules (#159661) by Bitshift · 11 months ago
  9. 41790b7 Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#159097) by Amit Kumar Pandey · 11 months ago
  10. 086c70c Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) by Amit Kumar Pandey · 11 months ago
  11. 3a9e58d [NFC] Fix CodeQL violations in compiler-rt. (#157793) by Amit Kumar Pandey · 11 months ago
  12. 88664cf [fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514) by PiJoules · 12 months ago
  13. fa24ac6 Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#155271) by PiJoules · 12 months ago
  14. 493589e Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042) by gulfemsavrun · 12 months ago
  15. 35b4782 [fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854) by PiJoules · 12 months ago
  16. e815906 Revert "[libFuzzer] always install signal handler with SA_ONSTACK" (#153114) by Keith Randall · 12 months ago
  17. 7080db9 [libFuzzer] always install signal handler with SA_ONSTACK (#147422) by Keith Randall · 1 year ago
  18. c55bea4 [compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120) by Dan Blackwell · 1 year ago
  19. 0f4cd51 [compiler-rt] Include missing headers for libFuzzer (#146828) by Takuto Ikuta · 1 year, 1 month ago
  20. 8198094 [compiler-rt] Remove unused local variables (NFC) (#144010) by Kazu Hirata · 1 year, 2 months ago
  21. cc603d5 doc: get rid of redundant TODO tag in FuzzedDataProvider.h (#137395) by kevkevin · 1 year, 4 months ago
  22. 6b972df [compiler-rt] FuzzedDataProvider: modernize outdated trait patterns (#127811) by l0rinc · 1 year, 6 months ago
  23. 08f9cb3 [libfuzzer] Clarify -max_len behavior on bigger files (#123095) by Paweł Bylica · 1 year, 7 months ago
  24. 08e435d Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (#115811) by Florian Mayer · 1 year, 9 months ago
  25. 1089980 [libfuzzer] use timer_create() instead of setitimer() for linux (#110274) by Min · 1 year, 9 months ago
  26. 54b84d5 [compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167) by Martin Storsjö · 1 year, 9 months ago
  27. e0157d3 [compiler-rt] Include stdlib.h for exit() (#115025) by Nico Weber · 1 year, 9 months ago
  28. b654d39 [NFC][compiler-rt] Add missing header include (#113951) by Prabhuk · 1 year, 10 months ago
  29. c635f0a [fuzzer] fix clang-cl build fuzzer lit test failure (#112339) by Wu Yingcong · 1 year, 10 months ago
  30. 6de5e34 Fix libFuzzer not building with pthreads on Windows (#109525) by Zentrik · 1 year, 11 months ago
  31. aa121b5 Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)" by Martin Storsjö · 2 years ago
  32. 339f6c9 [compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902) by David CARLIER · 2 years ago
  33. 2021b6b [compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179) by David CARLIER · 2 years ago
  34. c5ba55a Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162) by David CARLIER · 2 years ago
  35. 3f67bba [compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953) by David CARLIER · 2 years ago
  36. e943307 Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775) by David Benjamin · 2 years ago
  37. da0fba0 [compiler-rt] Silence warnings by Alexandre Ganea · 2 years ago
  38. b0290fb [libFuzzer] Fix incorrect coverage number in fork mode (#82335) by Scallop Ye · 2 years, 1 month ago
  39. d037507 Revert "[compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows" by Alexandre Ganea · 2 years, 1 month ago
  40. 091bea6 [compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows by Alexandre Ganea · 2 years, 1 month ago
  41. cc8ea96 [libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679) by Thurston Dang · 2 years, 3 months ago
  42. cb82c54 [compiler-rt] Update libFuzzer build script to use C++17. (#89604) by Frederic Cambus · 2 years, 4 months ago
  43. 9293e83 [compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841) by David CARLIER · 2 years, 5 months ago
  44. 7921bd7 [compiler-rt][Fuzzer] fix windows typo (#84407) by David CARLIER · 2 years, 5 months ago
  45. d6dede7 [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562) by David CARLIER · 2 years, 5 months ago
  46. e41fd43 Revert fuzzer windows changes (#83551) by David CARLIER · 2 years, 5 months ago
  47. 9281ce4 [compiler-rt][fuzzer] windows build unbreak proposal. (#83538) by David CARLIER · 2 years, 5 months ago
  48. 1f7e307 [compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761) by David CARLIER · 2 years, 5 months ago
  49. 618db8b [Fuzzer] Use user signal to coordinate handler shutdown (#82067) by James Robinson · 2 years, 6 months ago
  50. dbc1cfc [compiler-rt] Use std::clamp (NFC) by Kazu Hirata · 2 years, 10 months ago
  51. b42ea3a [NFC][compiler-rt] Fix typo in FuzzedDataProvider.h doc by MarcoFalke · 2 years, 10 months ago
  52. 0c0d79e [Fuzzer] Optimize UpdateFeatureFrequency (#65288) by Arseny Kapoulkine · 3 years ago
  53. 5d1e681 [Fuzzer] Update build.sh to fix build errors (#65496) by Arseny Kapoulkine · 3 years ago
  54. f361709 Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 3 years ago
  55. f9760de [NFC][fuzzer] Cleanup SetThreadName after D156317 by Vitaly Buka · 3 years ago
  56. 8b77915 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 3 years ago
  57. b554a15 Revert "[fuzzer] Try to fix windows build after D156317" by Vitaly Buka · 3 years ago
  58. ada40f8 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 3 years ago
  59. 99fa7ec [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 3 years ago
  60. e8ab557 [NFC][compiler-rt] Add missing space in libfuzzer -help docs by MarcoFalke · 3 years, 1 month ago
  61. 4f53467 Revert "[Fuzzer] SetThreadName implementation for Windows" by David Carlier · 3 years, 1 month ago
  62. e17a11b [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 3 years, 1 month ago
  63. c02d8be Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 3 years, 1 month ago
  64. aa2e438 [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 3 years, 1 month ago
  65. af225cd [Fuzzer] Assign names to workers by David CARLIER · 3 years, 1 month ago
  66. 63f0621 [fuzzer] Enable loongarch64 by Youling Tang · 3 years, 1 month ago
  67. 5ae6104 [compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::ConsumeIntegralInRange by MarcoFalke · 3 years, 1 month ago
  68. 592ffd1 [fuzzer][fuchsia] Support RISC-V by Roland McGrath · 3 years, 2 months ago
  69. 3198072 [fuzzer] Platfom specific version of PageSize by Vitaly Buka · 3 years, 3 months ago
  70. cb08b6e [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 3 years, 3 months ago
  71. 028f28f Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h" by Jason Molenda · 3 years, 3 months ago
  72. bc21aee [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 3 years, 3 months ago
  73. 60bdb4f [NFC][Py Reformat] Reformat python files in the rest of the dirs by Tobias Hieta · 3 years, 3 months ago
  74. fa4614f [libfuzzer] avoid unneccessary auto-copy by Wu, Yingcong · 3 years, 4 months ago
  75. 8433a3a [fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cpp by Nico Weber · 3 years, 4 months ago
  76. a7f3edd [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 3 years, 5 months ago
  77. 99d7eb8 [libfuzzer] add test of cov file-id in control file by Wu, Yingcong · 3 years, 5 months ago
  78. f990383 Revert "[fuzzer] Use puts() rather than printf() in CopyFileToErr()" by Matthew Voss · 3 years, 5 months ago
  79. 5453dd4 [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 3 years, 5 months ago
  80. 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 · 3 years, 5 months ago
  81. d8ed210 [libfuzzer] avoid unneccessary copy by Wu, Yingcong · 3 years, 5 months ago
  82. b278130 [fuzzer] Make sure we never delete Fuzzer by Vitaly Buka · 3 years, 5 months ago
  83. 313c916 Add test for Flags.data_flow_trace by Wu, Yingcong · 3 years, 5 months ago
  84. b71f365 Use the right printf format specifiers by Wu, Yingcong · 3 years, 5 months ago
  85. 5cda33b Adding missing colon by Advenam Tacet · 3 years, 7 months ago
  86. 4a8559a [Libfuzzer] Include signal.h for SIGINT by Krzysztof Parzyszek · 4 years ago
  87. b4538f8 Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1 by Maxim Schessler · 4 years ago
  88. 5763e45 [libFuzzer] Extend the fuzz target intarface to allow -1 return value. by Kostya Serebryany · 4 years, 2 months ago
  89. 8f8bb6d [libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPc by Fangrui Song · 4 years, 6 months ago
  90. eb9c66d [libFuzzer] Disable Msan on InternalStrnlen by Vitaly Buka · 4 years, 9 months ago
  91. 6b3d8f4 [libFuzzer] Improve corpus replacement unit test. by Matt Morehouse · 4 years, 10 months ago
  92. 40770fe Fix unused variable warning. by Sterling Augustine · 4 years, 10 months ago
  93. a925f49 [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. by PZ Read · 4 years, 10 months ago
  94. c16c0b3 [libFuzzer] Use octal instead of hex escape sequences in PrintASCII by Hans Wennborg · 4 years, 11 months ago
  95. cc57416 [libFuzzer] Fix two typos by Hans Wennborg · 4 years, 11 months ago
  96. 9ecf0c9 [fuzzer][fuchsia] Close exception channel before exiting. by Aaron Green · 5 years ago
  97. 2c4fa2d [libFuzzer] Add missing argument to CrashResistantMerge. by Matt Morehouse · 5 years ago
  98. bc98df0 Redistribute energy for Corpus by gtt1995 · 5 years ago
  99. 3e55f43 Greedy set cover implementation of `Merger::Merge` by aristotelis · 5 years ago
  100. 4c2a84d [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 5 years ago