1. 53aea5c [scudo] Rework Vector/String by Kostya Kortchinsky · 3 years, 2 months ago
  2. 24f3bdc [NFC][scudo] Avoid integer overflow in test by Vitaly Buka · 3 years, 2 months ago
  3. 58be7da [scudo] Enabled MTE in tests by Vitaly Buka · 3 years, 2 months ago
  4. 611951b [NFC][scudo] Re-enable check in the test by Vitaly Buka · 3 years, 2 months ago
  5. 6c5c1bb Revert "[scudo] Check if MADV_DONTNEED zeroes memory" by Vitaly Buka · 3 years, 2 months ago
  6. a05cb57 [NFC][scudo] Check zeros on smaller allocations by Vitaly Buka · 3 years, 2 months ago
  7. 63aa02c [NFC][scudo] Rename internal function by Vitaly Buka · 3 years, 2 months ago
  8. 96096b5 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." by Mitch Phillips · 3 years, 2 months ago
  9. d78d2db [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. by Mitch Phillips · 3 years, 2 months ago
  10. 4a435d2 [scudo] Get rid of initLinkerInitialized by Kostya Kortchinsky · 3 years, 2 months ago
  11. 1eba937 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 by Vitaly Buka · 3 years, 2 months ago
  12. 64f7f01 Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" by Vitaly Buka · 3 years, 2 months ago
  13. 75a7a22 [scudo] Fix CHECK implementation by Vitaly Buka · 3 years, 2 months ago
  14. c79ab1b [scudo] Rework dieOnMapUnmapError by Kostya Kortchinsky · 3 years, 2 months ago
  15. 98975bb [NFC][scudo] Add paramenters DCHECKs by Vitaly Buka · 3 years, 2 months ago
  16. 865dae8 [NFC][scudo] Avoid cast in test by Vitaly Buka · 3 years, 2 months ago
  17. da86a54 [scudo] Add unmapTestOnly() to secondary. by Mitch Phillips · 3 years, 2 months ago
  18. c08c2d4 [compiler-rt][scudo] Fix sign-compare warnings by Jinsong Ji · 3 years, 2 months ago
  19. 2da068a [NFC][scudo] Small test cleanup by Vitaly Buka · 3 years, 2 months ago
  20. 27c58d4 [scudo] Separate Fuchsia & Default SizeClassMap by Kostya Kortchinsky · 3 years, 2 months ago
  21. 5f94ce3 [NFC][scudo] Enforce header size alignment by Vitaly Buka · 3 years, 2 months ago
  22. ac28f8f [NFC][scudo] Replace size_t with uptr by Vitaly Buka · 3 years, 2 months ago
  23. 459bcca [NFC][scudo] Add releasePagesToOS test by Vitaly Buka · 3 years, 2 months ago
  24. d5ef724 [NFC][scudo] Move SKIP_ON_FUCHSIA to common header by Vitaly Buka · 3 years, 2 months ago
  25. eca04fb [scudo] Try to re-enabled the test on arm by Vitaly Buka · 3 years, 2 months ago
  26. 4990d3d [scudo][NFC] Split BasicTest further by Vitaly Buka · 3 years, 2 months ago
  27. a628616 [scudo] Fix compilation after D102886 by Vitaly Buka · 3 years, 2 months ago
  28. f00eda6 [NFC][scudo] Fix typo in comment by Vitaly Buka · 3 years, 2 months ago
  29. 4b58de1 [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail by Vitaly Buka · 3 years, 2 months ago
  30. 5cb9636 [scudo] Fix EXPECT_DEATH tests by Vitaly Buka · 3 years, 2 months ago
  31. a99b779 [scudo] Disable secondary cache-unmap tests on arm32. by Mitch Phillips · 3 years, 2 months ago
  32. 81a10ce scudo: Test realloc on increasing size buffers. by Peter Collingbourne · 3 years, 2 months ago
  33. cf336e9 [NFC][scudo] Reduce test region size on MIPS32 by Vitaly Buka · 3 years, 2 months ago
  34. f03a232 [Scudo] Delete unused flag 'rss_limit_mb'. by Mitch Phillips · 3 years, 2 months ago
  35. c727119 scudo: Fix MTE error reporting for zero-sized allocations. by Peter Collingbourne · 3 years, 2 months ago
  36. a5ea25b scudo: Check for UAF in ring buffer before OOB in more distant blocks. by Peter Collingbourne · 3 years, 3 months ago
  37. 185fd56 scudo: Require fault address to be in bounds for UAF. by Peter Collingbourne · 3 years, 3 months ago
  38. 3ae243e [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  39. 6583baa [scudo] [GWP-ASan] Add GWP-ASan variant of scudo benchmarks. by Mitch Phillips · 3 years, 3 months ago
  40. 4c89078 [scudo] Add initialization for TSDRegistrySharedT by Christopher Ferris · 3 years, 3 months ago
  41. 3f5399f [scudo] Align objects with alignas by Vitaly Buka · 3 years, 3 months ago
  42. bebf30b [scudo] Don't track free/use stats for transfer batches. by Mitch Phillips · 3 years, 3 months ago
  43. b91a547 [scudo][NFC] Fix clang-tidy warnings by Vitaly Buka · 3 years, 3 months ago
  44. 5d3d727 [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 3 months ago
  45. 95821de Revert "[scudo] Use require_constant_initialization" by Vitaly Buka · 3 years, 3 months ago
  46. 71df78e [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 3 months ago
  47. 709ed12 [NFC][scudo] Suppress "division by zero" warning by Vitaly Buka · 3 years, 3 months ago
  48. 641941d [NFC][scudo] Add reference to a QEMU bug by Vitaly Buka · 3 years, 3 months ago
  49. 558765f [scudo][NFC] Fix cast warning by Vitaly Buka · 3 years, 3 months ago
  50. 51d3bee Revert "[Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks." by Mitch Phillips · 3 years, 3 months ago
  51. cbd425c scudo: Work around gcc 8 conversion warning. by Peter Collingbourne · 3 years, 3 months ago
  52. 881a484 [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  53. e8e24c7 scudo: Store header on deallocation before retagging memory. by Peter Collingbourne · 3 years, 3 months ago
  54. 1b55294 scudo: Only static_assert for compressed LSB format with clang. by Peter Collingbourne · 3 years, 3 months ago
  55. e910c69 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  56. 39f99a9 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  57. 2291410 [scudo] Check if MADV_DONTNEED zeroes memory by Vitaly Buka · 3 years, 3 months ago
  58. 7e3c833 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  59. 34c8857 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. by Peter Collingbourne · 3 years, 3 months ago
  60. 71756e6 scudo: Use DC GZVA instruction in storeTags(). by Peter Collingbourne · 3 years, 3 months ago
  61. 1ce2705 [scudo] Avoid empty statement warnings by Roland McGrath · 3 years, 3 months ago
  62. 0167893 [scudo][standalone] Fuchsia related fixes by Kostya Kortchinsky · 3 years, 3 months ago
  63. c2b3088 [scudo] Restore zxtest compatibility by Vitaly Buka · 3 years, 3 months ago
  64. 12ee7ad [scudo] Make MTE inline asm compatible with GNU assembler by Roland McGrath · 3 years, 3 months ago
  65. 1b13235 [scudo][standalone] Use BatchClassId in drain rather than 0 by Kostya Kortchinsky · 3 years, 4 months ago
  66. 15a5cd7 [NFC][scudo] Restore !UseQuarantine check in tests by Vitaly Buka · 3 years, 4 months ago
  67. d3eeaf8 [NFC][scudo] Move macro into a shared header by Vitaly Buka · 3 years, 4 months ago
  68. 4f264f3 [NFC][scudo] Split ScudoCombinedTest.BasicCombined by Vitaly Buka · 3 years, 4 months ago
  69. f550ebf [NFC][scudo] Inline some functions into ScudoPrimaryTest by Vitaly Buka · 3 years, 4 months ago
  70. 7ddb51c [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST by Vitaly Buka · 3 years, 4 months ago
  71. 8f1fa68 [NFC][scudo] Move some shared stuff into ScudoCombinedTest by Vitaly Buka · 3 years, 4 months ago
  72. 19bc017 [NFC][scudo] Move globals into related test by Vitaly Buka · 3 years, 4 months ago
  73. b53c650 [NFC][scudo] Use TYPED_TEST to split large test by Vitaly Buka · 3 years, 4 months ago
  74. 0457156 [scudo][NFC] Make tests runs with --gtest_repeat=2 by Vitaly Buka · 3 years, 4 months ago
  75. ff35093 [Scudo] Fix SizeClassAllocatorLocalCache::drain by Vitaly Buka · 3 years, 4 months ago
  76. 03eea35 [NFC][scudo] Simplify UseQuarantine initialization by Vitaly Buka · 3 years, 4 months ago
  77. 48ff2ff scudo: Preserve no-memtag attribute on cached secondary allocations. by Peter Collingbourne · 3 years, 4 months ago
  78. 7cab2cb Merge "scudo: Allow TBI to be disabled on Linux with a macro." by Peter Collingbourne · 3 years, 4 months ago
  79. 6f816d1 scudo: Allow TBI to be disabled on Linux with a macro. by Peter Collingbourne · 3 years, 4 months ago
  80. d9c9164 Disable TBI when targeting the native bridge. by Peter Collingbourne · 3 years, 4 months ago
  81. 75ee3bc scudo: Add support for tracking stack traces of secondary allocations. by Peter Collingbourne · 3 years, 7 months ago
  82. cc3d493 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 7 months ago
  83. 296e12a [scudo][test] Disable -Wfree-nonheap-object by Leonard Chan · 3 years, 5 months ago
  84. 45e2fb1 Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." am: 1bc3a8d33d by Peter Collingbourne · 3 years, 5 months ago
  85. 615b9c4 [scudo][standalone] Compact pointers for Caches/Batches am: c936954e59 by Kostya Kortchinsky · 3 years, 5 months ago
  86. 1bc3a8d Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." by Peter Collingbourne · 3 years, 5 months ago
  87. c936954 [scudo][standalone] Compact pointers for Caches/Batches by Kostya Kortchinsky · 3 years, 6 months ago
  88. dc32b76 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 am: f054b59641 by Peter Collingbourne · 3 years, 5 months ago
  89. f054b59 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 by Peter Collingbourne · 3 years, 5 months ago
  90. d921b98 Merge "Temporarily disable scudo_unit_tests on host." am: 26766a7bfd by Treehugger Robot · 3 years, 5 months ago
  91. 26766a7 Merge "Temporarily disable scudo_unit_tests on host." by Treehugger Robot · 3 years, 5 months ago
  92. 4b57c90 Temporarily disable scudo_unit_tests on host. by Peter Collingbourne · 3 years, 5 months ago
  93. 2a1f105 Update branch name. am: 4eac19fbd1 by Peter Collingbourne · 3 years, 5 months ago
  94. 3f9de81 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 7 months ago
  95. 3c3951e [scudo/standalone] Use .arch_extension memtag, not mte by Roland McGrath · 3 years, 6 months ago
  96. b1ba1c5 [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 6 months ago
  97. ce5094b [scudo/standalone] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 3 years, 6 months ago
  98. 4eac19f Update branch name. by Peter Collingbourne · 3 years, 5 months ago
  99. f00f9b8 Mark ab/7061308 as merged in stage. by Xin Li · 3 years, 5 months ago
  100. 7dd4a10 [LSC] Add LOCAL_LICENSE_KINDS to external/scudo am: 5972a7001c by Bob Badour · 3 years, 6 months ago