projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd82c1
)
util: Valgrind suppression addition
author
Mitch Hayenga
<mitch.hayenga@arm.com>
Wed, 23 Apr 2014 09:18:29 +0000
(
05:18
-0400)
committer
Mitch 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
patch
|
blob
|
history
diff --git
a/util/valgrind-suppressions
b/util/valgrind-suppressions
index 861eb5c3d350ad8cae53db87466e48d9e20ecd20..6d0669a4362423e9384798f67782227c9f13bf1f 100644
(file)
--- a/
util/valgrind-suppressions
+++ b/
util/valgrind-suppressions
@@
-109,5
+109,9
@@
Memcheck:Value16
fun:PyObject_Realloc
}
-
+{
+ zlib error
+ Memcheck:Cond
+ fun:inflateReset2
+}