]> granicus.if.org Git - python/commitdiff
Issue #14171: Add valgrind suppressions for OpenSSL issue.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Mar 2012 20:16:39 +0000 (21:16 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Mar 2012 20:16:39 +0000 (21:16 +0100)
Patch by Zooko O'Whielacronx.

Misc/valgrind-python.supp

index 20dbf1e7b8d938f400476cd5e5014ded3a84ce94..95e1b9e80fe44320e5da8c4de2c818af3c304560 100644 (file)
 ###   fun:MD5_Update
 ###}
 
+# Fedora's package "openssl-1.0.1-0.1.beta2.fc17.x86_64" on x86_64
+# See http://bugs.python.org/issue14171
+{
+   openssl 1.0.1 prng 1
+   Memcheck:Cond
+   fun:bcmp
+   fun:fips_get_entropy
+   fun:FIPS_drbg_instantiate
+   fun:RAND_init_fips
+   fun:OPENSSL_init_library
+   fun:SSL_library_init
+   fun:init_hashlib
+}
+
+{
+   openssl 1.0.1 prng 2
+   Memcheck:Cond
+   fun:fips_get_entropy
+   fun:FIPS_drbg_instantiate
+   fun:RAND_init_fips
+   fun:OPENSSL_init_library
+   fun:SSL_library_init
+   fun:init_hashlib
+}
+
+{
+   openssl 1.0.1 prng 3
+   Memcheck:Value8
+   fun:_x86_64_AES_encrypt_compact
+   fun:AES_encrypt
+}
+
 #
 # All of these problems come from using test_socket_ssl
 #