diff options
| author | Gordon Sim <gsim@apache.org> | 2009-06-01 16:47:55 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-06-01 16:47:55 +0000 |
| commit | 0be2a3e2b81fb5c4ffbd9d46aba1233b9e0f2766 (patch) | |
| tree | d641dd70cb1e15d00d0c1b8be635671008105374 /qpid/cpp/src/tests | |
| parent | 76f6eff2182452a64a73d6010205278b0a1056b5 (diff) | |
| download | qpid-python-0be2a3e2b81fb5c4ffbd9d46aba1233b9e0f2766.tar.gz | |
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@780719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/.valgrind.supp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/.valgrind.supp b/qpid/cpp/src/tests/.valgrind.supp index 9984c18151..5e40a0db89 100644 --- a/qpid/cpp/src/tests/.valgrind.supp +++ b/qpid/cpp/src/tests/.valgrind.supp @@ -1,4 +1,24 @@ { + 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 fun:* |
