You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/10/23 16:36:46 UTC

[44/50] [abbrv] qpid-proton git commit: NO-JIRA: Add valgrind suppressions for FreeBSD 10.2

NO-JIRA: Add valgrind suppressions for FreeBSD 10.2


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6a306163
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6a306163
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6a306163

Branch: refs/heads/go1
Commit: 6a306163f94d363a586b3bf68554e2696cfac826
Parents: 60aafbc
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Oct 22 07:14:10 2015 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Oct 22 14:55:04 2015 -0400

----------------------------------------------------------------------
 tests/python/proton_tests/valgrind.supp | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6a306163/tests/python/proton_tests/valgrind.supp
----------------------------------------------------------------------
diff --git a/tests/python/proton_tests/valgrind.supp b/tests/python/proton_tests/valgrind.supp
index 17974aa..3cb5034 100644
--- a/tests/python/proton_tests/valgrind.supp
+++ b/tests/python/proton_tests/valgrind.supp
@@ -32,6 +32,26 @@
 }
 
 {
+   SSL does a number of uninitialized accesses (FreeBSD version)
+   Memcheck:Value8
+   fun:BN_num_bits_word
+   fun:BN_num_bits
+   fun:BN_mod_exp_mont_consttime
+   fun:BN_mod_exp_mont
+   obj:*libcrypto.so*
+   fun:ssl3_ctx_ctrl
+}
+
+{
+   SSL does a number of uninitialized accesses (FreeBSD version)
+   Memcheck:Value8
+   fun:BN_mod_exp_mont_consttime
+   fun:BN_mod_exp_mont
+   obj:*libcrypto.so*
+   fun:ssl3_ctx_ctrl
+}
+
+{
    SSL does a number of uninitialized accesses (expected) 5
    Memcheck:Value4
    fun:BN_mod_exp_mont_consttime


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org