1. d99a193 [scudo] Check if we use __clang_major__ >= 12 am: 068afb4872 by Vitaly Buka · 3 years ago
  2. 68ef6d8 Name all DEATH tests using 'DeathTest' suffix. am: 3a4cbda66a by Mitch Phillips · 3 years ago
  3. 8047481 [scudo] Fix test on aarch64 without MTE am: 7878d87edc by Vitaly Buka · 3 years ago
  4. 9f60e12 [scudo] Untag BlockEnd in reallocate am: 5df4673efd by Vitaly Buka · 3 years ago
  5. 8683b70 [scudo] Remove false DCHECK am: ace22c7c3a by Vitaly Buka · 3 years ago
  6. 3e59d6a [NFC][scudo] Exctract getOptionsForConfig in test am: 97742dd050 by Vitaly Buka · 3 years ago
  7. 1fa4b12 [NFC][scudo] Extract MapAllocatorTest for TEST_F am: d3199321d7 by Vitaly Buka · 3 years ago
  8. 1735135 [scudo] GWP_ASAN runs on untagged pointers am: 137ec5adf5 by Vitaly Buka · 3 years ago
  9. 039fd4e [scudo] Clang-format tests am: cba248f18d by Vitaly Buka · 3 years ago
  10. 6aa3c4f [scudo] Fix test on arch without MTE am: b581108c5d by Vitaly Buka · 3 years ago
  11. 9b5ae50 [scudo] Avoid ifdef in test am: c971fbfce2 by Vitaly Buka · 3 years ago
  12. c28226c [scudo] Fix use of ScopedDisableMemoryTagChecks in test am: c4311c7b22 by Vitaly Buka · 3 years ago
  13. f5e073b [scudo] Enabled MTE before the first allocator am: b5ac5933e2 by Vitaly Buka · 3 years ago
  14. 068afb4 [scudo] Check if we use __clang_major__ >= 12 by Vitaly Buka · 3 years, 1 month ago
  15. 3a4cbda Name all DEATH tests using 'DeathTest' suffix. by Mitch Phillips · 3 years, 1 month ago
  16. 7878d87 [scudo] Fix test on aarch64 without MTE by Vitaly Buka · 3 years, 1 month ago
  17. 5df4673 [scudo] Untag BlockEnd in reallocate by Vitaly Buka · 3 years, 1 month ago
  18. ace22c7 [scudo] Remove false DCHECK by Vitaly Buka · 3 years, 1 month ago
  19. 97742dd [NFC][scudo] Exctract getOptionsForConfig in test by Vitaly Buka · 3 years, 1 month ago
  20. d319932 [NFC][scudo] Extract MapAllocatorTest for TEST_F by Vitaly Buka · 3 years, 1 month ago
  21. 137ec5a [scudo] GWP_ASAN runs on untagged pointers by Vitaly Buka · 3 years, 1 month ago
  22. cba248f [scudo] Clang-format tests by Vitaly Buka · 3 years, 1 month ago
  23. b581108 [scudo] Fix test on arch without MTE by Vitaly Buka · 3 years, 1 month ago
  24. c971fbf [scudo] Avoid ifdef in test by Vitaly Buka · 3 years, 1 month ago
  25. c4311c7 [scudo] Fix use of ScopedDisableMemoryTagChecks in test by Vitaly Buka · 3 years, 1 month ago
  26. b5ac593 [scudo] Enabled MTE before the first allocator by Vitaly Buka · 3 years, 2 months ago
  27. 0a778e9 [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC). am: fdad5742fc by Evgenii Stepanov · 3 years, 1 month ago
  28. fdad574 [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC). by Evgenii Stepanov · 3 years, 1 month ago
  29. f5a7305 [scudo] Ensure proper allocator alignment in TSD test am: 43839dc421 by Kostya Kortchinsky · 3 years, 1 month ago
  30. 43839dc [scudo] Ensure proper allocator alignment in TSD test by Kostya Kortchinsky · 3 years, 1 month ago
  31. 28f241f [scudo] Add Scudo support for Trusty OS am: 63933f1261 by Daniel Michael · 3 years, 2 months ago
  32. 3842405 [NFC][scudo] Print errno of fork failure am: cfd9204590 by Vitaly Buka · 3 years, 2 months ago
  33. 63933f1 [scudo] Add Scudo support for Trusty OS by Daniel Michael · 3 years, 2 months ago
  34. cfd9204 [NFC][scudo] Print errno of fork failure by Vitaly Buka · 3 years, 2 months ago
  35. 1b0c5f9 [NFC][scudo] Fix sign-compare warning in test am: c1d01dffbd by Vitaly Buka · 3 years, 2 months ago
  36. 812786d [NFC][scudo] Convert to TYPED more ScudoCombinedTest am: 1a0edff9a7 by Vitaly Buka · 3 years, 2 months ago
  37. a0f010a [scudo] Remove ScopedString::Length am: 6eb890afb6 by Vitaly Buka · 3 years, 2 months ago
  38. bd8e39a [Scudo] Improve ScopedString constructor am: 04f3ad960c by Vitaly Buka · 3 years, 2 months ago
  39. 2708b1b [NFC][scudo] Fix sign-compare warning in test am: 5a56cb4682 by Vitaly Buka · 3 years, 2 months ago
  40. f0a848d [scudo] Fix String DCHECK am: 02efe40f26 by Kostya Kortchinsky · 3 years, 2 months ago
  41. 88b862c [scudo] Untag pointer in iterateOverChunks am: a78a4a7f70 by Vitaly Buka · 3 years, 2 months ago
  42. 5fb7dc0 [scudo] Add memtag_test am: ecf52a746a by Vitaly Buka · 3 years, 2 months ago
  43. 53fa044 [scudo] Remove disableMemoryTagChecksTestOnly am: 70168a659f by Vitaly Buka · 3 years, 2 months ago
  44. 828607f [scudo] Always exclude Tag 0 am: ef0e3548ab by Vitaly Buka · 3 years, 2 months ago
  45. 18edcc3 [scudo] Rework Vector/String am: 53aea5c442 by Kostya Kortchinsky · 3 years, 2 months ago
  46. c1d01df [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years, 2 months ago
  47. 1a0edff [NFC][scudo] Convert to TYPED more ScudoCombinedTest by Vitaly Buka · 3 years, 2 months ago
  48. 6eb890a [scudo] Remove ScopedString::Length by Vitaly Buka · 3 years, 2 months ago
  49. 04f3ad9 [Scudo] Improve ScopedString constructor by Vitaly Buka · 3 years, 2 months ago
  50. 5a56cb4 [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years, 2 months ago
  51. 02efe40 [scudo] Fix String DCHECK by Kostya Kortchinsky · 3 years, 2 months ago
  52. a78a4a7 [scudo] Untag pointer in iterateOverChunks by Vitaly Buka · 3 years, 2 months ago
  53. ecf52a7 [scudo] Add memtag_test by Vitaly Buka · 3 years, 2 months ago
  54. 70168a6 [scudo] Remove disableMemoryTagChecksTestOnly by Vitaly Buka · 3 years, 2 months ago
  55. ef0e354 [scudo] Always exclude Tag 0 by Vitaly Buka · 3 years, 2 months ago
  56. 53aea5c [scudo] Rework Vector/String by Kostya Kortchinsky · 3 years, 2 months ago
  57. 16208f3 [NFC][scudo] Avoid integer overflow in test am: 24f3bdc31d by Vitaly Buka · 3 years, 2 months ago
  58. 460862b [scudo] Enabled MTE in tests am: 58be7da29f by Vitaly Buka · 3 years, 2 months ago
  59. a8acaf3 [NFC][scudo] Re-enable check in the test am: 611951b6fc by Vitaly Buka · 3 years, 2 months ago
  60. 56c8a4d Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 by Vitaly Buka · 3 years, 2 months ago
  61. be274f5 [NFC][scudo] Check zeros on smaller allocations am: a05cb57f8a by Vitaly Buka · 3 years, 2 months ago
  62. 36f7d20 [NFC][scudo] Rename internal function am: 63aa02c3f2 by Vitaly Buka · 3 years, 2 months ago
  63. b100b8a Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." am: 96096b514f by Mitch Phillips · 3 years, 2 months ago
  64. 0d77546 [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. am: d78d2dbfe7 by Mitch Phillips · 3 years, 2 months ago
  65. 491b49f [scudo] Get rid of initLinkerInitialized am: 4a435d2070 by Kostya Kortchinsky · 3 years, 2 months ago
  66. 39d4bf6 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 am: 1eba937048 by Vitaly Buka · 3 years, 2 months ago
  67. 49a3d9f Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" am: 64f7f01901 by Vitaly Buka · 3 years, 2 months ago
  68. 0d15472 [scudo] Fix CHECK implementation am: 75a7a22f45 by Vitaly Buka · 3 years, 2 months ago
  69. 24f3bdc [NFC][scudo] Avoid integer overflow in test by Vitaly Buka · 3 years, 2 months ago
  70. 58be7da [scudo] Enabled MTE in tests by Vitaly Buka · 3 years, 2 months ago
  71. 611951b [NFC][scudo] Re-enable check in the test by Vitaly Buka · 3 years, 2 months ago
  72. 6c5c1bb Revert "[scudo] Check if MADV_DONTNEED zeroes memory" by Vitaly Buka · 3 years, 2 months ago
  73. a05cb57 [NFC][scudo] Check zeros on smaller allocations by Vitaly Buka · 3 years, 2 months ago
  74. 63aa02c [NFC][scudo] Rename internal function by Vitaly Buka · 3 years, 2 months ago
  75. 96096b5 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." by Mitch Phillips · 3 years, 2 months ago
  76. d78d2db [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. by Mitch Phillips · 3 years, 2 months ago
  77. 4a435d2 [scudo] Get rid of initLinkerInitialized by Kostya Kortchinsky · 3 years, 2 months ago
  78. 1eba937 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 by Vitaly Buka · 3 years, 2 months ago
  79. 64f7f01 Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" by Vitaly Buka · 3 years, 2 months ago
  80. 75a7a22 [scudo] Fix CHECK implementation by Vitaly Buka · 3 years, 2 months ago
  81. 6450e73 [scudo] Rework dieOnMapUnmapError am: c79ab1b2c1 by Kostya Kortchinsky · 3 years, 2 months ago
  82. 17bbe96 [NFC][scudo] Add paramenters DCHECKs am: 98975bb1fe by Vitaly Buka · 3 years, 2 months ago
  83. 2f20ee9 [NFC][scudo] Avoid cast in test am: 865dae8703 by Vitaly Buka · 3 years, 2 months ago
  84. b493756 [scudo] Add unmapTestOnly() to secondary. am: da86a54d0f by Mitch Phillips · 3 years, 2 months ago
  85. 4e828ae [compiler-rt][scudo] Fix sign-compare warnings am: c08c2d4138 by Jinsong Ji · 3 years, 2 months ago
  86. c79ab1b [scudo] Rework dieOnMapUnmapError by Kostya Kortchinsky · 3 years, 2 months ago
  87. 98975bb [NFC][scudo] Add paramenters DCHECKs by Vitaly Buka · 3 years, 2 months ago
  88. 865dae8 [NFC][scudo] Avoid cast in test by Vitaly Buka · 3 years, 2 months ago
  89. da86a54 [scudo] Add unmapTestOnly() to secondary. by Mitch Phillips · 3 years, 2 months ago
  90. c08c2d4 [compiler-rt][scudo] Fix sign-compare warnings by Jinsong Ji · 3 years, 2 months ago
  91. 505904e [NFC][scudo] Small test cleanup am: 2da068ae53 by Vitaly Buka · 3 years, 2 months ago
  92. b3399e9 [scudo] Separate Fuchsia & Default SizeClassMap am: 27c58d47a0 by Kostya Kortchinsky · 3 years, 2 months ago
  93. 0e58ff8 [NFC][scudo] Enforce header size alignment am: 5f94ce34bb by Vitaly Buka · 3 years, 2 months ago
  94. 0169267 [NFC][scudo] Replace size_t with uptr am: ac28f8f601 by Vitaly Buka · 3 years, 2 months ago
  95. b52522d [NFC][scudo] Add releasePagesToOS test am: 459bccaa80 by Vitaly Buka · 3 years, 2 months ago
  96. dea78dc [NFC][scudo] Move SKIP_ON_FUCHSIA to common header am: d5ef724fd4 by Vitaly Buka · 3 years, 2 months ago
  97. 0209d6c [scudo] Try to re-enabled the test on arm am: eca04fb039 by Vitaly Buka · 3 years, 2 months ago
  98. 2b203de [scudo][NFC] Split BasicTest further am: 4990d3d4b8 by Vitaly Buka · 3 years, 2 months ago
  99. eb89c71 [scudo] Fix compilation after D102886 am: a628616405 by Vitaly Buka · 3 years, 2 months ago
  100. c25bd95 [NFC][scudo] Fix typo in comment am: f00eda635e by Vitaly Buka · 3 years, 2 months ago