We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aed6a2 commit 894b00aCopy full SHA for 894b00a
include/linux/compiler-gcc.h
@@ -80,7 +80,11 @@
80
#define __noscs __attribute__((__no_sanitize__("shadow-call-stack")))
81
#endif
82
83
+#ifdef __SANITIZE_HWADDRESS__
84
+#define __no_sanitize_address __attribute__((__no_sanitize__("hwaddress")))
85
+#else
86
#define __no_sanitize_address __attribute__((__no_sanitize_address__))
87
+#endif
88
89
#if defined(__SANITIZE_THREAD__)
90
#define __no_sanitize_thread __attribute__((__no_sanitize_thread__))
0 commit comments