From b2f54ec4947b60b9d989cb887f6c62c93a738e02 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 20 May 2008 14:36:04 +0000 Subject: removed openvpn source code --- src/openvpn/debug/valgrind-suppress | 310 ------------------------------------ 1 file changed, 310 deletions(-) delete mode 100644 src/openvpn/debug/valgrind-suppress (limited to 'src/openvpn/debug/valgrind-suppress') diff --git a/src/openvpn/debug/valgrind-suppress b/src/openvpn/debug/valgrind-suppress deleted file mode 100644 index 48fa55f..0000000 --- a/src/openvpn/debug/valgrind-suppress +++ /dev/null @@ -1,310 +0,0 @@ -# Valgrind suppressions file for OpenVPN. -# -# Mostly deal with uninitialized data warnings -# in OpenSSL. - -{ - test1 - Memcheck:Cond - fun:BN_* -} - -{ - test2 - Memcheck:Value4 - fun:BN_* -} - -{ - test3 - Memcheck:Cond - fun:bn_* -} - -{ - test4 - Memcheck:Value4 - fun:bn_* -} - -{ - test5 - Memcheck:Cond - fun:getrn -} - -{ - test6 - Memcheck:Value4 - fun:getrn -} - -{ - test7 - Memcheck:Value4 - fun:lh_retrieve -} - -{ - test8 - Memcheck:Cond - fun:lh_retrieve -} - -{ - test10 - Memcheck:Cond - fun:RSA_verify -} - -{ - test11 - Memcheck:Value4 - fun:RSA_verify -} - -{ - test12 - Memcheck:Value4 - fun:AES_set_encrypt_key -} - -{ - test13 - Memcheck:Value4 - fun:AES_set_decrypt_key -} - -{ - test14 - Memcheck:Value4 - fun:AES_decrypt -} - -{ - test15 - Memcheck:Value4 - fun:BF_encrypt -} - -{ - test16 - Memcheck:Cond - fun:tls1_enc -} - -{ - test17 - Memcheck:Value4 - fun:tls1_enc -} - -{ - test18 - Memcheck:Cond - fun:ssl3_read_bytes -} - -{ - test19 - Memcheck:Cond - fun:SHA1_Update -} - -{ - test20 - Memcheck:Value4 - fun:SHA1_Update -} - -{ - test21 - Memcheck:Cond - fun:SHA1_Final -} - -{ - test22 - Memcheck:Value4 - fun:SHA1_Final -} - -{ - test23 - Memcheck:Value4 - fun:ssl3_read_bytes -} - -{ - test24 - Memcheck:Cond - fun:ssl3_get_message -} - -{ - test25 - Memcheck:Cond - fun:BUF_MEM_grow_clean -} - -{ - test26 - Memcheck:Cond - fun:memcpy - fun:ssl3_read_bytes -} - -{ - test27 - Memcheck:Value4 - fun:memcpy - fun:ssl3_read_bytes -} - -{ - test28 - Memcheck:Cond - fun:MD5_Update -} - -{ - test29 - Memcheck:Value4 - fun:MD5_Update -} - -{ - test30 - Memcheck:Cond - fun:ssl3_get_finished -} - -{ - test31 - Memcheck:Value4 - fun:ssl3_get_finished -} - -{ - test32 - Memcheck:Cond - fun:MD5_Final -} - -{ - test33 - Memcheck:Value4 - fun:MD5_Final -} - -{ - test34 - Memcheck:Value4 - fun:AES_encrypt -} - -{ - test35 - Memcheck:Cond - fun:sha1_block_asm_data_order -} - -{ - test36 - Memcheck:Cond - fun:ssl3_read -} - -{ - test37 - Memcheck:Cond - fun:SSL_get_error -} - -{ - test38 - Memcheck:Cond - fun:BIO_read -} - -{ - test39 - Memcheck:Value4 - fun:memset -} - -{ - test40 - Memcheck:Cond - fun:ssl_read -} - -{ - test41 - Memcheck:Cond - fun:memset -} - -{ - test42 - Memcheck:Cond - fun:ssl3_read_internal -} - -{ - test43 - Memcheck:Cond - fun:ssl3_get_cert_verify -} - -{ - test44 - Memcheck:Leak - fun:malloc - fun:gc_malloc - fun:alloc_buf_gc - fun:construct_name_value -} - -{ - test45 - Memcheck:Leak - fun:malloc - fun:default_malloc_ex -} - -{ - test46 - Memcheck:Leak - fun:malloc - fun:gc_malloc - fun:add_env_item - fun:manage_env -} - -{ - test47 - Memcheck:Cond - fun:lzo1x_1_15_compress -} - -{ - test48 - Memcheck:Value4 - fun:DES_set_key_unchecked -} - -{ - test49 - Memcheck:Value4 - fun:DES_encrypt2 -} - -{ - test50 - Memcheck:Leak - fun:malloc - fun:_IO_getdelim - fun:getline - fun:getpass -} -- cgit v1.2.3