util: Valgrind suppression addition
authorMitch Hayenga <mitch.hayenga@arm.com>
Wed, 23 Apr 2014 09:18:29 +0000 (05:18 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Wed, 23 Apr 2014 09:18:29 +0000 (05:18 -0400)
Adds a suppression rule to util/valgrind-suppressions due to a minor bug
present in zlib that has no impact on simulation.

util/valgrind-suppressions

index 861eb5c3d350ad8cae53db87466e48d9e20ecd20..6d0669a4362423e9384798f67782227c9f13bf1f 100644 (file)
    Memcheck:Value16
    fun:PyObject_Realloc
 }
-
+{
+   zlib error
+   Memcheck:Cond
+   fun:inflateReset2
+}