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:
parent
6cd82c1116
commit
564cc801c6
1 changed files with 5 additions and 1 deletions
|
@ -109,5 +109,9 @@
|
||||||
Memcheck:Value16
|
Memcheck:Value16
|
||||||
fun:PyObject_Realloc
|
fun:PyObject_Realloc
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
zlib error
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:inflateReset2
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue