valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes warnings

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

View File

@ -28,3 +28,9 @@
fun:strlen
fun:*
}
{
strnlen(Cond)
Memcheck:Cond
fun:strnlen
fun:*
}