1. 7878d87 [scudo] Fix test on aarch64 without MTE by Vitaly Buka · 3 years ago
  2. 5df4673 [scudo] Untag BlockEnd in reallocate by Vitaly Buka · 3 years ago
  3. ace22c7 [scudo] Remove false DCHECK by Vitaly Buka · 3 years ago
  4. 97742dd [NFC][scudo] Exctract getOptionsForConfig in test by Vitaly Buka · 3 years ago
  5. d319932 [NFC][scudo] Extract MapAllocatorTest for TEST_F by Vitaly Buka · 3 years ago
  6. 137ec5a [scudo] GWP_ASAN runs on untagged pointers by Vitaly Buka · 3 years ago
  7. cba248f [scudo] Clang-format tests by Vitaly Buka · 3 years, 1 month ago
  8. b581108 [scudo] Fix test on arch without MTE by Vitaly Buka · 3 years, 1 month ago
  9. c971fbf [scudo] Avoid ifdef in test by Vitaly Buka · 3 years, 1 month ago
  10. c4311c7 [scudo] Fix use of ScopedDisableMemoryTagChecks in test by Vitaly Buka · 3 years, 1 month ago
  11. b5ac593 [scudo] Enabled MTE before the first allocator by Vitaly Buka · 3 years, 1 month ago
  12. fdad574 [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC). by Evgenii Stepanov · 3 years, 1 month ago
  13. 43839dc [scudo] Ensure proper allocator alignment in TSD test by Kostya Kortchinsky · 3 years, 1 month ago
  14. 63933f1 [scudo] Add Scudo support for Trusty OS by Daniel Michael · 3 years, 1 month ago
  15. cfd9204 [NFC][scudo] Print errno of fork failure by Vitaly Buka · 3 years, 1 month ago
  16. c1d01df [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years, 1 month ago
  17. 1a0edff [NFC][scudo] Convert to TYPED more ScudoCombinedTest by Vitaly Buka · 3 years, 1 month ago
  18. 6eb890a [scudo] Remove ScopedString::Length by Vitaly Buka · 3 years, 1 month ago
  19. 04f3ad9 [Scudo] Improve ScopedString constructor by Vitaly Buka · 3 years, 1 month ago
  20. 5a56cb4 [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years, 1 month ago
  21. 02efe40 [scudo] Fix String DCHECK by Kostya Kortchinsky · 3 years, 1 month ago
  22. a78a4a7 [scudo] Untag pointer in iterateOverChunks by Vitaly Buka · 3 years, 1 month ago
  23. ecf52a7 [scudo] Add memtag_test by Vitaly Buka · 3 years, 2 months ago
  24. 70168a6 [scudo] Remove disableMemoryTagChecksTestOnly by Vitaly Buka · 3 years, 1 month ago
  25. ef0e354 [scudo] Always exclude Tag 0 by Vitaly Buka · 3 years, 1 month ago
  26. 53aea5c [scudo] Rework Vector/String by Kostya Kortchinsky · 3 years, 1 month ago
  27. 24f3bdc [NFC][scudo] Avoid integer overflow in test by Vitaly Buka · 3 years, 1 month ago
  28. 58be7da [scudo] Enabled MTE in tests by Vitaly Buka · 3 years, 1 month ago
  29. 611951b [NFC][scudo] Re-enable check in the test by Vitaly Buka · 3 years, 1 month ago
  30. 6c5c1bb Revert "[scudo] Check if MADV_DONTNEED zeroes memory" by Vitaly Buka · 3 years, 1 month ago
  31. a05cb57 [NFC][scudo] Check zeros on smaller allocations by Vitaly Buka · 3 years, 1 month ago
  32. 63aa02c [NFC][scudo] Rename internal function by Vitaly Buka · 3 years, 1 month ago
  33. 96096b5 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." by Mitch Phillips · 3 years, 1 month ago
  34. d78d2db [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. by Mitch Phillips · 3 years, 1 month ago
  35. 4a435d2 [scudo] Get rid of initLinkerInitialized by Kostya Kortchinsky · 3 years, 2 months ago
  36. 1eba937 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 by Vitaly Buka · 3 years, 2 months ago
  37. 64f7f01 Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" by Vitaly Buka · 3 years, 2 months ago
  38. 75a7a22 [scudo] Fix CHECK implementation by Vitaly Buka · 3 years, 2 months ago
  39. c79ab1b [scudo] Rework dieOnMapUnmapError by Kostya Kortchinsky · 3 years, 2 months ago
  40. 98975bb [NFC][scudo] Add paramenters DCHECKs by Vitaly Buka · 3 years, 2 months ago
  41. 865dae8 [NFC][scudo] Avoid cast in test by Vitaly Buka · 3 years, 2 months ago
  42. da86a54 [scudo] Add unmapTestOnly() to secondary. by Mitch Phillips · 3 years, 2 months ago
  43. c08c2d4 [compiler-rt][scudo] Fix sign-compare warnings by Jinsong Ji · 3 years, 2 months ago
  44. 2da068a [NFC][scudo] Small test cleanup by Vitaly Buka · 3 years, 2 months ago
  45. 27c58d4 [scudo] Separate Fuchsia & Default SizeClassMap by Kostya Kortchinsky · 3 years, 2 months ago
  46. 5f94ce3 [NFC][scudo] Enforce header size alignment by Vitaly Buka · 3 years, 2 months ago
  47. ac28f8f [NFC][scudo] Replace size_t with uptr by Vitaly Buka · 3 years, 2 months ago
  48. 459bcca [NFC][scudo] Add releasePagesToOS test by Vitaly Buka · 3 years, 2 months ago
  49. d5ef724 [NFC][scudo] Move SKIP_ON_FUCHSIA to common header by Vitaly Buka · 3 years, 2 months ago
  50. eca04fb [scudo] Try to re-enabled the test on arm by Vitaly Buka · 3 years, 2 months ago
  51. 4990d3d [scudo][NFC] Split BasicTest further by Vitaly Buka · 3 years, 2 months ago
  52. a628616 [scudo] Fix compilation after D102886 by Vitaly Buka · 3 years, 2 months ago
  53. f00eda6 [NFC][scudo] Fix typo in comment by Vitaly Buka · 3 years, 2 months ago
  54. 4b58de1 [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail by Vitaly Buka · 3 years, 2 months ago
  55. 5cb9636 [scudo] Fix EXPECT_DEATH tests by Vitaly Buka · 3 years, 2 months ago
  56. a99b779 [scudo] Disable secondary cache-unmap tests on arm32. by Mitch Phillips · 3 years, 2 months ago
  57. 81a10ce scudo: Test realloc on increasing size buffers. by Peter Collingbourne · 3 years, 2 months ago
  58. cf336e9 [NFC][scudo] Reduce test region size on MIPS32 by Vitaly Buka · 3 years, 2 months ago
  59. f03a232 [Scudo] Delete unused flag 'rss_limit_mb'. by Mitch Phillips · 3 years, 2 months ago
  60. c727119 scudo: Fix MTE error reporting for zero-sized allocations. by Peter Collingbourne · 3 years, 2 months ago
  61. a5ea25b scudo: Check for UAF in ring buffer before OOB in more distant blocks. by Peter Collingbourne · 3 years, 2 months ago
  62. 185fd56 scudo: Require fault address to be in bounds for UAF. by Peter Collingbourne · 3 years, 2 months ago
  63. 3ae243e [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 2 months ago
  64. 6583baa [scudo] [GWP-ASan] Add GWP-ASan variant of scudo benchmarks. by Mitch Phillips · 3 years, 2 months ago
  65. 4c89078 [scudo] Add initialization for TSDRegistrySharedT by Christopher Ferris · 3 years, 2 months ago
  66. 3f5399f [scudo] Align objects with alignas by Vitaly Buka · 3 years, 2 months ago
  67. bebf30b [scudo] Don't track free/use stats for transfer batches. by Mitch Phillips · 3 years, 2 months ago
  68. b91a547 [scudo][NFC] Fix clang-tidy warnings by Vitaly Buka · 3 years, 2 months ago
  69. 5d3d727 [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 2 months ago
  70. 95821de Revert "[scudo] Use require_constant_initialization" by Vitaly Buka · 3 years, 2 months ago
  71. 71df78e [scudo] Use require_constant_initialization by Vitaly Buka · 3 years, 2 months ago
  72. 709ed12 [NFC][scudo] Suppress "division by zero" warning by Vitaly Buka · 3 years, 2 months ago
  73. 641941d [NFC][scudo] Add reference to a QEMU bug by Vitaly Buka · 3 years, 2 months ago
  74. 558765f [scudo][NFC] Fix cast warning by Vitaly Buka · 3 years, 3 months ago
  75. 51d3bee Revert "[Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks." by Mitch Phillips · 3 years, 3 months ago
  76. cbd425c scudo: Work around gcc 8 conversion warning. by Peter Collingbourne · 3 years, 3 months ago
  77. 881a484 [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  78. e8e24c7 scudo: Store header on deallocation before retagging memory. by Peter Collingbourne · 3 years, 3 months ago
  79. 1b55294 scudo: Only static_assert for compressed LSB format with clang. by Peter Collingbourne · 3 years, 3 months ago
  80. e910c69 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  81. 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
  82. 2291410 [scudo] Check if MADV_DONTNEED zeroes memory by Vitaly Buka · 3 years, 3 months ago
  83. 7e3c833 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  84. 34c8857 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. by Peter Collingbourne · 3 years, 3 months ago
  85. 71756e6 scudo: Use DC GZVA instruction in storeTags(). by Peter Collingbourne · 3 years, 3 months ago
  86. 1ce2705 [scudo] Avoid empty statement warnings by Roland McGrath · 3 years, 3 months ago
  87. 0167893 [scudo][standalone] Fuchsia related fixes by Kostya Kortchinsky · 3 years, 3 months ago
  88. c2b3088 [scudo] Restore zxtest compatibility by Vitaly Buka · 3 years, 3 months ago
  89. 12ee7ad [scudo] Make MTE inline asm compatible with GNU assembler by Roland McGrath · 3 years, 3 months ago
  90. 1b13235 [scudo][standalone] Use BatchClassId in drain rather than 0 by Kostya Kortchinsky · 3 years, 3 months ago
  91. 15a5cd7 [NFC][scudo] Restore !UseQuarantine check in tests by Vitaly Buka · 3 years, 3 months ago
  92. d3eeaf8 [NFC][scudo] Move macro into a shared header by Vitaly Buka · 3 years, 3 months ago
  93. 4f264f3 [NFC][scudo] Split ScudoCombinedTest.BasicCombined by Vitaly Buka · 3 years, 3 months ago
  94. f550ebf [NFC][scudo] Inline some functions into ScudoPrimaryTest by Vitaly Buka · 3 years, 3 months ago
  95. 7ddb51c [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST by Vitaly Buka · 3 years, 3 months ago
  96. 8f1fa68 [NFC][scudo] Move some shared stuff into ScudoCombinedTest by Vitaly Buka · 3 years, 3 months ago
  97. 19bc017 [NFC][scudo] Move globals into related test by Vitaly Buka · 3 years, 3 months ago
  98. b53c650 [NFC][scudo] Use TYPED_TEST to split large test by Vitaly Buka · 3 years, 3 months ago
  99. 0457156 [scudo][NFC] Make tests runs with --gtest_repeat=2 by Vitaly Buka · 3 years, 3 months ago
  100. ff35093 [Scudo] Fix SizeClassAllocatorLocalCache::drain by Vitaly Buka · 3 years, 3 months ago