1. 5cb9636 [scudo] Fix EXPECT_DEATH tests by Vitaly Buka · 3 years, 2 months ago
  2. a99b779 [scudo] Disable secondary cache-unmap tests on arm32. by Mitch Phillips · 3 years, 2 months ago
  3. 81a10ce scudo: Test realloc on increasing size buffers. by Peter Collingbourne · 3 years, 2 months ago
  4. cf336e9 [NFC][scudo] Reduce test region size on MIPS32 by Vitaly Buka · 3 years, 2 months ago
  5. f03a232 [Scudo] Delete unused flag 'rss_limit_mb'. by Mitch Phillips · 3 years, 2 months ago
  6. c727119 scudo: Fix MTE error reporting for zero-sized allocations. by Peter Collingbourne · 3 years, 2 months ago
  7. a5ea25b scudo: Check for UAF in ring buffer before OOB in more distant blocks. by Peter Collingbourne · 3 years, 3 months ago
  8. 185fd56 scudo: Require fault address to be in bounds for UAF. by Peter Collingbourne · 3 years, 3 months ago
  9. 3ae243e [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  10. 6583baa [scudo] [GWP-ASan] Add GWP-ASan variant of scudo benchmarks. by Mitch Phillips · 3 years, 3 months ago
  11. 4c89078 [scudo] Add initialization for TSDRegistrySharedT by Christopher Ferris · 3 years, 3 months ago
  12. 3f5399f [scudo] Align objects with alignas by Vitaly Buka · 3 years, 3 months ago
  13. bebf30b [scudo] Don't track free/use stats for transfer batches. by Mitch Phillips · 3 years, 3 months ago
  14. b91a547 [scudo][NFC] Fix clang-tidy warnings by Vitaly Buka · 3 years, 3 months ago
  15. 5d3d727 [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 3 months ago
  16. 95821de Revert "[scudo] Use require_constant_initialization" by Vitaly Buka · 3 years, 3 months ago
  17. 71df78e [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 3 months ago
  18. 709ed12 [NFC][scudo] Suppress "division by zero" warning by Vitaly Buka · 3 years, 3 months ago
  19. 641941d [NFC][scudo] Add reference to a QEMU bug by Vitaly Buka · 3 years, 3 months ago
  20. 558765f [scudo][NFC] Fix cast warning by Vitaly Buka · 3 years, 3 months ago
  21. 51d3bee Revert "[Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks." by Mitch Phillips · 3 years, 3 months ago
  22. cbd425c scudo: Work around gcc 8 conversion warning. by Peter Collingbourne · 3 years, 3 months ago
  23. 881a484 [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  24. e8e24c7 scudo: Store header on deallocation before retagging memory. by Peter Collingbourne · 3 years, 3 months ago
  25. 1b55294 scudo: Only static_assert for compressed LSB format with clang. by Peter Collingbourne · 3 years, 3 months ago
  26. e910c69 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  27. 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
  28. 2291410 [scudo] Check if MADV_DONTNEED zeroes memory by Vitaly Buka · 3 years, 3 months ago
  29. 7e3c833 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  30. 34c8857 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. by Peter Collingbourne · 3 years, 3 months ago
  31. 71756e6 scudo: Use DC GZVA instruction in storeTags(). by Peter Collingbourne · 3 years, 3 months ago
  32. 1ce2705 [scudo] Avoid empty statement warnings by Roland McGrath · 3 years, 3 months ago
  33. 0167893 [scudo][standalone] Fuchsia related fixes by Kostya Kortchinsky · 3 years, 3 months ago
  34. c2b3088 [scudo] Restore zxtest compatibility by Vitaly Buka · 3 years, 3 months ago
  35. 12ee7ad [scudo] Make MTE inline asm compatible with GNU assembler by Roland McGrath · 3 years, 3 months ago
  36. 1b13235 [scudo][standalone] Use BatchClassId in drain rather than 0 by Kostya Kortchinsky · 3 years, 4 months ago
  37. 15a5cd7 [NFC][scudo] Restore !UseQuarantine check in tests by Vitaly Buka · 3 years, 4 months ago
  38. d3eeaf8 [NFC][scudo] Move macro into a shared header by Vitaly Buka · 3 years, 4 months ago
  39. 4f264f3 [NFC][scudo] Split ScudoCombinedTest.BasicCombined by Vitaly Buka · 3 years, 4 months ago
  40. f550ebf [NFC][scudo] Inline some functions into ScudoPrimaryTest by Vitaly Buka · 3 years, 4 months ago
  41. 7ddb51c [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST by Vitaly Buka · 3 years, 4 months ago
  42. 8f1fa68 [NFC][scudo] Move some shared stuff into ScudoCombinedTest by Vitaly Buka · 3 years, 4 months ago
  43. 19bc017 [NFC][scudo] Move globals into related test by Vitaly Buka · 3 years, 4 months ago
  44. b53c650 [NFC][scudo] Use TYPED_TEST to split large test by Vitaly Buka · 3 years, 4 months ago
  45. 0457156 [scudo][NFC] Make tests runs with --gtest_repeat=2 by Vitaly Buka · 3 years, 4 months ago
  46. ff35093 [Scudo] Fix SizeClassAllocatorLocalCache::drain by Vitaly Buka · 3 years, 4 months ago
  47. 03eea35 [NFC][scudo] Simplify UseQuarantine initialization by Vitaly Buka · 3 years, 4 months ago
  48. 48ff2ff scudo: Preserve no-memtag attribute on cached secondary allocations. by Peter Collingbourne · 3 years, 4 months ago
  49. 7cab2cb Merge "scudo: Allow TBI to be disabled on Linux with a macro." by Peter Collingbourne · 3 years, 4 months ago
  50. 6f816d1 scudo: Allow TBI to be disabled on Linux with a macro. by Peter Collingbourne · 3 years, 4 months ago
  51. d9c9164 Disable TBI when targeting the native bridge. by Peter Collingbourne · 3 years, 4 months ago
  52. 75ee3bc scudo: Add support for tracking stack traces of secondary allocations. by Peter Collingbourne · 3 years, 7 months ago
  53. cc3d493 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 7 months ago
  54. 296e12a [scudo][test] Disable -Wfree-nonheap-object by Leonard Chan · 3 years, 5 months ago
  55. 45e2fb1 Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." am: 1bc3a8d33d by Peter Collingbourne · 3 years, 5 months ago
  56. 615b9c4 [scudo][standalone] Compact pointers for Caches/Batches am: c936954e59 by Kostya Kortchinsky · 3 years, 5 months ago
  57. 1bc3a8d Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." by Peter Collingbourne · 3 years, 5 months ago
  58. c936954 [scudo][standalone] Compact pointers for Caches/Batches by Kostya Kortchinsky · 3 years, 6 months ago
  59. dc32b76 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 am: f054b59641 by Peter Collingbourne · 3 years, 5 months ago
  60. f054b59 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 by Peter Collingbourne · 3 years, 5 months ago
  61. d921b98 Merge "Temporarily disable scudo_unit_tests on host." am: 26766a7bfd by Treehugger Robot · 3 years, 5 months ago
  62. 26766a7 Merge "Temporarily disable scudo_unit_tests on host." by Treehugger Robot · 3 years, 5 months ago
  63. 4b57c90 Temporarily disable scudo_unit_tests on host. by Peter Collingbourne · 3 years, 5 months ago
  64. 2a1f105 Update branch name. am: 4eac19fbd1 by Peter Collingbourne · 3 years, 5 months ago
  65. 3f9de81 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 7 months ago
  66. 3c3951e [scudo/standalone] Use .arch_extension memtag, not mte by Roland McGrath · 3 years, 6 months ago
  67. b1ba1c5 [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 6 months ago
  68. ce5094b [scudo/standalone] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 3 years, 6 months ago
  69. 4eac19f Update branch name. by Peter Collingbourne · 3 years, 5 months ago
  70. f00f9b8 Mark ab/7061308 as merged in stage. by Xin Li · 3 years, 5 months ago
  71. 7dd4a10 [LSC] Add LOCAL_LICENSE_KINDS to external/scudo am: 5972a7001c by Bob Badour · 3 years, 6 months ago
  72. 5972a70 [LSC] Add LOCAL_LICENSE_KINDS to external/scudo by Bob Badour · 3 years, 6 months ago
  73. a6a10a7 [scudo][standalone] Restore GWP-ASan flag parsing am: 7f38bfa055 by Kostya Kortchinsky · 3 years, 6 months ago
  74. 8b3f441 [scudo][standalone] Enable death tests on Fuchsia am: d54555a00b by Kostya Kortchinsky · 3 years, 6 months ago
  75. 6c3767e [GWP-ASan] Add inbuilt options parser. am: c45d453355 by Mitch Phillips · 3 years, 6 months ago
  76. e9e58a1 [GWP-ASan] Minor refactor of optional components. am: e30a3f4219 by Mitch Phillips · 3 years, 6 months ago
  77. 5e60cc6 scudo: Update a comment to match the Linux kernel behavior. NFCI. am: 2f046adba4 by Peter Collingbourne · 3 years, 6 months ago
  78. 894dae8 scudo: Fix compilation for non-Linux aarch64 am: 2699c683db by Roland McGrath · 3 years, 6 months ago
  79. 7f38bfa [scudo][standalone] Restore GWP-ASan flag parsing by Kostya Kortchinsky · 3 years, 6 months ago
  80. d54555a [scudo][standalone] Enable death tests on Fuchsia by Kostya Kortchinsky · 3 years, 7 months ago
  81. c45d453 [GWP-ASan] Add inbuilt options parser. by Mitch Phillips · 3 years, 6 months ago
  82. e30a3f4 [GWP-ASan] Minor refactor of optional components. by Mitch Phillips · 3 years, 6 months ago
  83. 2f046ad scudo: Update a comment to match the Linux kernel behavior. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  84. 2699c68 scudo: Fix compilation for non-Linux aarch64 by Roland McGrath · 3 years, 7 months ago
  85. d0f7abd Remove ANDROID_EXPERIMENTAL_MTE. am: 20ad1836c9 by Peter Collingbourne · 3 years, 7 months ago
  86. 20ad183 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 3 years, 7 months ago
  87. aa0e90b scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. am: 4dd205789b by Peter Collingbourne · 3 years, 7 months ago
  88. 5d9e997 scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. am: 4edf4ef025 by Peter Collingbourne · 3 years, 7 months ago
  89. be36abd scudo: Move the configuration for the primary allocator to Config. NFCI. am: 6be4919d6b by Peter Collingbourne · 3 years, 7 months ago
  90. 996bd6d scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. am: 9ece4092db by Peter Collingbourne · 3 years, 7 months ago
  91. 4dd2057 scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  92. 4edf4ef scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  93. 6be4919 scudo: Move the configuration for the primary allocator to Config. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  94. 9ece409 scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. by Peter Collingbourne · 3 years, 7 months ago
  95. 16a1d6a scudo: Adjust test to use correct check for primary allocations. am: 882b85aeec am: dea1e7950a by Peter Collingbourne · 3 years, 7 months ago
  96. c95c3e0 [scudo][standalone] Allow the release of smaller sizes am: 156d47ca66 am: 18b96435c0 by Kostya Kortchinsky · 3 years, 7 months ago
  97. 55f8ed7 scudo: Remove positional template arguments for secondary cache. NFCI. am: 7488a1771f am: e9f84abc8b by Peter Collingbourne · 3 years, 7 months ago
  98. dea1e79 scudo: Adjust test to use correct check for primary allocations. am: 882b85aeec by Peter Collingbourne · 3 years, 7 months ago
  99. 18b9643 [scudo][standalone] Allow the release of smaller sizes am: 156d47ca66 by Kostya Kortchinsky · 3 years, 7 months ago
  100. e9f84ab scudo: Remove positional template arguments for secondary cache. NFCI. am: 7488a1771f by Peter Collingbourne · 3 years, 7 months ago