- efd3866 [scudo] Fix String DCHECK am: 02efe40f26 am: f0a848d25a by Kostya Kortchinsky · 3 years, 5 months ago
- 6388d32 [scudo] Untag pointer in iterateOverChunks am: a78a4a7f70 am: 88b862c65f by Vitaly Buka · 3 years, 5 months ago
- ab89adb [scudo] Add memtag_test am: ecf52a746a am: 5fb7dc0868 by Vitaly Buka · 3 years, 5 months ago
- 020e128 [scudo] Remove disableMemoryTagChecksTestOnly am: 70168a659f am: 53fa044715 by Vitaly Buka · 3 years, 5 months ago
- a604893 [scudo] Always exclude Tag 0 am: ef0e3548ab am: 828607fad1 by Vitaly Buka · 3 years, 5 months ago
- d0d822c [scudo] Rework Vector/String am: 53aea5c442 am: 18edcc3387 by Kostya Kortchinsky · 3 years, 5 months ago
- f0a848d [scudo] Fix String DCHECK am: 02efe40f26 by Kostya Kortchinsky · 3 years, 5 months ago
- 88b862c [scudo] Untag pointer in iterateOverChunks am: a78a4a7f70 by Vitaly Buka · 3 years, 5 months ago
- 5fb7dc0 [scudo] Add memtag_test am: ecf52a746a by Vitaly Buka · 3 years, 5 months ago
- 53fa044 [scudo] Remove disableMemoryTagChecksTestOnly am: 70168a659f by Vitaly Buka · 3 years, 5 months ago
- 828607f [scudo] Always exclude Tag 0 am: ef0e3548ab by Vitaly Buka · 3 years, 5 months ago
- 18edcc3 [scudo] Rework Vector/String am: 53aea5c442 by Kostya Kortchinsky · 3 years, 5 months ago
- 02efe40 [scudo] Fix String DCHECK by Kostya Kortchinsky · 3 years, 5 months ago
- a78a4a7 [scudo] Untag pointer in iterateOverChunks by Vitaly Buka · 3 years, 5 months ago
- ecf52a7 [scudo] Add memtag_test by Vitaly Buka · 3 years, 5 months ago
- 70168a6 [scudo] Remove disableMemoryTagChecksTestOnly by Vitaly Buka · 3 years, 5 months ago
- ef0e354 [scudo] Always exclude Tag 0 by Vitaly Buka · 3 years, 5 months ago
- 53aea5c [scudo] Rework Vector/String by Kostya Kortchinsky · 3 years, 5 months ago
- 72a4a28 [NFC][scudo] Avoid integer overflow in test am: 24f3bdc31d am: 16208f3568 by Vitaly Buka · 3 years, 5 months ago
- 4b615c0 [scudo] Enabled MTE in tests am: 58be7da29f am: 460862bfc6 by Vitaly Buka · 3 years, 5 months ago
- 4590872 [NFC][scudo] Re-enable check in the test am: 611951b6fc am: a8acaf3723 by Vitaly Buka · 3 years, 5 months ago
- be29bd4 Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 am: 56c8a4d19d by Vitaly Buka · 3 years, 5 months ago
- b705265 [NFC][scudo] Check zeros on smaller allocations am: a05cb57f8a am: be274f50c4 by Vitaly Buka · 3 years, 5 months ago
- 72734cd [NFC][scudo] Rename internal function am: 63aa02c3f2 am: 36f7d20fb5 by Vitaly Buka · 3 years, 5 months ago
- 0049a67 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." am: 96096b514f am: b100b8a676 by Mitch Phillips · 3 years, 5 months ago
- 46cb82a [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. am: d78d2dbfe7 am: 0d77546506 by Mitch Phillips · 3 years, 5 months ago
- 212cb10 [scudo] Get rid of initLinkerInitialized am: 4a435d2070 am: 491b49f3bf by Kostya Kortchinsky · 3 years, 5 months ago
- 68b490f [NFC][SCUDO] Fix unittest for -gtest_repeat=10 am: 1eba937048 am: 39d4bf620a by Vitaly Buka · 3 years, 5 months ago
- 5c510a0 Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" am: 64f7f01901 am: 49a3d9fe39 by Vitaly Buka · 3 years, 5 months ago
- 6522e92 [scudo] Fix CHECK implementation am: 75a7a22f45 am: 0d154721f4 by Vitaly Buka · 3 years, 5 months ago
- 16208f3 [NFC][scudo] Avoid integer overflow in test am: 24f3bdc31d by Vitaly Buka · 3 years, 5 months ago
- 460862b [scudo] Enabled MTE in tests am: 58be7da29f by Vitaly Buka · 3 years, 5 months ago
- a8acaf3 [NFC][scudo] Re-enable check in the test am: 611951b6fc by Vitaly Buka · 3 years, 5 months ago
- 56c8a4d Revert "[scudo] Check if MADV_DONTNEED zeroes memory" am: 6c5c1bbfc9 by Vitaly Buka · 3 years, 5 months ago
- be274f5 [NFC][scudo] Check zeros on smaller allocations am: a05cb57f8a by Vitaly Buka · 3 years, 5 months ago
- 36f7d20 [NFC][scudo] Rename internal function am: 63aa02c3f2 by Vitaly Buka · 3 years, 5 months ago
- b100b8a Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." am: 96096b514f by Mitch Phillips · 3 years, 5 months ago
- 0d77546 [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. am: d78d2dbfe7 by Mitch Phillips · 3 years, 5 months ago
- 491b49f [scudo] Get rid of initLinkerInitialized am: 4a435d2070 by Kostya Kortchinsky · 3 years, 5 months ago
- 39d4bf6 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 am: 1eba937048 by Vitaly Buka · 3 years, 5 months ago
- 49a3d9f Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" am: 64f7f01901 by Vitaly Buka · 3 years, 5 months ago
- 0d15472 [scudo] Fix CHECK implementation am: 75a7a22f45 by Vitaly Buka · 3 years, 5 months ago
- 24f3bdc [NFC][scudo] Avoid integer overflow in test by Vitaly Buka · 3 years, 5 months ago
- 58be7da [scudo] Enabled MTE in tests by Vitaly Buka · 3 years, 5 months ago
- 611951b [NFC][scudo] Re-enable check in the test by Vitaly Buka · 3 years, 5 months ago
- 6c5c1bb Revert "[scudo] Check if MADV_DONTNEED zeroes memory" by Vitaly Buka · 3 years, 5 months ago
- a05cb57 [NFC][scudo] Check zeros on smaller allocations by Vitaly Buka · 3 years, 5 months ago
- 63aa02c [NFC][scudo] Rename internal function by Vitaly Buka · 3 years, 5 months ago
- 96096b5 Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." by Mitch Phillips · 3 years, 5 months ago
- d78d2db [Scudo] Make -fsanitize=scudo use standalone. Migrate tests. by Mitch Phillips · 3 years, 5 months ago
- 4a435d2 [scudo] Get rid of initLinkerInitialized by Kostya Kortchinsky · 3 years, 5 months ago
- 1eba937 [NFC][SCUDO] Fix unittest for -gtest_repeat=10 by Vitaly Buka · 3 years, 5 months ago
- 64f7f01 Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail" by Vitaly Buka · 3 years, 5 months ago
- 75a7a22 [scudo] Fix CHECK implementation by Vitaly Buka · 3 years, 5 months ago
- 6fcd8ac [scudo] Rework dieOnMapUnmapError am: c79ab1b2c1 am: 6450e7304b by Kostya Kortchinsky · 3 years, 5 months ago
- f6ddbb0 [NFC][scudo] Add paramenters DCHECKs am: 98975bb1fe am: 17bbe96229 by Vitaly Buka · 3 years, 5 months ago
- 3bb7ffb [NFC][scudo] Avoid cast in test am: 865dae8703 am: 2f20ee9316 by Vitaly Buka · 3 years, 5 months ago
- 9cb050d [scudo] Add unmapTestOnly() to secondary. am: da86a54d0f am: b493756615 by Mitch Phillips · 3 years, 5 months ago
- 39eaee4 [compiler-rt][scudo] Fix sign-compare warnings am: c08c2d4138 am: 4e828ae0ad by Jinsong Ji · 3 years, 5 months ago
- 6450e73 [scudo] Rework dieOnMapUnmapError am: c79ab1b2c1 by Kostya Kortchinsky · 3 years, 5 months ago
- 17bbe96 [NFC][scudo] Add paramenters DCHECKs am: 98975bb1fe by Vitaly Buka · 3 years, 5 months ago
- 2f20ee9 [NFC][scudo] Avoid cast in test am: 865dae8703 by Vitaly Buka · 3 years, 5 months ago
- b493756 [scudo] Add unmapTestOnly() to secondary. am: da86a54d0f by Mitch Phillips · 3 years, 5 months ago
- 4e828ae [compiler-rt][scudo] Fix sign-compare warnings am: c08c2d4138 by Jinsong Ji · 3 years, 5 months ago
- c79ab1b [scudo] Rework dieOnMapUnmapError by Kostya Kortchinsky · 3 years, 6 months ago
- 701f7df [NFC][scudo] Small test cleanup am: 2da068ae53 am: 505904e804 by Vitaly Buka · 3 years, 5 months ago
- a6c36f5 [scudo] Separate Fuchsia & Default SizeClassMap am: 27c58d47a0 am: b3399e951c by Kostya Kortchinsky · 3 years, 5 months ago
- a78566e [NFC][scudo] Enforce header size alignment am: 5f94ce34bb am: 0e58ff8f03 by Vitaly Buka · 3 years, 5 months ago
- 8a8371d [NFC][scudo] Replace size_t with uptr am: ac28f8f601 am: 0169267a32 by Vitaly Buka · 3 years, 5 months ago
- 4c892cb [NFC][scudo] Add releasePagesToOS test am: 459bccaa80 am: b52522d776 by Vitaly Buka · 3 years, 5 months ago
- e8c48d1 [NFC][scudo] Move SKIP_ON_FUCHSIA to common header am: d5ef724fd4 am: dea78dc24b by Vitaly Buka · 3 years, 5 months ago
- 94f407f [scudo] Try to re-enabled the test on arm am: eca04fb039 am: 0209d6cb57 by Vitaly Buka · 3 years, 5 months ago
- e998a22 [scudo][NFC] Split BasicTest further am: 4990d3d4b8 am: 2b203debf8 by Vitaly Buka · 3 years, 5 months ago
- 036e14f [scudo] Fix compilation after D102886 am: a628616405 am: eb89c71672 by Vitaly Buka · 3 years, 5 months ago
- 74dfd2f [NFC][scudo] Fix typo in comment am: f00eda635e am: c25bd957cd by Vitaly Buka · 3 years, 5 months ago
- 6cce055 [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail am: 4b58de1b69 am: 5aa0499232 by Vitaly Buka · 3 years, 5 months ago
- 7cdc558 [scudo] Fix EXPECT_DEATH tests am: 5cb963698c am: 82e1e70447 by Vitaly Buka · 3 years, 5 months ago
- a5494c2 [scudo] Disable secondary cache-unmap tests on arm32. am: a99b779f2d am: 7507e0b108 by Mitch Phillips · 3 years, 5 months ago
- 33c95e7 scudo: Test realloc on increasing size buffers. am: 81a10ce970 am: 304594182e by Peter Collingbourne · 3 years, 5 months ago
- bf818d9 [NFC][scudo] Reduce test region size on MIPS32 am: cf336e9c29 am: 9032308c1c by Vitaly Buka · 3 years, 5 months ago
- 5ffcffa [Scudo] Delete unused flag 'rss_limit_mb'. am: f03a232b19 am: 921ffa2d72 by Mitch Phillips · 3 years, 5 months ago
- 98975bb [NFC][scudo] Add paramenters DCHECKs by Vitaly Buka · 3 years, 5 months ago
- 865dae8 [NFC][scudo] Avoid cast in test by Vitaly Buka · 3 years, 5 months ago
- da86a54 [scudo] Add unmapTestOnly() to secondary. by Mitch Phillips · 3 years, 5 months ago
- c08c2d4 [compiler-rt][scudo] Fix sign-compare warnings by Jinsong Ji · 3 years, 5 months ago
- 505904e [NFC][scudo] Small test cleanup am: 2da068ae53 by Vitaly Buka · 3 years, 5 months ago
- b3399e9 [scudo] Separate Fuchsia & Default SizeClassMap am: 27c58d47a0 by Kostya Kortchinsky · 3 years, 5 months ago
- 0e58ff8 [NFC][scudo] Enforce header size alignment am: 5f94ce34bb by Vitaly Buka · 3 years, 5 months ago
- 0169267 [NFC][scudo] Replace size_t with uptr am: ac28f8f601 by Vitaly Buka · 3 years, 5 months ago
- b52522d [NFC][scudo] Add releasePagesToOS test am: 459bccaa80 by Vitaly Buka · 3 years, 5 months ago
- dea78dc [NFC][scudo] Move SKIP_ON_FUCHSIA to common header am: d5ef724fd4 by Vitaly Buka · 3 years, 5 months ago
- 0209d6c [scudo] Try to re-enabled the test on arm am: eca04fb039 by Vitaly Buka · 3 years, 5 months ago
- 2b203de [scudo][NFC] Split BasicTest further am: 4990d3d4b8 by Vitaly Buka · 3 years, 5 months ago
- eb89c71 [scudo] Fix compilation after D102886 am: a628616405 by Vitaly Buka · 3 years, 5 months ago
- c25bd95 [NFC][scudo] Fix typo in comment am: f00eda635e by Vitaly Buka · 3 years, 5 months ago
- 5aa0499 [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail am: 4b58de1b69 by Vitaly Buka · 3 years, 5 months ago
- 82e1e70 [scudo] Fix EXPECT_DEATH tests am: 5cb963698c by Vitaly Buka · 3 years, 5 months ago
- 7507e0b [scudo] Disable secondary cache-unmap tests on arm32. am: a99b779f2d by Mitch Phillips · 3 years, 5 months ago
- 3045941 scudo: Test realloc on increasing size buffers. am: 81a10ce970 by Peter Collingbourne · 3 years, 5 months ago
- 9032308 [NFC][scudo] Reduce test region size on MIPS32 am: cf336e9c29 by Vitaly Buka · 3 years, 5 months ago