1. 9600119 Disable populating binary info when invoking the Centipede binary. by Xinhao Yuan · 2 days ago main
  2. 52ddf38 No public description by Xinhao Yuan · 2 days ago
  3. 4501e87 Update FuzzingBitGen to reduce possible infinite loops. by Laramie Leavitt · 2 days ago
  4. 3874258 Merge pull request #1994 from posidron:windows-coverage-support by Copybara-Service · 2 days ago
  5. fb1f458 Fix macro definition for coverage availability by Christoph Diehl · 2 days ago
  6. d91fc5c Update fuzztest/internal/coverage.cc by Christoph Diehl · 2 days ago
  7. bb9aafa Add Windows (clang-cl) support for continuous fuzzing by Christoph Diehl · 2 days ago
  8. 3e42dc3 Enable stack depth tracking via -fsanitize-coverage=stack-depth. by Xinhao Yuan · 3 days ago
  9. 41e1606 Do not report/abort when the reporter is disabled. by Xinhao Yuan · 8 days ago
  10. 2145ac8 Fix potential stack-overflow by moving Capture() seeding into cleanup. by Xinhao Yuan · 9 days ago
  11. 54ed362 Send SIGKILL to subprocesses on destructing Command. by Xinhao Yuan · 10 days ago
  12. 73c5bc4 Extend the cmp tracing entry size to 128. by Xinhao Yuan · 10 days ago
  13. b6d8465 Use reservoir sampling in auto-dictionary tracing and collection. by Xinhao Yuan · 10 days ago
  14. e58f8dd No public description by FuzzTest Team · 10 days ago
  15. 1f7726d Make the maximum input size for LLVMFuzzer targets configurable. by Xinhao Yuan · 2 weeks ago
  16. 2774d42 Track mutant origins. by Xinhao Yuan · 3 weeks ago
  17. ca868c2 Change a few functions that take const {ByteArray,string}& to take ByteSpan. by Xinhao Yuan · 3 weeks ago
  18. 6a217df NFC: Rename mutation_input.h to mutation_data.h to include the output types. by Xinhao Yuan · 3 weeks ago
  19. f67a6fe Avoid interference from destructed Commands by owning the redirected files. by Xinhao Yuan · 3 weeks ago
  20. 362a279 No public description by FuzzTest Team · 3 weeks ago
  21. 7636e7c Bump up the versions of dependencies and fix Bazel load statements. by Filip Niksic · 4 weeks ago
  22. 4aaf69f No public description by Filip Niksic · 4 weeks ago
  23. 9c936b5 No public description by Tobias Werth · 4 weeks ago
  24. d8e979e Prioritize custom printers over default aggregate printing. by Filip Niksic · 5 weeks ago
  25. c1c9e87 Change the default corpus weight method to "uniform". by Xinhao Yuan · 5 weeks ago
  26. 98b0970 Handle empty crash signatures and descriptions in crash deduplication. by Filip Niksic · 5 weeks ago
  27. fb29fbd Refactor FuzzTest custom printer extension points. by Filip Niksic · 5 weeks ago
  28. 54b2ccd Add WithRepeatedFieldsSoftMaxSize to Protobuf domains and WithSoftMaxSize to Container domains. by FuzzTest Team · 6 weeks ago
  29. 54dfec0 No public description by FuzzTest Team · 6 weeks ago
  30. 2568b53 Fix tsan warning about ExecutionCoverage::SetTracing() by agrieve · 7 weeks ago
  31. 8d168d7 No public description by FuzzTest Team · 7 weeks ago
  32. 9966bf3 No public description by FuzzTest Team · 7 weeks ago
  33. 2d7add1 Retry mutation failure once per batch if in persistent mode. by Xinhao Yuan · 8 weeks ago
  34. becfb23 Use the stop time as the deadline for the seeding command. by Xinhao Yuan · 8 weeks ago
  35. 8359318 Add various weight computation methods. by Xinhao Yuan · 8 weeks ago
  36. 82c5458 Pin Bazel version to 8.5.0. by Xinhao Yuan · 8 weeks ago
  37. 5a70274 Allow missing DlInfo. by Xinhao Yuan · 9 weeks ago
  38. 9534f7a No public description by FuzzTest Team · 9 weeks ago
  39. a72f099 Add more coordination between the watchdog thread and the test thread. by Xinhao Yuan · 10 weeks ago
  40. 3684535 No public description by Xinhao Yuan · 10 weeks ago
  41. b6e1af9 Log execution RSS usage for debugging leakage. by Xinhao Yuan · 10 weeks ago
  42. 725b15d Print the mutate execution log only when stop condition is off. by Xinhao Yuan · 2 months ago
  43. f0a421a Clarify the log message on batch cleanup failure. by Xinhao Yuan · 2 months ago
  44. 6e4dee4 Clean up IRObject for custom domain creation. by Xinhao Yuan · 3 months ago
  45. 41c8a0f No public description by FuzzTest Team · 3 months ago
  46. 247a6e0 No public description by FuzzTest Team · 3 months ago
  47. 2439d93 No public description by FuzzTest Team · 3 months ago
  48. 78831bf Improve iteration counter when the batch execution is interrupted. by Hadi Ravanbakhsh · 3 months ago
  49. 893f793 Handle unexpected termination in Centipede's crash handling. by Filip Niksic · 3 months ago
  50. fb86a02 Disable unexpected exit handler in compatibility mode. by Filip Niksic · 3 months ago
  51. 056722f Detect and report unexpected exits in fuzz tests. by Filip Niksic · 4 months ago
  52. 8604cf4 Set the maximum length for printing crash signatures to `kHashLen`. by Filip Niksic · 4 months ago
  53. 2af5c28 No public description by FuzzTest Team · 4 months ago
  54. 7753886 No public description by Hadi Ravanbakhsh · 4 months ago
  55. 1ec8ab1 Move non-failure logging into non-failure paths. by Xinhao Yuan · 4 months ago
  56. 1c3e6d1 Check if the child terminates before waiting for signals. by Xinhao Yuan · 4 months ago
  57. cc9c148 Fix a crash when all corpus inputs have no feature. by Xinhao Yuan · 4 months ago
  58. b0e2cf8 No public description by Hadi Ravanbakhsh · 4 months ago
  59. 74e45da Extract the crash type from sanitizer error summary. by Filip Niksic · 4 months ago
  60. 159871a Add `--continue_after_crash` to control the test behavior on finding crashes. by Xinhao Yuan · 4 months ago
  61. 1836bcc Reset the failure description state for each batch. by Xinhao Yuan · 4 months ago
  62. d0d972a Re-enable Centipede MacOS tests in CI. by Xinhao Yuan · 4 months ago
  63. fcf3f22 Make better crash deduplication the default. by Filip Niksic · 4 months ago
  64. a9597e6 Update macOS version to macos-15 and temporarily disable macOS tests. by Filip Niksic · 4 months ago
  65. 14f2c56 Remove `CentipedeIsPresent` and `__libfuzzer_is_present` symbols. by Filip Niksic · 4 months ago
  66. 66bae76 Return a failure exit code from early stop requests. by Xinhao Yuan · 4 months ago
  67. ca9e58a Allow to specify features in centipede_fuzz_target by FuzzTest Team · 4 months ago
  68. 6a33dc4 Introduce a new crash deduplication mechanism in Centipede. by Filip Niksic · 4 months ago
  69. 554d530 Handle PC even when only PC counters are enabled. by Xinhao Yuan · 4 months ago
  70. 775126c Use `GetCrashesFromWorkdir` for crash summary reporting in `ReplayCrash`. by Filip Niksic · 4 months ago
  71. cd97059 Use the bug ID from crashing input filename when registering reproducer tests. by Filip Niksic · 4 months ago
  72. 7406afb Rename `GetInputFileComponents` and extract it to a common library. by Filip Niksic · 4 months ago
  73. 29bde2e Implement the core of the crash deduplication and organization for Centipede. by Filip Niksic · 4 months ago
  74. f3f4b48 Replay reproducer in same process only when running locally. by László Szekeres · 5 months ago
  75. abdba4e Report failures only if the types/signatures match without stop condition. by Xinhao Yuan · 5 months ago
  76. 2110c28 Add a function to extract components from crash input file names. by Filip Niksic · 5 months ago
  77. 2c5bd73 Move `values` into ElementOfImpl instead of copying by Daniel Cheng · 5 months ago
  78. 7940ee9 Make FuzzTest/Centipede reproducer tests consistent with the legacy engine. by Xinhao Yuan · 5 months ago
  79. e23ef28 Update Abseil version. by Xinhao Yuan · 5 months ago
  80. 13b20cd Implement execution time based weight scaling. by Xinhao Yuan · 5 months ago
  81. 342d498 Clarify on when --jobs is effective. by Xinhao Yuan · 5 months ago
  82. ba63065 Add a function to collect crashes from the workdir. by Filip Niksic · 5 months ago
  83. b222740 Merge pull request #1890 from dingxiangfei2009:fix-init-warnings by Copybara-Service · 5 months ago
  84. f133df1 No public description by FuzzTest Team · 5 months ago
  85. 1804ef3 No public description by László Szekeres · 5 months ago
  86. fdf8759 Extract `MockFactory` as `NonOwningCallbacksFactory` for better reusability. by Filip Niksic · 5 months ago
  87. f8110a8 No public description by László Szekeres · 5 months ago
  88. dcd9280 Add a method to `BatchResult` to distinguish input crashes from other failures. by Filip Niksic · 5 months ago
  89. 276876d Override the clang-format tand reorder the imports by Xiangfei Ding · 5 months ago
  90. 8e747d2 Pass RNG to functions that require randomness for cleaner interface. by Xinhao Yuan · 5 months ago
  91. 1136ab0 Fix initialisation and signed comparison warnings by Xiangfei Ding · 5 months ago
  92. a213424 Optimize `RemoveSubset`. by Xinhao Yuan · 5 months ago
  93. 7dfe0e5 Add execution stats into corpus record. by Xinhao Yuan · 5 months ago
  94. d141389 Ignore SIGINT in the fork server for cleaner Ctrl-C behavior. by Xinhao Yuan · 5 months ago
  95. b3ed7b9 Fork server: Ack after fork and avoid changing signal handler in the child. by Xinhao Yuan · 5 months ago
  96. b45fa43 Use stop time to cap the execution deadline and skip reporting. by Xinhao Yuan · 5 months ago
  97. ad994c1 Set failure description to an ignored failure when termination is requested. by Xinhao Yuan · 5 months ago
  98. 6683ec9 Exit the batch execution after a failure description is set, and ignore later failures. by Xinhao Yuan · 5 months ago
  99. 3f78567 Add the `unguided` flag to force unguided fuzzing. by Xinhao Yuan · 5 months ago
  100. f505c8b No public description by FuzzTest Team · 5 months ago