mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 04:29:12 -04:00
cdefs: Add __nosanitizecoverage
Obtained from: CheriBSD MFC after: 1 week
This commit is contained in:
parent
818c7b769a
commit
a78bacf3b0
1 changed files with 2 additions and 0 deletions
|
|
@ -719,9 +719,11 @@
|
|||
#define __nosanitizeaddress __attribute__((no_sanitize("address")))
|
||||
#define __nosanitizememory __attribute__((no_sanitize("memory")))
|
||||
#endif
|
||||
#define __nosanitizecoverage __attribute__((no_sanitize("coverage")))
|
||||
#define __nosanitizethread __attribute__((no_sanitize("thread")))
|
||||
#else
|
||||
#define __nosanitizeaddress
|
||||
#define __nosanitizecoverage
|
||||
#define __nosanitizememory
|
||||
#define __nosanitizethread
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue