From 7f280d95d1bc92a8534d589b537b8e90e913099c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 1 Jun 2009 16:47:55 +0000 Subject: QPID-1819: ensure that security layer implementation can cope with the case where the max allowed input to cyrus sal routines isless than the max frame size in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@780719 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/.valgrind.supp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp index 9984c18151..5e40a0db89 100644 --- a/cpp/src/tests/.valgrind.supp +++ b/cpp/src/tests/.valgrind.supp @@ -1,3 +1,23 @@ +{ + Reported on FC5 and RHEL5 when md5 sasl libs are installed + Memcheck:Leak + fun:* + fun:_dl_map_object_from_fd + fun:_dl_map_object + fun:openaux + fun:_dl_catch_error + fun:_dl_map_object_deps + fun:dl_open_worker + fun:_dl_catch_error + fun:_dl_open + fun:dlopen_doit + fun:_dl_catch_error + fun:_dlerror_run + fun:dlopen@@GLIBC_2.2.5 + fun:_sasl_get_plugin + fun:_sasl_load_plugins + fun:sasl_client_init +} { Benign leak in CPG - patched version. Memcheck:Leak -- cgit v1.2.1