aboutsummaryrefslogtreecommitdiff
path: root/en/security/overview/implement.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/security/overview/implement.html')
-rw-r--r--en/security/overview/implement.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/en/security/overview/implement.html b/en/security/overview/implement.html
index bbe1967c..7233a34d 100644
--- a/en/security/overview/implement.html
+++ b/en/security/overview/implement.html
@@ -56,6 +56,9 @@ automated source code review. Best practices:</p>
application code using the Android SDK and correct any identified issues.</li>
<li>Native code should be analyzed using an automated tool that can detect
memory management issues such as buffer overflows and off-by-one errors.</li>
+<li>The Android build system has support for many of the LLVM sanitizers,
+such as AddressSanitizer and UndefinedBehaviorSanitizer which can be used
+for this purpose.</li>
</ul>
<h3 id="auto-test">Using automated testing</h3>