mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-09-02 17:21:15 +03:00
25 lines
278 B
Plaintext
25 lines
278 B
Plaintext
### CHECK
|
|
{
|
|
check emalloc
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:emalloc
|
|
}
|
|
|
|
{
|
|
check setup_pipe
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:fdopen@@GLIBC_2.2.5
|
|
fun:tmpfile@@GLIBC_2.2.5
|
|
fun:setup_pipe
|
|
}
|
|
|
|
{
|
|
check erealloc
|
|
Memcheck:Leak
|
|
fun:realloc
|
|
fun:erealloc
|
|
}
|
|
|