aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2021-09-19 23:17:19 +0000
committerBrad Davis <brd@FreeBSD.org>2021-09-19 23:17:19 +0000
commitf2d41e8c9028ecca0b0067e05da6636eb5a8f29d (patch)
tree44f240462593307aae9f027d226f7375b43c24c0 /website
parent6c0259471e142eb9b5a191c6822135ea52122753 (diff)
downloaddoc-f2d41e8c9028ecca0b0067e05da6636eb5a8f29d.tar.gz
doc-f2d41e8c9028ecca0b0067e05da6636eb5a8f29d.zip
Add missing blank line preventing the bulleted list from rendering properly
Diffstat (limited to 'website')
-rw-r--r--website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc b/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
index c9db780c6e..af90fa3e2b 100644
--- a/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
+++ b/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
@@ -23,6 +23,7 @@ This can be used, for example, to add checks in the network stack for uninitiali
A number of bugs have been found using KMASN and the FreeBSD regression test suite; many have already been fixed (search for "KMSAN" in src commit logs for examples), and patches have been written for all others found so far.
Future work includes:
+
* Finishing the KMSAN port and committing it to the FreeBSD main branch.
* Enabling CI jobs to run the test suite with KASAN and KMSAN enabled.
* Adding link:https://syzkaller.appspot.com/freebsd[syzbot] configurations with KASAN and KMSAN enabled, and fixing bugs found it.