mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cdefs: Add a default definition for __nosanitizememory
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
90959dd1e5
commit
4cd7e82a4c
1 changed files with 1 additions and 0 deletions
|
|
@ -888,6 +888,7 @@
|
|||
#define __nosanitizethread __attribute__((no_sanitize("thread")))
|
||||
#else
|
||||
#define __nosanitizeaddress
|
||||
#define __nosanitizememory
|
||||
#define __nosanitizethread
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue