projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77005f0
)
Switch off UBSan for sha1 to reduce number of log messages
sandbox/vbarinov/ubsan
author
Slava Barinov
<v.barinov@samsung.com>
Fri, 7 Oct 2016 11:50:57 +0000
(14:50 +0300)
committer
Slava Barinov
<v.barinov@samsung.com>
Fri, 7 Oct 2016 11:51:01 +0000
(14:51 +0300)
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
strcache.c
patch
|
blob
|
history
diff --git
a/strcache.c
b/strcache.c
index ff6a2d1fd4be414509ebad399d2390b089db41fc..2fdee69bf70f6175abf37ab9257e656f250b6c19 100644
(file)
--- a/
strcache.c
+++ b/
strcache.c
@@
-72,6
+72,7
@@
new_cache ()
return new;
}
+__attribute__((no_sanitize_undefined))
static const char *
add_string (const char *str, unsigned int len)
{