git: e0cc56603518 - main - kasan.9: Note the header required for kasan_mark()
Mark Johnston
markj at FreeBSD.org
Mon Aug 9 17:49:30 UTC 2021
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=e0cc5660351834c999b64c0606c320a2ea474d01
commit e0cc5660351834c999b64c0606c320a2ea474d01
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-08-06 01:52:49 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-08-09 17:27:52 +0000
kasan.9: Note the header required for kasan_mark()
Sponsored by: The FreeBSD Foundation
---
share/man/man9/kasan.9 | 1 +
1 file changed, 1 insertion(+)
diff --git a/share/man/man9/kasan.9 b/share/man/man9/kasan.9
index 68bcc9fdbf3a..61d8daf6c345 100644
--- a/share/man/man9/kasan.9
+++ b/share/man/man9/kasan.9
@@ -45,6 +45,7 @@ kernel configuration file:
.Cd "options KASAN"
.Ed
.Pp
+.In sys/asan.h
.Ft void
.Fn kasan_mark "const void *addr" "size_t size" "size_t redzsize" "uint8_t code"
.Sh DESCRIPTION
More information about the dev-commits-src-main
mailing list