Skip to content

Commit

Permalink
util: Valgrind suppression addition
Browse files Browse the repository at this point in the history
Adds a suppression rule to util/valgrind-suppressions due to a minor bug
present in zlib that has no impact on simulation.
  • Loading branch information
Mitch Hayenga committed Apr 23, 2014
1 parent 6cd82c1 commit 564cc80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion util/valgrind-suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
Memcheck:Value16
fun:PyObject_Realloc
}

{
zlib error
Memcheck:Cond
fun:inflateReset2
}

0 comments on commit 564cc80

Please sign in to comment.