From f7a66767251bdbb0e727b636d8abb036c1a043b5 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 4 Jun 2008 07:23:20 +0000 Subject: Fixed unbounded memory growth bug in environmental variable code that could have caused long-running OpenVPN sessions with many TLS renegotiations to incrementally increase memory usage over time. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2981 e7ae566f-a301-0410-adde-c780ea21d3b5 --- debug/valgrind-suppress | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debug') diff --git a/debug/valgrind-suppress b/debug/valgrind-suppress index 69e2a3f..612c45e 100644 --- a/debug/valgrind-suppress +++ b/debug/valgrind-suppress @@ -114,3 +114,17 @@ Memcheck:Cond obj:/lib/ld-2.5.so } + +{ + + Memcheck:Leak + fun:malloc + fun:CRYPTO_malloc + fun:sk_new + obj:/usr/lib/libssl.so.0.9.8 + fun:SSL_COMP_get_compression_methods + fun:SSL_library_init + fun:init_ssl_lib + fun:init_static + fun:main +} -- cgit v1.2.3