1. 7c35154 consumeChar fix (#250) by katherine-hough · 2 years, 6 months ago
  2. 4a482c7 Update bazel_toolchain by Fabian Meumertzheim · 2 years, 6 months ago
  3. bd6b2d1 Make crash-reproducers compile properly by Dominik Stadler · 2 years, 6 months ago
  4. 9ef9a9d Make trampoline smaller (#243) by Fabian Meumertzheim · 2 years, 7 months ago
  5. d1835d6 Update formatters and reformat by Fabian Meumertzheim · 2 years, 8 months ago
  6. bbb1014 Improve flag descriptions of --autofuzz and --keep_going by Fabian Meumertzheim · 2 years, 8 months ago
  7. 387398b Prevent early libFuzzer exits by replaying initial coverage for two runs by Fabian Meumertzheim · 2 years, 8 months ago
  8. aa60a2e Add an --autofuzz_ignore flag to ignore exception classes by Fabian Meumertzheim · 2 years, 8 months ago
  9. 8ffc98f Implement --autofuzz option in the driver by Fabian Meumertzheim · 2 years, 8 months ago
  10. bc8cb46 Create Objects from classes implementing an interface by Khaled Yakdan · 2 years, 8 months ago
  11. 24069c3 BREAKING: Use OS-specific classpath separator to split jvm_args by Fabian Meumertzheim · 2 years, 8 months ago
  12. 818a503 Return native path to temp file in driver by Fabian Meumertzheim · 2 years, 8 months ago
  13. 34784b7 Adapt inline asm for Windows by Fabian Meumertzheim · 2 years, 8 months ago
  14. 5a3da22 Look up runfiles in driver tests by Fabian Meumertzheim · 2 years, 8 months ago
  15. 9a4fd55 Add Windows linkopts for sanitizer builds by Fabian Meumertzheim · 2 years, 8 months ago
  16. a0b181b Add copts and linkopts for Windows by Fabian Meumertzheim · 2 years, 8 months ago
  17. b30fcfa Replace SIGUSR1 with SIGTERM on Windows by Fabian Meumertzheim · 2 years, 8 months ago
  18. 5521236 Add a stand-alone replayer by Fabian Meumertzheim · 2 years, 10 months ago
  19. 7907a8b Extract FuzzedDataProvider into a stand-alone cc_library by Fabian Meumertzheim · 2 years, 10 months ago
  20. 27b15be Use rules_jni by Fabian Meumertzheim · 2 years, 8 months ago
  21. 03dc414 Drop explicit --agent_path argument in tests by Fabian Meumertzheim · 2 years, 8 months ago
  22. faaad94 Fix incorrect exit code in failure case by Fabian Meumertzheim · 2 years, 8 months ago
  23. 086e5ee Fix std::pair comparison type mismatch by Fabian Meumertzheim · 2 years, 8 months ago
  24. 5e8a1d0 Link jazzer binaries mostly statically by Fabian Meumertzheim · 2 years, 8 months ago
  25. eca7008 Explicitly convert filesystem::path to string by Fabian Meumertzheim · 2 years, 8 months ago
  26. c2039f2 Do not use uniform_int_distribution<char> by Fabian Meumertzheim · 2 years, 8 months ago
  27. 554bfe4 Replace uses of dlsym and weak symbols by Fabian Meumertzheim · 2 years, 8 months ago
  28. 50d1f37 Add missing include by Fabian Meumertzheim · 2 years, 8 months ago
  29. f01953a Do not use @rules_java and @rules_cc by Fabian Meumertzheim · 2 years, 8 months ago
  30. a8b443c Optimize GC for high throughput (#189) by Fabian Meumertzheim · 2 years, 9 months ago
  31. 5d9848c Print JVM stack traces on timeouts by Fabian Meumertzheim · 2 years, 9 months ago
  32. 5d23f7b Use lld only with clang on Linux by Fabian Meumertzheim · 2 years, 10 months ago
  33. fa940d4 Do not build .pic.o for //driver by Fabian Meumertzheim · 2 years, 10 months ago
  34. 978a25e Do not build unused shared libraries by Fabian Meumertzheim · 2 years, 10 months ago
  35. 792cb5c Do not build cc_17_library twice with //... by Fabian Meumertzheim · 2 years, 10 months ago
  36. e4f4fc0 Link the UBSan C++ runtime library by Fabian Meumertzheim · 2 years, 10 months ago
  37. 016c0ad Use lld on Linux by Fabian Meumertzheim · 2 years, 10 months ago
  38. 89285d8 Use an LLVM Bazel toolchain in the CI by Fabian Meumertzheim · 2 years, 10 months ago
  39. 3282049 Find libjvm with a repository rule by Fabian Meumertzheim · 2 years, 10 months ago
  40. fe5e2bd Fix reproducer template by Fabian Meumertzheim · 2 years, 10 months ago
  41. 01a7ca8 Exit with correct exit code on macOS by Fabian Meumertzheim · 2 years, 10 months ago
  42. 6279f16 Lower default -Xmx setting by Fabian Meumertzheim · 2 years, 11 months ago
  43. 186cc54 Explicitly delete local JNI references by Fabian Meumertzheim · 2 years, 11 months ago
  44. a833232 Register native callbacks on ClassInstrumentor initialization by Fabian Meumertzheim · 3 years ago
  45. fe0b95b Dynamically export symbols from jazzer_driver by Fabian Meumertzheim · 3 years ago
  46. 47ad28e Allow dumping instrumented classes by Fabian Meumertzheim · 3 years ago
  47. 224e8d0 Add support for UBSan by Fabian Meumertzheim · 3 years ago
  48. 008527b Use Bazel runfiles library to locate agent by Fabian Meumertzheim · 3 years ago
  49. da4c3b9 Add additional_jvm_args flag by Fabian Meumertzheim · 3 years ago
  50. 98b44a1 Fix Jazzer agent lookup by Fabian Meumertzheim · 3 years ago
  51. dc92cad Transition on cc_library rather than cc_binary by Fabian Meumertzheim · 3 years ago
  52. f1c4bb5 Ensure default -Xmx value is below -rss_limit_mb by Fabian Meumertzheim · 3 years, 1 month ago
  53. cca74ef Make --keep_going a uint32 by Fabian Meumertzheim · 3 years, 1 month ago
  54. 7000c31 Simplify Bazel handling of JNI headers by Fabian Meumertzheim · 3 years, 1 month ago
  55. efde1db Add Jazzer#guideTowardsEquality for byte[] by Fabian Meumertzheim · 3 years, 1 month ago
  56. d1ab840 Reland "Switch to __sanitizer_weak_hook_compare_bytes" by Fabian Meumertzheim · 3 years, 1 month ago
  57. 45bd07e Revert "Switch to __sanitizer_weak_hook_compare_bytes" by Fabian Meumertzheim · 3 years, 1 month ago
  58. 17d3abf Add option to generate coverage report by Fabian Meumertzheim · 3 years, 2 months ago
  59. f1cbb00 Fix JNI integration tests by Fabian Meumertzheim · 3 years, 2 months ago
  60. 6d3d4aa Build driver and deps with C++17 via transition by Fabian Meumertzheim · 3 years, 2 months ago
  61. 8d966c4 Use workspace macros for external dependencies by Fabian Meumertzheim · 3 years, 2 months ago
  62. 371d0e4 Fix header layering violations by Fabian Meumertzheim · 3 years, 2 months ago
  63. 78cddb8 Improve JNI exception handling in callbacks by Fabian Meumertzheim · 3 years, 2 months ago
  64. 519d7b9 Switch to __sanitizer_weak_hook_compare_bytes by Fabian Meumertzheim · 3 years, 2 months ago
  65. a295567 Keep stack traces even on hot paths by Fabian Meumertzheim · 3 years, 2 months ago
  66. f2acd03 Fix a crash in computeDedupToken without hooks by Fabian Meumertzheim · 3 years, 2 months ago
  67. 455384a Terminate libFuzzer on second SIGINT by Fabian Meumertzheim · 3 years, 2 months ago
  68. 352ec08 Optionally omit the DEDUP_TOKEN by Fabian Meumertzheim · 3 years, 2 months ago
  69. e0e4a98 Fix dump of crashing input on sanitizer report by Fabian Meumertzheim · 3 years, 2 months ago
  70. bfc1ec4 Resolve libFuzzer warnings on missing sanitizer methods by Fabian Meumertzheim · 3 years, 2 months ago
  71. e56094d Speculative fix for crashes in intercepted memcmp by Fabian Meumertzheim · 3 years, 2 months ago
  72. 1ade2d4 Don't convert char to basic_string_view by Simon Resch · 3 years, 2 months ago
  73. d0bb596 Remove debug print (#59) by Fabian Meumertzheim · 3 years, 2 months ago
  74. c7e0e9a Make driver check for manually reported finding by Fabian Meumertzheim · 3 years, 3 months ago
  75. 2ecb9ff Add missing exception checks by Fabian Meumertzheim · 3 years, 3 months ago
  76. f4473df Replace ExceptionOccured with ExceptionCheck by Fabian Meumertzheim · 3 years, 3 months ago
  77. 6e2e580 Annotate severity and deduplicate StackOverflowErrors in Kotlin by Fabian Meumertzheim · 3 years, 3 months ago
  78. f01b430 fix: Improve JNI handling of fuzz target exceptions by Fabian Meumertzheim · 3 years, 3 months ago
  79. 75169dd Skip library interception ignore list on macOS by Fabian Meumertzheim · 3 years, 3 months ago
  80. c95ecbf Do not intercept JVM-internal C stdlib calls by Fabian Meumertzheim · 3 years, 3 months ago
  81. f97bb51 Replace -Wl,--wrap with a source code patch by Fabian Meumertzheim · 3 years, 3 months ago
  82. 2c8c48f Build libFuzzer from source by Fabian Meumertzheim · 3 years, 3 months ago
  83. 6e3d256 Run buildifier --lint=fix -r . by Fabian Meumertzheim · 3 years, 3 months ago
  84. 0d93c07 Replace uses of quick_exit and at_quick_exit by Fabian Meumertzheim · 3 years, 4 months ago
  85. f938920 Revert "Do not intercept JVM-internal C stdlib calls (#45)" by Fabian Meumertzheim · 3 years, 3 months ago
  86. 71ac55c Do not intercept JVM-internal C stdlib calls (#45) by Fabian Meumertzheim · 3 years, 3 months ago
  87. ea12140 Annotate OutOfMemoryError and StackOverflowError with severity (#39) by Fabian Meumertzheim · 3 years, 3 months ago
  88. 5dbd56f Make value profile independent of Jazzer build by Fabian Meumertzheim · 3 years, 3 months ago
  89. 09bba1d Enable assertions in agent and reproducers by Fabian Meumertzheim · 3 years, 3 months ago
  90. 059b390 Fix CannedFuzzedDataProvider class name in reproducers by Fabian Meumertzheim · 3 years, 3 months ago
  91. 14ada37 Hook reflective calls by Fabian Meumertzheim · 3 years, 4 months ago
  92. d62c07f Move agent utils into own package by Fabian Meumertzheim · 3 years, 4 months ago
  93. 4b37786 Synchronize coverage IDs between separate processes by Fabian Meumertzheim · 3 years, 4 months ago
  94. 4ad5978 Pass pointer to argc/argv into the driver by Fabian Meumertzheim · 3 years, 4 months ago
  95. 541c5c6 Make fuzzerTestOneInput void by Fabian Meumertzheim · 3 years, 4 months ago
  96. 615d76f Improve exception reporting in CoverageTracker by Fabian Meumertzheim · 3 years, 4 months ago
  97. c7f9d1a Increase coverage map size dynamically by Fabian Meumertzheim · 3 years, 4 months ago
  98. d1cb62c Add "T pickValue(Collection<T> collection)" to FDP by Fabian Meumertzheim · 3 years, 4 months ago
  99. 434bbf3 Add "char consumeChar(char min, char max)" to FDP by Fabian Meumertzheim · 3 years, 4 months ago
  100. b775a6a Fix handleInterrupt signature by Fabian Meumertzheim · 3 years, 4 months ago