util: Valgrind suppression addition
Adds a suppression rule to util/valgrind-suppressions due to a minor bug present in zlib that has no impact on simulation.
This commit is contained in:
@@ -109,5 +109,9 @@
|
|||||||
Memcheck:Value16
|
Memcheck:Value16
|
||||||
fun:PyObject_Realloc
|
fun:PyObject_Realloc
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
zlib error
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:inflateReset2
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user