valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 22:41:37 +0000 (22:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 22:41:37 +0000 (22:41 +0000)
SVN-Revision: 32551

utils/valgrind/files/default.supp

index 4d4193a5490d987e717490d5e8143cb601189798..25fd01f0083a4bafff9ec7165c4c41435ecc489b 100644 (file)
@@ -28,3 +28,9 @@
        fun:strlen
        fun:*
 }
+{
+       strnlen(Cond)
+       Memcheck:Cond
+       fun:strnlen
+       fun:*
+}