1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/ldb/tests/ldb_kv_ops_test.valgrind
Gary Lockyer 201684e59f lib ldb ldb_key_value tests: Add tests for wrapped operations
Add test exercising the sub/nested transactions wrapping the key value
operations.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-06-21 04:27:12 +00:00

98 lines
1.5 KiB
Plaintext

{
Memory allocated by setup
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:setup
}
{
Memory allocated by setup
Memcheck:Leak
match-leak-kinds: possible
fun:realloc
...
fun:setup
}
{
Memory allocated by ldb_init
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ldb_init
}
{
Memory allocated by ldb_init
Memcheck:Leak
match-leak-kinds: possible
fun:realloc
...
fun:ldb_init
}
{
Memory allocated by noconn_setup
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:noconn_setup
}
{
Memory allocated by parse, which allocates on the NULL context
Memcheck:Leak
match-leak-kinds: all
fun:malloc
...
fun:parse
}
{
Memory allocated by tdb_parse_data
Memcheck:Leak
match-leak-kinds: all
fun:malloc
...
fun:tdb_parse_data
}
{
Memory allocated by ldb_connect
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ldb_connect
}
{
Memory allocated by ldb_connect
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:ldb_connect
}
{
Memory allocated by ldb_kv_cache_load
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ldb_kv_cache_load
}
{
Memory allocated by ldb_kv_index_load
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ldb_kv_index_load
}
{
Memory allocated by ldb_asprintf_errstring
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ldb_asprintf_errstring
}