Author: kgiusti
Date: Fri Apr 5 15:25:17 2013
New Revision: 1465007
URL: http://svn.apache.org/r1465007
Log:
NO-JIRA: add more supressions for older versions of OpenSSL
Modified:
qpid/proton/trunk/tests/python/proton_tests/valgrind.supp
Modified: qpid/proton/trunk/tests/python/proton_tests/valgrind.supp
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/tests/python/proton_tests/valgrind.supp?rev=1465007&r1=1465006&r2=1465007&view=diff
==============================================================================
--- qpid/proton/trunk/tests/python/proton_tests/valgrind.supp (original)
+++ qpid/proton/trunk/tests/python/proton_tests/valgrind.supp Fri Apr 5
15:25:17 2013
@@ -1,13 +1,62 @@
{
- SSL ssl3_ctx_ctrl uses uninitialized data (expected) - 1
- Memcheck:Value8
- ...
+ SSL does a number of uninitialized accesses (expected) 1
+ Memcheck:Cond
+ fun:BN_bin2bn
+ obj:*
+ obj:*
fun:ssl3_ctx_ctrl
}
{
- SSL ssl3_ctx_ctrl uses uninitialized data (expected) - 2
+ SSL does a number of uninitialized accesses (expected) 2
Memcheck:Cond
- ...
+ fun:BN_num_bits_word
+ fun:BN_num_bits
+ fun:BN_mod_exp_mont_consttime
+ obj:*
+ fun:ssl3_ctx_ctrl
+}
+
+{
+ SSL does a number of uninitialized accesses (expected) 3
+ Memcheck:Value8
+ fun:BN_num_bits_word
+ fun:BN_num_bits
+ fun:BN_mod_exp_mont_consttime
+ obj:*
fun:ssl3_ctx_ctrl
}
+
+{
+ SSL does a number of uninitialized accesses (expected) 4
+ Memcheck:Value8
+ fun:BN_mod_exp_mont_consttime
+ obj:*
+ fun:ssl3_ctx_ctrl
+}
+
+{
+ Since we can never safely uninitialize SSL, allow this
+ Memcheck:Leak
+ fun:_vgrZU_libcZdsoZa_realloc
+ fun:CRYPTO_realloc
+ fun:lh_insert
+ obj:/lib64/libcrypto.so.0.9.8e
+ fun:ERR_load_strings
+ fun:ERR_load_X509V3_strings
+ fun:ERR_load_crypto_strings
+ fun:SSL_load_error_strings
+}
+
+{
+ Since we can never safely uninitialize SSL, allow this
+ Memcheck:Leak
+ fun:_vgrZU_libcZdsoZa_malloc
+ fun:CRYPTO_malloc
+ fun:lh_new
+ fun:OBJ_NAME_init
+ fun:OBJ_NAME_add
+ fun:EVP_add_cipher
+ fun:SSL_library_init
+}
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]