summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [scudo] Fix format string specifiersHEADandroid-s-beta-5masterandroid-s-beta-5Kostya Kortchinsky2021-08-174-11/+10
* [scudo] Use stdint types for internal types (redo)Kostya Kortchinsky2021-08-174-13/+15
* Revert "[scudo] Use stdint types for internal scudo types"Kostya Kortchinsky2021-08-171-10/+10
* [scudo] Use stdint types for internal scudo typesKostya Kortchinsky2021-08-171-10/+10
* scudo/standalone: prepare for enabling format string checkingDmitry Vyukov2021-08-172-5/+4
* [scudo] Add GWP-ASan state/metadata pointer proxies.Mitch Phillips2021-08-171-0/+10
* [scudo] Make Vector() constexprKostya Kortchinsky2021-08-031-7/+8
* [scudo] Don't enabled MTE for small alignmentVitaly Buka2021-07-201-1/+2
* [scudo] Check if we use __clang_major__ >= 12android-s-beta-4android-s-beta-3android-s-beta-4Vitaly Buka2021-07-121-2/+2
* Name all DEATH tests using 'DeathTest' suffix.Mitch Phillips2021-07-127-24/+28
* [scudo] Fix test on aarch64 without MTEVitaly Buka2021-07-121-1/+2
* [scudo] Untag BlockEnd in reallocateVitaly Buka2021-07-121-1/+2
* [scudo] Remove false DCHECKVitaly Buka2021-07-122-5/+7
* [NFC][scudo] Exctract getOptionsForConfig in testVitaly Buka2021-07-121-11/+17
* [NFC][scudo] Extract MapAllocatorTest for TEST_FVitaly Buka2021-07-121-68/+74
* [scudo] GWP_ASAN runs on untagged pointersVitaly Buka2021-07-121-3/+3
* [scudo] Clang-format testsVitaly Buka2021-07-121-1/+2
* [scudo] Fix test on arch without MTEVitaly Buka2021-07-121-1/+1
* [scudo] Avoid ifdef in testVitaly Buka2021-07-121-3/+2
* [scudo] Fix use of ScopedDisableMemoryTagChecks in testVitaly Buka2021-07-121-1/+4
* [scudo] Enabled MTE before the first allocatorVitaly Buka2021-07-123-4/+23
* [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).Evgenii Stepanov2021-06-221-7/+9
* [scudo] Ensure proper allocator alignment in TSD testKostya Kortchinsky2021-06-175-1/+15
* [scudo] Add Scudo support for Trusty OSDaniel Michael2021-06-0910-8/+205
* [NFC][scudo] Print errno of fork failureVitaly Buka2021-06-091-1/+1
* [NFC][scudo] Fix sign-compare warning in testVitaly Buka2021-06-072-4/+4
* [NFC][scudo] Convert to TYPED more ScudoCombinedTestVitaly Buka2021-06-071-17/+13
* [scudo] Remove ScopedString::LengthVitaly Buka2021-06-072-7/+6
* [Scudo] Improve ScopedString constructorVitaly Buka2021-06-072-3/+26
* [NFC][scudo] Fix sign-compare warning in testVitaly Buka2021-06-071-1/+1
* [scudo] Fix String DCHECKKostya Kortchinsky2021-06-071-5/+3
* [scudo] Untag pointer in iterateOverChunksVitaly Buka2021-06-072-0/+7
* [scudo] Add memtag_testVitaly Buka2021-06-073-0/+193
* [scudo] Remove disableMemoryTagChecksTestOnlyVitaly Buka2021-06-072-29/+2
* [scudo] Always exclude Tag 0Vitaly Buka2021-06-071-0/+1
* [scudo] Rework Vector/StringKostya Kortchinsky2021-06-0712-49/+47
* [NFC][scudo] Avoid integer overflow in testVitaly Buka2021-06-031-4/+4
* [scudo] Enabled MTE in testsVitaly Buka2021-06-032-1/+32
* [NFC][scudo] Re-enable check in the testVitaly Buka2021-06-031-2/+1
* Revert "[scudo] Check if MADV_DONTNEED zeroes memory"Vitaly Buka2021-06-031-33/+1
* [NFC][scudo] Check zeros on smaller allocationsVitaly Buka2021-06-031-7/+19
* [NFC][scudo] Rename internal functionVitaly Buka2021-06-031-4/+4
* Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests."Mitch Phillips2021-06-031-25/+0
* [Scudo] Make -fsanitize=scudo use standalone. Migrate tests.Mitch Phillips2021-06-031-0/+25
* [scudo] Get rid of initLinkerInitializedKostya Kortchinsky2021-06-0316-115/+78
* [NFC][SCUDO] Fix unittest for -gtest_repeat=10Vitaly Buka2021-06-031-3/+5
* Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail"Vitaly Buka2021-06-032-15/+15
* [scudo] Fix CHECK implementationVitaly Buka2021-06-033-8/+12
* [scudo] Rework dieOnMapUnmapErrorKostya Kortchinsky2021-05-256-19/+35
* [NFC][scudo] Add paramenters DCHECKsVitaly Buka2021-05-251-2/+8