1. 911cb99 Add minimal-runtime support for integer overflows. by Ivan Lozano · 6 years ago
  2. c5ef21f Revert "Overflow sanitization in frameworks/ and system/." by Ivan Lozano · 7 years ago
  3. c2d7db1 Overflow sanitization in frameworks/ and system/. by Ivan Lozano · 7 years ago
  4. 96a130b Use the .cfi variant of a static library where needed. by Vishwath Mohan · 7 years ago
  5. 23b2d2e CFI include/exclude path support (Make) by Vishwath Mohan · 7 years ago
  6. a8f7598 Remove CFI-related WAR that is no longer necessary by Pirama Arumuga Nainar · 7 years ago
  7. 85f7244 Revert "Revert "CFI compatibility with static executables and nested archives"" by Vishwath Mohan · 7 years ago
  8. 8350c4c Revert "CFI compatibility with static executables and nested archives" by Orion Hodson · 7 years ago
  9. 3d3e1cf CFI compatibility with static executables and nested archives by Vishwath Mohan · 7 years ago
  10. e77c32e Link tsan shared library when tsan is used. by Yabin Cui · 7 years ago
  11. a3a06fe Add -lm to the default libs for Linux & Darwin by Dan Willemsen · 7 years ago
  12. be0811f Enhance coverage options to include those needed by Honggfuzz for coverage-driven fuzzing by Zach Riggle · 7 years ago
  13. 1907b99 Merge "Enable ubsan check flag in build" by Colin Cross · 7 years ago
  14. b4749cb Fix exclusion overriding local integer_overflow. by Ivan Lozano · 7 years ago
  15. bb2b4bc Enable ubsan check flag in build by liuchao · 7 years ago
  16. 9a82bfd Allow integer_overflow sanitizer path exclusion. by Ivan Lozano · 7 years ago
  17. 0590023 Merge "Add integer_overflow sanitization build option." by Ivan Lozano · 7 years ago
  18. 4a36373 Add integer_overflow sanitization build option. by Ivan Lozano · 7 years ago
  19. 9978b52 Update coverage sanitizer flags in make by Dan Austin · 7 years ago
  20. c026f6d Disable CFI for ASAN targets. (Make) by Vishwath Mohan · 7 years ago
  21. eddf74c Merge "Change the global CFI flag to default to enabled." by Vishwath Mohan · 7 years ago
  22. 5b69c06 Blacklist code for CFI. by Vishwath Mohan · 7 years ago
  23. a204606 Disble CFI for ARM32 processes. by Vishwath Mohan · 7 years ago
  24. 8c50e3c Disable CFI on Mips and add -march to linkflags on ARM. by Evgenii Stepanov · 7 years ago
  25. 45665b4 Change the global CFI flag to default to enabled. by Vishwath Mohan · 8 years ago
  26. 34eb9f7 Merge "Force Thumb for CFI targets." by Evgenii Stepanov · 8 years ago
  27. e1b96f3 Run $(AR) with LLVMgold.so plugin for CFI targets. by Evgenii Stepanov · 8 years ago
  28. 81bea1b Force Thumb for CFI targets. by Evgenii Stepanov · 8 years ago
  29. 8dcfdce Hide CFI behind a global flag. by Vishwath Mohan · 8 years ago
  30. 2361842 Export variable for device sanitize arch to Soong by Colin Cross · 8 years ago
  31. 202c7a7 Enable LOCAL_SANITIZE:=cfi and add LOCAL_SANITIZE_DIAG. by Evgenii Stepanov · 8 years ago
  32. d08699e Only add linker_asan as dependency to shared executables by Colin Cross · 8 years ago
  33. 59a405c Merge "Never add asan libraries to NDK code" by Dan Willemsen · 8 years ago
  34. 7dcb8b8 Apply SANITIZE_TARGET=safe-stack to 64 bit targets only. by Evgenii Stepanov · 8 years ago
  35. 71faa19 Apply SANITIZE_TARGET and LOCAL_SANITIZE when both are present. by Evgenii Stepanov · 8 years ago
  36. 9d73af0 Merge changes I17a96b97,Ib4412657,I73e6d479 by Treehugger Robot · 8 years ago
  37. 912b51f Sanitizer build tweaks. by Evgenii Stepanov · 8 years ago
  38. 55f73e6 Only add libdl dependency for ASan/TSan on target. by Evgenii Stepanov · 8 years ago
  39. 6b30d77 Build: Add module-level product configuration of sanitization by Andreas Gampe · 8 years ago
  40. 3d3b0c9 Build: Add option to restrict sanitization by owner by Andreas Gampe · 8 years ago
  41. cd25740 Build: Add option to restrict sanitization by architecture by Andreas Gampe · 8 years ago
  42. 4282366 Add LOCAL_NOSANITIZE. by Evgenii Stepanov · 8 years ago
  43. f761c0f Never add asan libraries to NDK code by Dan Willemsen · 8 years ago
  44. ad741e6 Link in ASAN library if my_global_santitize is set. by Chih-Hung Hsieh · 8 years ago
  45. bbd944a Remove RPATH for AddressSanitizer. by Evgenii Stepanov · 9 years ago
  46. e8119e9 Switch from clang 3.6 to new clang repository (with 3.8). by Stephen Hines · 9 years ago
  47. f7dbab1 Revert "Switch from clang 3.6 to new clang repository (with 3.8)." by Stephen Hines · 9 years ago
  48. 1332828 Switch from clang 3.6 to new clang repository (with 3.8). by Stephen Hines · 9 years ago
  49. 74b32b8 Add support of SANITIZE_TARGET='address coverage' for fuzzing. by Ivan Krasin · 9 years ago
  50. 4c40141 Fix sanitizer choice for global vs module. by Dan Albert · 9 years ago
  51. a05e222 Set up dependency on ADDRESS_SANITIZER_LINKER by Ying Wang · 9 years ago
  52. 2922411 Link librt on the host when using sanitizers. by Dan Albert · 9 years ago
  53. a6311b7 Make TSAN easier to use. by Dan Albert · 9 years ago
  54. 4b396e4 Disable relocation packer in SANITIZE_TARGET mode. by Evgenii Stepanov · 9 years ago
  55. 8f5e67a Use a different linker for ASan binaries. by Evgenii Stepanov · 9 years ago
  56. ff7a781 Disable detection of bugs on global variables. by Evgenii Stepanov · 9 years ago
  57. 5adfcb1 SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries. by Evgenii Stepanov · 9 years ago
  58. d479a7a Merge "Enable SANITIZE_TARGET." by Evgenii Stepanov · 9 years ago
  59. abf4bc9 Add support for `LOCAL_SANITIZE := integer`. by Dan Albert · 9 years ago
  60. 3632cc3 Enable SANITIZE_TARGET. by Evgenii Stepanov · 9 years ago
  61. b32c000 Remove LOCAL_ADDRESS_SANITIZER. by Dan Albert · 9 years ago
  62. c27d471 Merge "Fix libdl inclusion for default-ub." by Dan Albert · 9 years ago
  63. 99d9250 Add support for LOCAL_DETECT_INTEGER_OVERFLOWS by Nick Kralevich · 9 years ago
  64. 7508a81 Fix libdl inclusion for default-ub. by Dan Albert · 9 years ago
  65. e24b6f7 Do not pack relocations for executables by Dmitriy Ivanov · 9 years ago
  66. 5619dbe Don't pack ASAN executables. by Dan Albert · 9 years ago
  67. 1f0d530 --no-as-needed needs -Wl. by Dan Albert · 9 years ago
  68. 8a31153 Make asan more closely match clang behavior. by Dan Albert · 9 years ago
  69. 9f17655 Fix bad variable names. by Dan Albert · 9 years ago
  70. 55f3c4c Merge "Fix AddressSanitizer link order and multilib setup." by Evgenii Stepanov · 9 years ago
  71. f0b15e1 Fix AddressSanitizer link order and multilib setup. by Evgenii Stepanov · 9 years ago
  72. 4111d48 Add LOCAL_SANITIZE_RECOVER. by Dan Albert · 9 years ago
  73. b5b2ffe Add support for a partial ubsan build. by Dan Albert · 9 years ago
  74. 4c92a68 Fix misuse of my_sanitize_host. by Dan Albert · 9 years ago
  75. 94b5791 Make use of sanitizers without clang an error. by Dan Albert · 9 years ago
  76. 27ccb75 Clean up sanitizer configuration. by Dan Albert · 9 years ago
  77. 08cca28 Add support for ubsan. by Dan Albert · 10 years ago
  78. 4ae5d4b Add a SANITIZE_HOST flag. by Dan Albert · 10 years ago