flexnbd: Add valgrind suppressions for a bug in glibc-2.11

This commit is contained in:
nick
2013-02-15 13:35:21 +00:00
parent ac560bd907
commit 91085b87fc
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
avoid_glibc_bug_do_lookup
Memcheck:Addr8
fun:do_lookup_x
obj:*
fun:_dl_lookup_symbol_x
}
{
avoid_glibc_bug_check_match
Memcheck:Addr8
fun:check_match.12149
}