public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] cdefs: Add a default definition for __nosanitizememory
@ 2022-07-11  9:53 Sebastian Huber
  0 siblings, 0 replies; only message in thread
From: Sebastian Huber @ 2022-07-11  9:53 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f537ff8ee5c34ceef43d8e1e1b427b65ddaa8967

commit f537ff8ee5c34ceef43d8e1e1b427b65ddaa8967
Author: Mark Johnston <markj@FreeBSD.org>
Date:   Fri Jul 23 10:30:00 2021 -0400

    cdefs: Add a default definition for __nosanitizememory
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation

Diff:
---
 newlib/libc/include/sys/cdefs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/newlib/libc/include/sys/cdefs.h b/newlib/libc/include/sys/cdefs.h
index 7eb6c0430..b3508f3a9 100644
--- a/newlib/libc/include/sys/cdefs.h
+++ b/newlib/libc/include/sys/cdefs.h
@@ -714,6 +714,7 @@
 #define __nosanitizethread	__attribute__((no_sanitize("thread")))
 #else
 #define __nosanitizeaddress
+#define __nosanitizememory
 #define __nosanitizethread
 #endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-11  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11  9:53 [newlib-cygwin] cdefs: Add a default definition for __nosanitizememory Sebastian Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).