Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2021 00:33:21 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d364264b29bc - stable/13 - cdefs: Add a default definition for __nosanitizememory
Message-ID:  <202107300033.16U0XLQq043749@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

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

commit d364264b29bca40de1a8fd728637be42644c4259
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-07-23 14:30:00 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-07-30 00:32:58 +0000

    cdefs: Add a default definition for __nosanitizememory
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 4cd7e82a4c7aed19dd722afa809466d5a45765d6)
---
 sys/sys/cdefs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index ff461db9ec2e..85e9ea227150 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -872,6 +872,7 @@
 #define __nosanitizethread	__attribute__((no_sanitize("thread")))
 #else
 #define __nosanitizeaddress
+#define __nosanitizememory
 #define __nosanitizethread
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107300033.16U0XLQq043749>