aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use ASAN linker for native testsMikhail Naganov2018-12-201-1/+1
* Add make var to avoid recovering with diagnostics.Ivan Lozano2018-12-121-0/+5
* Merge "[make] Disable CFI when building with HWASan."android-wear-8.0.0_r2Treehugger Robot2018-12-051-0/+1
|\
| * [make] Disable CFI when building with HWASan.Evgenii Stepanov2018-12-041-0/+1
* | Disable implicit-integer-sign-change by default.Chih-Hung Hsieh2018-12-041-0/+11
|/
* Link hwasan static library to native tests.Evgenii Stepanov2018-11-011-1/+1
* Scudo minimal runtime support for makeKostya Kortchinsky2018-10-111-5/+13
* Merge "(make) Add -fsanitize= argument to assembly flags."Treehugger Robot2018-09-071-0/+2
|\
| * (make) Add -fsanitize= argument to assembly flags.Evgenii Stepanov2018-09-041-0/+2
* | Remove GCC support from MakeDan Willemsen2018-09-061-20/+8
|/
* Add extra cflags to hwasan targets.Evgenii Stepanov2018-08-281-0/+5
* Add "hwaddress" sanitizer.Evgenii Stepanov2018-08-201-3/+21
* Merge "Use $(my_prefix)OS instead of HOST_CROSS_OS"Pirama Arumuga Nainar2018-06-271-1/+1
|\
| * Use $(my_prefix)OS instead of HOST_CROSS_OSPirama Arumuga Nainar2018-06-271-1/+1
* | Merge "Do not enable sanitizers on Windows"Pirama Arumuga Nainar2018-06-261-3/+5
|\|
| * Do not enable sanitizers on WindowsPirama Arumuga Nainar2018-06-261-3/+5
* | Merge "Add Scudo support for Make"Vishwath Mohan2018-06-191-1/+10
|\|
| * Add Scudo support for MakeKostya Kortchinsky2018-06-191-1/+10
* | Merge "Enable CFI by default but restrict CFI_INCLUDE_PATHS" into pi-devVishwath Mohan2018-05-251-8/+10
|\ \ | |/ |/|
| * Enable CFI by default but restrict CFI_INCLUDE_PATHSVishwath Mohan2018-05-251-8/+10
| * Don't export UBSan minimal runtime symbols.Ivan Lozano2018-05-161-0/+1
| * Do not use UBSAN library on HOST or AUX targetsAlexey Polyudov2018-03-281-2/+2
| * Add minimal-runtime support for integer overflows.Ivan Lozano2018-03-211-6/+25
* | Don't export UBSan minimal runtime symbols.Ivan Lozano2018-05-111-0/+1
* | Merge "Enable integer_overflow flag for static targets."Treehugger Robot2018-04-021-14/+29
|\ \
| * | Enable integer_overflow flag for static targets.Ivan Lozano2018-03-221-14/+29
* | | Revert "Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Make)"Vishwath Mohan2018-03-291-11/+7
* | | Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Make)Vishwath Mohan2018-03-291-7/+11
* | | Do not use UBSAN library on HOST or AUX targetsAlexey Polyudov2018-03-271-2/+2
|/ /
* / Add minimal-runtime support for integer overflows.Ivan Lozano2018-03-061-6/+25
|/
* Revert "Overflow sanitization in frameworks/ and system/."Ivan Lozano2018-01-191-34/+1
* Overflow sanitization in frameworks/ and system/.Ivan Lozano2018-01-161-1/+34
* Use the .cfi variant of a static library where needed.Vishwath Mohan2017-11-211-0/+6
* CFI include/exclude path support (Make)Vishwath Mohan2017-11-081-0/+24
* Remove CFI-related WAR that is no longer necessaryPirama Arumuga Nainar2017-11-041-5/+0
* Revert "Revert "CFI compatibility with static executables and nested archives""Vishwath Mohan2017-11-011-6/+25
* Revert "CFI compatibility with static executables and nested archives"Orion Hodson2017-10-311-25/+6
* CFI compatibility with static executables and nested archivesVishwath Mohan2017-10-271-6/+25
* Link tsan shared library when tsan is used.Yabin Cui2017-10-191-0/+2
* Add -lm to the default libs for Linux & DarwinDan Willemsen2017-09-261-2/+0
* Enhance coverage options to include those needed by Honggfuzz for coverage-dr...Zach Riggle2017-08-221-1/+1
* Merge "Enable ubsan check flag in build"Colin Cross2017-07-251-6/+0
|\
| * Enable ubsan check flag in buildliuchao2017-07-201-6/+0
* | Fix exclusion overriding local integer_overflow.Ivan Lozano2017-07-211-10/+13
|/
* Allow integer_overflow sanitizer path exclusion.Ivan Lozano2017-07-181-2/+10
* Merge "Add integer_overflow sanitization build option."Ivan Lozano2017-07-071-0/+57
|\
| * Add integer_overflow sanitization build option.Ivan Lozano2017-07-061-0/+57
* | Update coverage sanitizer flags in makeDan Austin2017-06-291-1/+1
|/
* Disable CFI for ASAN targets. (Make)Vishwath Mohan2017-04-201-0/+6
* Merge "Change the global CFI flag to default to enabled."Vishwath Mohan2017-04-191-1/+1
|\