git: 4cd7e82a4c7a - main - cdefs: Add a default definition for __nosanitizememory

Mark Johnston markj at FreeBSD.org
Fri Jul 23 14:49:57 UTC 2021


The branch main has been updated by markj:

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

commit 4cd7e82a4c7aed19dd722afa809466d5a45765d6
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-07-23 14:30:00 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-07-23 14:30:00 +0000

    cdefs: Add a default definition for __nosanitizememory
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 sys/sys/cdefs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 6c9d219a7885..4db720d08b9f 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -888,6 +888,7 @@
 #define __nosanitizethread	__attribute__((no_sanitize("thread")))
 #else
 #define __nosanitizeaddress
+#define __nosanitizememory
 #define __nosanitizethread
 #endif
 


More information about the dev-commits-src-main mailing list