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