summaryrefslogtreecommitdiff
path: root/src/valgrind.sup
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-06 15:22:00 +0200
committerantirez <antirez@gmail.com>2011-07-06 15:22:00 +0200
commitcabe03eb758a898e5c0e6906890fd7ede0cc2be1 (patch)
tree569c410b97b3777cd0483dd38f0e9d9ef6f44fca /src/valgrind.sup
parent10ba492fa3674117a9af0c3c80bed90fc415847d (diff)
downloadredis-cabe03eb758a898e5c0e6906890fd7ede0cc2be1.tar.gz
more valgrind friendly test
Diffstat (limited to 'src/valgrind.sup')
-rw-r--r--src/valgrind.sup12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/valgrind.sup b/src/valgrind.sup
index 7ba757548..3024d63bc 100644
--- a/src/valgrind.sup
+++ b/src/valgrind.sup
@@ -3,3 +3,15 @@
Memcheck:Cond
fun:lzf_compress
}
+
+{
+ <lzf_unitialized_hash_table>
+ Memcheck:Value4
+ fun:lzf_compress
+}
+
+{
+ <lzf_unitialized_hash_table>
+ Memcheck:Value8
+ fun:lzf_compress
+}