1. f5236ae [scudo] Handle mallinfo2 by Vitaly Buka · 2 years, 6 months ago
  2. fdf4655 [scudo] Regression test for the MTE crash in storeEndMarker. by Evgenii Stepanov · 2 years, 6 months ago
  3. 2f2f348 [scudo] Fix running tests under hwasan. by Evgenii Stepanov · 2 years, 7 months ago
  4. a677a52 [scudo] Skip AllocAfterFork test on machines with low max_map_count by Kostya Kortchinsky · 2 years, 7 months ago
  5. 461ea3a [scudo] Reduce the scope of AllocAfterFork by Kostya Kortchinsky · 2 years, 7 months ago
  6. ed3cd9d [compiler-rt][scudo] Check for failing prctl call by Leonard Chan · 2 years, 7 months ago
  7. 71643ae [scudo] Fix format string specifiers by Kostya Kortchinsky · 2 years, 9 months ago
  8. ad1c8d8 [scudo] Use stdint types for internal types (redo) by Kostya Kortchinsky · 2 years, 9 months ago
  9. f5ece77 Revert "[scudo] Use stdint types for internal scudo types" by Kostya Kortchinsky · 2 years, 9 months ago
  10. 280f656 [scudo] Use stdint types for internal scudo types by Kostya Kortchinsky · 2 years, 9 months ago
  11. 1a7e8f7 scudo/standalone: prepare for enabling format string checking by Dmitry Vyukov · 2 years, 9 months ago
  12. e96246a [scudo] Add GWP-ASan state/metadata pointer proxies. by Mitch Phillips · 2 years, 9 months ago
  13. 93f2396 [scudo] Make Vector() constexpr by Kostya Kortchinsky · 2 years, 9 months ago
  14. dd7a0ac [scudo] Don't enabled MTE for small alignment by Vitaly Buka · 2 years, 10 months ago
  15. a6bf2ea [scudo] Check if we use __clang_major__ >= 12 by Vitaly Buka · 2 years, 10 months ago
  16. 3c488c4 Name all DEATH tests using 'DeathTest' suffix. by Mitch Phillips · 2 years, 10 months ago
  17. c36045f [scudo] Fix test on aarch64 without MTE by Vitaly Buka · 2 years, 10 months ago
  18. ef0f232 [scudo] Untag BlockEnd in reallocate by Vitaly Buka · 2 years, 10 months ago
  19. 73abfb4 [scudo] Remove false DCHECK by Vitaly Buka · 2 years, 10 months ago
  20. ed6acf5 [NFC][scudo] Exctract getOptionsForConfig in test by Vitaly Buka · 2 years, 10 months ago
  21. 901ea13 [NFC][scudo] Extract MapAllocatorTest for TEST_F by Vitaly Buka · 2 years, 10 months ago
  22. 85a076b [scudo] GWP_ASAN runs on untagged pointers by Vitaly Buka · 2 years, 10 months ago
  23. ac2a73b [scudo] Clang-format tests by Vitaly Buka · 2 years, 11 months ago
  24. b25119e [scudo] Fix test on arch without MTE by Vitaly Buka · 2 years, 11 months ago
  25. 4f6c40d [scudo] Avoid ifdef in test by Vitaly Buka · 2 years, 11 months ago
  26. 7bd3d8e [scudo] Fix use of ScopedDisableMemoryTagChecks in test by Vitaly Buka · 2 years, 11 months ago
  27. 4643947 [scudo] Enabled MTE before the first allocator by Vitaly Buka · 3 years ago
  28. 50a63ad [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC). by Evgenii Stepanov · 2 years, 11 months ago
  29. 5c75306 [scudo] Ensure proper allocator alignment in TSD test by Kostya Kortchinsky · 2 years, 11 months ago
  30. 804c38c [scudo] Add Scudo support for Trusty OS by Daniel Michael · 2 years, 11 months ago
  31. 0629f0a [NFC][scudo] Print errno of fork failure by Vitaly Buka · 2 years, 11 months ago
  32. 7d283c8 [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years ago
  33. 7363d76 [NFC][scudo] Convert to TYPED more ScudoCombinedTest by Vitaly Buka · 3 years ago
  34. 43710d4 [scudo] Remove ScopedString::Length by Vitaly Buka · 3 years ago
  35. 0f24226 [Scudo] Improve ScopedString constructor by Vitaly Buka · 3 years ago
  36. cd272ec [NFC][scudo] Fix sign-compare warning in test by Vitaly Buka · 3 years ago
  37. bc12d55 [scudo] Fix String DCHECK by Kostya Kortchinsky · 3 years ago
  38. 807821e [scudo] Untag pointer in iterateOverChunks by Vitaly Buka · 3 years ago
  39. 305bf89 [scudo] Add memtag_test by Vitaly Buka · 3 years ago
  40. f32ac2f [scudo] Remove disableMemoryTagChecksTestOnly by Vitaly Buka · 3 years ago
  41. e254678 [scudo] Always exclude Tag 0 by Vitaly Buka · 3 years ago
  42. a64a5d1 [scudo] Rework Vector/String by Kostya Kortchinsky · 3 years ago
  43. 53e41cd [NFC][scudo] Avoid integer overflow in test by Vitaly Buka · 3 years ago
  44. 4df24f1 [scudo] Enabled MTE in tests by Vitaly Buka · 3 years ago
  45. 109a166 [NFC][scudo] Re-enable check in the test by Vitaly Buka · 3 years ago
  46. 8425ba1 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" by Vitaly Buka · 3 years ago
  47. f14ae0a [NFC][scudo] Check zeros on smaller allocations by Vitaly Buka · 3 years ago
  48. 2109ab7 [NFC][scudo] Rename internal function by Vitaly Buka · 3 years ago
  49. f668515 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." by Mitch Phillips · 3 years ago
  50. 8664b21 [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. by Mitch Phillips · 3 years ago
  51. d72976c [scudo] Get rid of initLinkerInitialized by Kostya Kortchinsky · 3 years ago
  52. 2e938a4 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 by Vitaly Buka · 3 years ago
  53. bbc509d Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" by Vitaly Buka · 3 years ago
  54. c12edf2 [scudo] Fix CHECK implementation by Vitaly Buka · 3 years ago
  55. a8c5e15 [scudo] Rework dieOnMapUnmapError by Kostya Kortchinsky · 3 years ago
  56. 983c3db [NFC][scudo] Add paramenters DCHECKs by Vitaly Buka · 3 years ago
  57. 36c9204 [NFC][scudo] Avoid cast in test by Vitaly Buka · 3 years ago
  58. bf0756f [scudo] Add unmapTestOnly() to secondary. by Mitch Phillips · 3 years ago
  59. 8b4ce2e [compiler-rt][scudo] Fix sign-compare warnings by Jinsong Ji · 3 years ago
  60. 3145645 [NFC][scudo] Small test cleanup by Vitaly Buka · 3 years ago
  61. 660de29 [scudo] Separate Fuchsia & Default SizeClassMap by Kostya Kortchinsky · 3 years ago
  62. 451c5e0 [NFC][scudo] Enforce header size alignment by Vitaly Buka · 3 years ago
  63. 3b6a6d2 [NFC][scudo] Replace size_t with uptr by Vitaly Buka · 3 years ago
  64. 0b4f937 [NFC][scudo] Add releasePagesToOS test by Vitaly Buka · 3 years ago
  65. 0efb838 [NFC][scudo] Move SKIP_ON_FUCHSIA to common header by Vitaly Buka · 3 years ago
  66. ed2a613 [scudo] Try to re-enabled the test on arm by Vitaly Buka · 3 years ago
  67. d902290 [scudo][NFC] Split BasicTest further by Vitaly Buka · 3 years ago
  68. 37b8f70 [scudo] Fix compilation after D102886 by Vitaly Buka · 3 years ago
  69. d975e98 [NFC][scudo] Fix typo in comment by Vitaly Buka · 3 years ago
  70. 8b4c59c [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail by Vitaly Buka · 3 years ago
  71. ab75b38 [scudo] Fix EXPECT_DEATH tests by Vitaly Buka · 3 years ago
  72. a935753 [scudo] Disable secondary cache-unmap tests on arm32. by Mitch Phillips · 3 years ago
  73. d2ff4c9 scudo: Test realloc on increasing size buffers. by Peter Collingbourne · 3 years ago
  74. e90abdc [NFC][scudo] Reduce test region size on MIPS32 by Vitaly Buka · 3 years ago
  75. bf2f92b [Scudo] Delete unused flag 'rss_limit_mb'. by Mitch Phillips · 3 years ago
  76. 5b8a171 scudo: Fix MTE error reporting for zero-sized allocations. by Peter Collingbourne · 3 years ago
  77. 79cb005 scudo: Check for UAF in ring buffer before OOB in more distant blocks. by Peter Collingbourne · 3 years ago
  78. 0c7fd4f scudo: Require fault address to be in bounds for UAF. by Peter Collingbourne · 3 years ago
  79. de36b1f [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years ago
  80. 949a9be [scudo] [GWP-ASan] Add GWP-ASan variant of scudo benchmarks. by Mitch Phillips · 3 years ago
  81. 1f110dd [scudo] Add initialization for TSDRegistrySharedT by Christopher Ferris · 3 years ago
  82. 2964abd [scudo] Align objects with alignas by Vitaly Buka · 3 years ago
  83. 50ce28f [scudo] Don't track free/use stats for transfer batches. by Mitch Phillips · 3 years ago
  84. 1b235ec [scudo][NFC] Fix clang-tidy warnings by Vitaly Buka · 3 years ago
  85. 9cbe475 [scudo] Use require_constant_initialization by Vitaly Buka · 3 years ago
  86. d231905 Revert "[scudo] Use require_constant_initialization" by Vitaly Buka · 3 years ago
  87. 89f75d8 [scudo] Use require_constant_initialization by Vitaly Buka · 3 years ago
  88. 1585e3b [NFC][scudo] Suppress "division by zero" warning by Vitaly Buka · 3 years ago
  89. c6cc482 [NFC][scudo] Add reference to a QEMU bug by Vitaly Buka · 3 years ago
  90. 4875a8b [scudo][NFC] Fix cast warning by Vitaly Buka · 3 years ago
  91. 10f6cbb Revert "[Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks." by Mitch Phillips · 3 years ago
  92. d35163d scudo: Work around gcc 8 conversion warning. by Peter Collingbourne · 3 years ago
  93. 4e28d9d [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years ago
  94. ac4db77 scudo: Store header on deallocation before retagging memory. by Peter Collingbourne · 3 years ago
  95. eff1f9f scudo: Only static_assert for compressed LSB format with clang. by Peter Collingbourne · 3 years ago
  96. 7112166 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. by Peter Collingbourne · 3 years ago
  97. fb0a4a8 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. by Peter Collingbourne · 3 years, 1 month ago
  98. 37bd680 [scudo] Check if MADV_DONTNEED zeroes memory by Vitaly Buka · 3 years, 1 month ago
  99. 82fe97e scudo: Obtain tag from pointer instead of loading it from memory. NFCI. by Peter Collingbourne · 3 years, 1 month ago
  100. d790cf4 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. by Peter Collingbourne · 3 years, 1 month ago