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:
689c2a9
)
valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2012 15:20:20 +0000
(15:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2012 15:20:20 +0000
(15:20 +0000)
SVN-Revision: 32552
utils/valgrind/files/default.supp
patch
|
blob
|
history
diff --git
a/utils/valgrind/files/default.supp
b/utils/valgrind/files/default.supp
index 25fd01f0083a4bafff9ec7165c4c41435ecc489b..beff55984c93a491ad5b025a4bbb3c4f86bde3fe 100644
(file)
--- a/
utils/valgrind/files/default.supp
+++ b/
utils/valgrind/files/default.supp
@@
-34,3
+34,9
@@
fun:strnlen
fun:*
}
+{
+ index(Cond)
+ Memcheck:Cond
+ fun:index
+ fun:*
+}