aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technotes/index.md
diff options
context:
space:
mode:
authorHarshit Sharma <harshitsharmajs@gmail.com>2020-08-26 02:21:42 -0700
committerWerner Zeh <werner.zeh@siemens.com>2020-09-21 07:45:37 +0000
commitd8a722cb61e9d45af2d12242bdc9ff4b822f0d70 (patch)
treec4ce740f11296cb5cf2e444bb0dfb7f2f65897c2 /Documentation/technotes/index.md
parent3f5bfbd4d1a963a6c1266b83fac2f1abc781b321 (diff)
Documentation: Add ASan documentation
Change-Id: I710ea495798597189941620c7e48fd5aa7476781 Signed-off-by: Harshit Sharma <harshitsharmajs@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44814 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/technotes/index.md')
-rw-r--r--Documentation/technotes/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/technotes/index.md b/Documentation/technotes/index.md
index 5367e69aa2..a9320fb782 100644
--- a/Documentation/technotes/index.md
+++ b/Documentation/technotes/index.md
@@ -3,3 +3,4 @@
* [Dealing with Untrusted Input in SMM](2017-02-dealing-with-untrusted-input-in-smm.md)
* [Rebuilding coreboot image generation](2015-11-rebuilding-coreboot-image-generation.md)
* [Unit testing coreboot](2020-03-unit-testing-coreboot.md)
+* [Address Sanitizer](asan.md)