repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove 'Escape' from token character class
[smatch.git]
/
validation
/
attr-no_sanitize_address.c
blob
b57ee55a5b90593dd4815036663bedda0e74da3e
1
#define __no_sanitize_address __attribute__((no_sanitize_address))
2
3
static void
__no_sanitize_address
bar
(
void
)
4
{
5
}
6
7
/*
8
* check-name: attribute no_sanitize_address
9
*/