From 1c4af9eaf53a16b30b25a052bebded816191bf76 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 8 Sep 2008 03:52:52 +0000 Subject: Fixed bug in intra-session TLS key rollover that was introduced with deferred authentication features in 2.1_rc8. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3316 e7ae566f-a301-0410-adde-c780ea21d3b5 --- debug/valgrind-suppress | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'debug/valgrind-suppress') diff --git a/debug/valgrind-suppress b/debug/valgrind-suppress index c62e569..bf30959 100644 --- a/debug/valgrind-suppress +++ b/debug/valgrind-suppress @@ -26,6 +26,34 @@ fun:main } +{ + + Memcheck:Addr8 + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/ld-2.5.so + obj:/lib/libc-2.5.so + obj:/lib/ld-2.5.so + fun:__libc_dlopen_mode + fun:__nss_lookup_function + obj:/lib/libc-2.5.so + fun:getgrnam_r + fun:getgrnam + fun:get_group + fun:do_init_first_time + fun:init_instance + fun:init_instance_handle_signals + fun:tunnel_server_udp + fun:main +} + { Memcheck:Addr8 -- cgit