The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e0cc5660351834c999b64c0606c320a2ea474d01

commit e0cc5660351834c999b64c0606c320a2ea474d01
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-08-06 01:52:49 +0000
Commit:     Mark Johnston <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to