mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
valgrind: Add suppression for glibc dlopen issue
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
obj:/lib64/ld-2.15.so
|
||||
}
|
||||
|
||||
{
|
||||
glibc_dlopen_alloc
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:_dlerror_run
|
||||
fun:dlopen@@GLIBC_2.2.5
|
||||
}
|
||||
|
||||
### VALGRIND
|
||||
{
|
||||
valgrind_exit_free_bug
|
||||
|
||||
Reference in New Issue
Block a user