summaryrefslogtreecommitdiffstats
path: root/QA
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-27 12:36:55 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-27 12:36:55 (GMT)
commitcc974fa85908278cce941b0d28e3178ef0b87b8c (patch)
treeb909905e91726e461be6dc17e9b4686b23d52444 /QA
parentad8e8feaabb0a35e7e816340fae474d132483275 (diff)
downloadswift-cc974fa85908278cce941b0d28e3178ef0b87b8c.zip
swift-cc974fa85908278cce941b0d28e3178ef0b87b8c.tar.bz2
Fix valgrind warnings & leaks.
Diffstat (limited to 'QA')
-rw-r--r--QA/valgrind.supp22
1 files changed, 22 insertions, 0 deletions
diff --git a/QA/valgrind.supp b/QA/valgrind.supp
index 6074c58..8601b60 100644
--- a/QA/valgrind.supp
+++ b/QA/valgrind.supp
@@ -53,6 +53,12 @@
}
{
+ <insert_a_suppression_name_here>
+ Memcheck:Cond
+ fun:BN_num_bits
+}
+
+{
<insert a suppression name here>
Memcheck:Value4
fun:BN_mod_exp_mont_consttime
@@ -67,4 +73,20 @@
fun:BN_mod_exp_mont
}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Value8
+ fun:BN_num_bits
+}
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Value8
+ fun:BN_mod_exp_mont_consttime
+}
+
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Cond
+ fun:*mersenne_twister*
+}