projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0a59d
)
valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 22:29:51 +0000
(22:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 22:29:51 +0000
(22:29 +0000)
SVN-Revision: 32550
utils/valgrind/files/default.supp
patch
|
blob
|
history
diff --git
a/utils/valgrind/files/default.supp
b/utils/valgrind/files/default.supp
index ada71f9f9b202a99ab3a6cbc6bd7def819bb68fc..4d4193a5490d987e717490d5e8143cb601189798 100644
(file)
--- a/
utils/valgrind/files/default.supp
+++ b/
utils/valgrind/files/default.supp
@@
-22,3
+22,9
@@
fun:*
obj:/lib/ld-*
}
+{
+ strlen(Cond)
+ Memcheck:Cond
+ fun:strlen
+ fun:*
+}