Skip to content

Commit 942f2dd

Browse files
committed
Issue python#14171: Add valgrind suppressions for OpenSSL issue.
Patch by Zooko O'Whielacronx.
1 parent f7dabd8 commit 942f2dd

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Misc/valgrind-python.supp

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,38 @@
310310
### fun:MD5_Update
311311
###}
312312

313+
# Fedora's package "openssl-1.0.1-0.1.beta2.fc17.x86_64" on x86_64
314+
# See http://bugs.python.org/issue14171
315+
{
316+
openssl 1.0.1 prng 1
317+
Memcheck:Cond
318+
fun:bcmp
319+
fun:fips_get_entropy
320+
fun:FIPS_drbg_instantiate
321+
fun:RAND_init_fips
322+
fun:OPENSSL_init_library
323+
fun:SSL_library_init
324+
fun:init_hashlib
325+
}
326+
327+
{
328+
openssl 1.0.1 prng 2
329+
Memcheck:Cond
330+
fun:fips_get_entropy
331+
fun:FIPS_drbg_instantiate
332+
fun:RAND_init_fips
333+
fun:OPENSSL_init_library
334+
fun:SSL_library_init
335+
fun:init_hashlib
336+
}
337+
338+
{
339+
openssl 1.0.1 prng 3
340+
Memcheck:Value8
341+
fun:_x86_64_AES_encrypt_compact
342+
fun:AES_encrypt
343+
}
344+
313345
#
314346
# All of these problems come from using test_socket_ssl
315347
#

0 commit comments

Comments
 (0)