diff options
-rw-r--r-- | extratests/suppressions | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extratests/suppressions b/extratests/suppressions index 44fb771d..c5738547 100644 --- a/extratests/suppressions +++ b/extratests/suppressions @@ -44,3 +44,17 @@ fun:calloc fun:add_proto_name } + +{ + libnl1_malloc_leak + Memcheck:Leak + fun:malloc + fun:strdup + obj:/usr/lib/libnl.so.1.1 +} +{ + libnl1_calloc_leak + Memcheck:Leak + fun:calloc + obj:/usr/lib/libnl.so.1.1 +} |