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 | 7f280d95d1bc92a8534d589b537b8e90e913099c (patch) | |
| tree | 4eddb3b2010881faa6c4bb5b156355bab8302b0b /cpp/src/tests | |
| parent | c8f6aec3357e12544f757ab47333c1e7dfb6139c (diff) | |
| download | qpid-python-7f280d95d1bc92a8534d589b537b8e90e913099c.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/qpid@780719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/.valgrind.supp | 20 |
1 files changed, 20 insertions, 0 deletions
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,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:* |
