aboutsummaryrefslogtreecommitdiffstats
path: root/cc/sanitize.go
Commit message (Expand)AuthorAgeFilesLines
* Remove prefer_sanitize.* propertiesJiyong Park2019-02-141-0/+9
* Prepare for a type-safe OnceKeyColin Cross2019-02-061-3/+9
* Add option to disable Scudo globally [Soong]Kostya Kortchinsky2019-02-041-2/+2
* Use bootstrap linker for asan buildJiyong Park2019-02-021-1/+5
* [hwasan] Remove deprecated compiler flag (NFC)Evgenii Stepanov2019-02-011-1/+1
* Fix: runtime apex is not instrumented with sanitizerJiyong Park2019-02-011-5/+26
* Fix: deps to sanitizer runtime libs are with correct 'image' variantJiyong Park2019-01-311-2/+4
* Create sanitizer variants of APEX only when SANITIZE_TARGET is setJiyong Park2019-01-291-2/+2
* Make sure that ASAN runtime lib is the first DT_NEEDED oneJiyong Park2019-01-251-1/+1
* Revert "Revert "Fix: sanitizerRuntimeMutator is not run for host""Pirama Arumuga Nainar2019-01-251-3/+3
* Support building for Fuchsia.Doug Horn2019-01-241-0/+5
* Revert "Fix: sanitizerRuntimeMutator is not run for host"Dan Albert2019-01-231-3/+3
* Fix: sanitizerRuntimeMutator is not run for hostJiyong Park2019-01-231-3/+3
* APEXes can be sanitizedJiyong Park2019-01-131-128/+167
* [hwasan] Reduce history size to save memory.Evgenii Stepanov2018-12-181-1/+1
* Add option to avoid recovering with diagnostics.Ivan Lozano2018-12-121-0/+6
* Disable hwasan frame descriptions.Evgenii Stepanov2018-12-071-1/+1
* Switch to clang-r346389.Chih-Hung Hsieh2018-12-041-0/+20
* Add sanitizer runtime library to recovery when needed.Evgenii Stepanov2018-11-291-2/+5
* Add an "scs" flag for enabling shadow call stack on targets.Peter Collingbourne2018-11-191-4/+47
* Apply HWASan to libc-in-recovery.Evgenii Stepanov2018-11-151-1/+2
* Stop passing the gold plugin path to llvm-ar.Peter Collingbourne2018-11-081-1/+0
* Revert "Prevent clang from using the x18 register on arm64."Yi Kong2018-11-081-7/+0
* Prevent clang from using the x18 register on arm64.Peter Collingbourne2018-10-241-0/+7
* Define HWADDRESS_SANITIZER_GLOBAL_OPTIONS.Evgenii Stepanov2018-10-121-0/+1
* Scudo minimal runtime support for SoongKostya Kortchinsky2018-10-111-2/+5
* Apply minimal runtime to the rest of ubsan.Ivan Lozano2018-10-091-1/+2
* Remove GCC checksDan Willemsen2018-10-091-15/+9
* (soong) Add -fsanitize= argument to assembly flags.Evgenii Stepanov2018-09-071-0/+5
* Add "hwaddress" sanitizer.Evgenii Stepanov2018-08-161-9/+107
* Merge "Do not enable sanitizers on Windows"Pirama Arumuga Nainar2018-06-261-1/+3
|\
| * Do not enable sanitizers on WindowsPirama Arumuga Nainar2018-06-261-1/+3
* | Merge "Use WalkDeps instead of VisitDepsDepthFirst"Colin Cross2018-06-221-20/+33
|\|
| * Use WalkDeps instead of VisitDepsDepthFirstColin Cross2018-06-221-20/+33
* | Soong support for ScudoKostya Kortchinsky2018-06-191-1/+19
|\|
| * Soong support for ScudoKostya Kortchinsky2018-06-191-1/+19
* | Don't enable diagnostics for CFI when setting the CFI sanitizer. am: 05b002dea0Vishwath Mohan2018-05-311-1/+0
|\|
| * Don't enable diagnostics for CFI when setting the CFI sanitizer.Vishwath Mohan2018-05-301-1/+0
* | Disable CFI for vendor variants of all componentsVishwath Mohan2018-05-291-3/+2
|\ \
| * | Disable CFI for vendor variants of all componentsVishwath Mohan2018-05-281-3/+2
* | | Restrict CFI_INCLUDE_PATHS to Arm64Vishwath Mohan2018-05-251-2/+2
|\| |
| * | Restrict CFI_INCLUDE_PATHS to Arm64Vishwath Mohan2018-05-241-2/+2
* | | Disable CFI for vendor variants of VNDK librariesVishwath Mohan2018-05-241-0/+7
|\| | | |/ |/|
| * Disable CFI for vendor variants of VNDK librariesVishwath Mohan2018-05-231-0/+7
| * Merge "Allow abi diffs sanitized variants of vndk libraries on production dev...Vishwath Mohan2018-05-231-0/+5
| |\
| | * Allow abi diffs sanitized variants of vndk libraries on production devices.Jayant Chowdhary2018-05-141-0/+5
| * | Don't export UBSan minimal runtime symbols.Ivan Lozano2018-05-161-1/+4
| |/
| * Merge "Fix data race on cfiExportsMap" into pi-devTreeHugger Robot2018-03-291-3/+0
| |\
| | * Fix data race on cfiExportsMapColin Cross2018-03-281-3/+0
| * | Add minimal-runtime support for integer overflows.Ivan Lozano2018-03-211-4/+47
| |/