valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32550 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-29 22:29:51 +00:00
parent f22e55a270
commit 7353f481fa

View File

@ -22,3 +22,9 @@
fun:* fun:*
obj:/lib/ld-* obj:/lib/ld-*
} }
{
strlen(Cond)
Memcheck:Cond
fun:strlen
fun:*
}