1. 722d43c [gwp_asan] Add missing <algorithm> include by Gulfem Savrun Yeniceri · 2 years, 3 months ago
  2. 6841f6e Fix a few warnings (signed/unsigned comparison in gtest, and missing field initializers) by David Blaikie · 2 years, 8 months ago
  3. b8c47ca [gwp-asan] Initialize AllocatorVersionMagic at runtime by Kostya Kortchinsky · 2 years, 8 months ago
  4. 634351b [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. by Frederic Cambus · 2 years, 8 months ago
  5. e597c4e [GWP-ASan] Add version header. by Mitch Phillips · 2 years, 10 months ago
  6. 2d99911 [rt][nfc] Rewrite #ifndef as #if defined(). by Alexander Belyaev · 2 years, 11 months ago
  7. b1b3c27 [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux by David Spickett · 2 years, 11 months ago
  8. ce5b6f4 [GWP-ASan] Change unreachable -> trap to work around DCE bug. by Mitch Phillips · 2 years, 11 months ago
  9. 1e0a55f Name all DEATH tests using 'DeathTest' suffix. by Mitch Phillips · 3 years ago
  10. f093057 [gwp_asan] Improve symbolizer script by Vitaly Buka · 3 years ago
  11. 875cd44 [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 1 month ago
  12. e2919d1 [gwp_asan] Use __sanitizer_fast_backtrace on Fuchsia by Roland McGrath · 3 years, 1 month ago
  13. 0a460c6 [GWP-ASan] Change sys/cdefs.h to features.h by Fangrui Song · 3 years, 3 months ago
  14. 98a6ab2 [GWP-ASan] Add back some headers removed by IWYU. by Mitch Phillips · 3 years, 4 months ago
  15. 764c80d [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 4 months ago
  16. ef4019d [gwp_asan] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 3 years, 4 months ago
  17. 1d48b7d Revert "[GWP-ASan] Add aligned allocations." by Mitch Phillips · 3 years, 4 months ago
  18. a6921b6 [GWP-ASan] Add locking around unwinder for atfork protection. by Mitch Phillips · 3 years, 4 months ago
  19. 89447be [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 5 months ago
  20. 6c8a084 [GWP-ASan] Add inbuilt options parser. by Mitch Phillips · 3 years, 5 months ago
  21. 4bab731 [GWP-ASan] Minor refactor of optional components. by Mitch Phillips · 3 years, 5 months ago
  22. 33d86b3 [GWP-ASan] IWYU & clang-format by Mitch Phillips · 3 years, 6 months ago
  23. 53745ab [GWP-ASan] Fix flaky test on Fuchsia by Kostya Kortchinsky · 3 years, 6 months ago
  24. d07c0f3 [GWP-ASan] Port tests to Fuchsia by Kostya Kortchinsky · 3 years, 7 months ago
  25. a9d4465 [GWP-ASan] Respect GWP_ASAN_DEFAULT_ENABLED compile-time macro by Roland McGrath · 3 years, 7 months ago
  26. 424c7ac [GWP-ASan] Stub out backtrace/signal functions on Fuchsia by Kostya Kortchinsky · 3 years, 7 months ago
  27. 0b25873 [GWP-ASan] Fuchsia specific mapping & utilities functions by Kostya Kortchinsky · 3 years, 7 months ago
  28. 6e469b1 [GWP-ASan] Add mutexes for Fuchsia by Kostya Kortchinsky · 3 years, 7 months ago
  29. 13dc0c1 [GWP-ASan] Abstract the thread local variables access by Kostya Kortchinsky · 3 years, 7 months ago
  30. acebeb0 [GWP-ASan] Refactor memory mapping functions by Kostya Kortchinsky · 3 years, 7 months ago
  31. 1a535e2 [GWP-ASan] Move random-related code in the allocator (redo) by Kostya Kortchinsky · 3 years, 7 months ago
  32. 24a598f Revert "[GWP-ASan] Move random-related code in the allocator" by Nikita Popov · 3 years, 7 months ago
  33. 0c22f09 [GWP-ASan] Move random-related code in the allocator by Kostya Kortchinsky · 3 years, 7 months ago
  34. 5471c73 [GWP-ASan] Rework utilities (NFC) by Kostya Kortchinsky · 3 years, 8 months ago
  35. 2af934a [GWP-ASan] Cleanup (NFC) by Kostya Kortchinsky · 3 years, 8 months ago
  36. d84e08b [GWP-ASan] Crash handler API returns sizeof(collected trace) by Mitch Phillips · 3 years, 10 months ago
  37. b57bc3b [GWP-ASan] Fix uninitialized memory use in sigaction. by Mitch Phillips · 3 years, 10 months ago
  38. 64d136a [GWP-ASan] Split the unwinder into segv/non-segv. by Mitch Phillips · 3 years, 11 months ago
  39. 0cb42d1 Revert 502f0cc0e38 "[GWP-ASan] Split the unwinder into segv/non-segv." by Hans Wennborg · 3 years, 11 months ago
  40. b566dbb [GWP-ASan] Split the unwinder into segv/non-segv. by Mitch Phillips · 3 years, 11 months ago
  41. 1e4b901 [GWP-ASan] Use functions in backtrace test, not line numbers. by Mitch Phillips · 4 years, 2 months ago
  42. 95e8cda [GWP-ASan] Only pack frames that are stored. by Mitch Phillips · 4 years, 2 months ago
  43. a99a307 [GWP-ASan] Fix thread ID. by Mitch Phillips · 4 years, 3 months ago
  44. 6de7037 [GWP-ASan] Silence gcc error by Kostya Kortchinsky · 4 years, 4 months ago
  45. dc8d45e [GWP-ASan] [NFC] Change enum from ANDROID->BIONIC. by Mitch Phillips · 4 years, 4 months ago
  46. 3e2370d [GWP-ASan] Update alignment on Android. by Mitch Phillips · 4 years, 4 months ago
  47. 89b7cb6 [GWP-ASan] Use weak abort message definition. by Mitch Phillips · 4 years, 4 months ago
  48. f36c860 [GWP-ASan] Fix PRNG to use IE TLS. by Mitch Phillips · 4 years, 4 months ago
  49. cc832f6 [GWP-ASan] Fix unused variables from crash handler + clang-format by Mitch Phillips · 4 years, 4 months ago
  50. 9f52e9d [GWP-ASan] Change crash handler constant. by Mitch Phillips · 4 years, 4 months ago
  51. 6e62889 [GWP-ASan] Crash Handler API. by Mitch Phillips · 4 years, 4 months ago
  52. 8f4a335 [GWP-ASan] Allow late initialisation if single-threaded. by Mitch Phillips · 4 years, 4 months ago
  53. 4ac5b41 [gwp-asan] Implement malloc_iterate. by Evgenii Stepanov · 4 years, 4 months ago
  54. 370fa68 [GWP-ASan] Add names to anonymous mappings. by Mitch Phillips · 4 years, 4 months ago
  55. ca8e2c1 [GWP-ASan] enable/disable and fork support. by Evgenii Stepanov · 4 years, 5 months ago
  56. 5e5b208 [GWP-ASan] 32-bit test pointers, allow multi-init for test. by Mitch Phillips · 4 years, 6 months ago
  57. c4533cb [GWP-ASan] Add GWP_ASAN_ prefix to macros. by Mitch Phillips · 4 years, 6 months ago
  58. c59047f Add GWP-ASan fuzz target to compiler-rt/tools. by Mitch Phillips · 4 years, 9 months ago
  59. b89d358 [GWP-ASan] Split options_parser and backtrace_sanitizer_common. by Mitch Phillips · 4 years, 9 months ago
  60. eee2347 Revert "[GWP-ASan] Remove c++ standard lib dependency." by Petr Hosek · 4 years, 10 months ago
  61. a6dfa30 [GWP-ASan] Remove c++ standard lib dependency. by Petr Hosek · 4 years, 10 months ago
  62. a4ba447 [GWP-ASan] Add public-facing documentation [6]. by Mitch Phillips · 4 years, 10 months ago
  63. eebf1b5 [GWP-ASan] Fix typos. by Mitch Phillips · 4 years, 10 months ago
  64. a188612 [GWP-ASan] Implement stack frame compression. by Mitch Phillips · 4 years, 10 months ago
  65. a1fbcfa [GWP-ASan] Update backtrace function signature. by Mitch Phillips · 4 years, 10 months ago
  66. f2bbe2f Remove a few straggler ".cc"s in compiler-rt/lib by Nico Weber · 4 years, 10 months ago
  67. 1a12651 [GWP-ASan] Add thread ID to PRNG seed. by Mitch Phillips · 4 years, 11 months ago
  68. 877a137 Explicitly define __STDC_FORMAT_MACROS for PRIu64 by Mitch Phillips · 5 years ago
  69. 50c1d8e [GWP-ASan] Add generic unwinders and structure backtrace output. by Mitch Phillips · 5 years ago
  70. 000701f [GWP-ASan] Guard against recursive allocs. Pack TLS for perf. by Mitch Phillips · 5 years ago
  71. ec0922e Fixup files added in r362636 to build with gcc 5.4. NFCI by Douglas Yung · 5 years ago
  72. 44a178a [GWP-ASan] Core Guarded Pool Allocator [4]. by Mitch Phillips · 5 years ago
  73. 83c704e [GWP-ASan] Configuration options [3]. by Mitch Phillips · 5 years ago
  74. f292c62 Attempt to fix test failure for armv8. by Mitch Phillips · 5 years ago
  75. b682df6 Attempt to fix 'mutex.h' not found when building mutex_posix. by Mitch Phillips · 5 years ago
  76. 904d61c [GWP-ASan] Mutex implementation [2]. by Mitch Phillips · 5 years ago
  77. e3e2637 [GWP-ASan] Fixed issue with c++ standard library dependency. by Mitch Phillips · 5 years ago
  78. afc02ff [GWP-ASan] Initial build files, implementation of PRNG [1]. by Mitch Phillips · 5 years ago