From 6d6f41d688e32b4530744e06de221dfc4f019042 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 4 Dec 2014 21:12:45 +0100 Subject: CI: Suppress memory errors from poptGetNextOpt Nikolai Kondrashov --- contrib/ci/sssd.supp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'contrib/ci') diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp index 5bd8c8d69..b9d13cdd6 100644 --- a/contrib/ci/sssd.supp +++ b/contrib/ci/sssd.supp @@ -122,3 +122,32 @@ fun:exit fun:(below main) } + +# long-standing memory leak in popt +{ + popt-memleak-from-poptGetNextOpt-malloc + Memcheck:Leak + fun:malloc + ... + fun:poptGetNextOpt + fun:main +} + +# long-standing memory leak in popt +{ + popt-memleak-from-poptGetNextOpt-realloc + Memcheck:Leak + fun:realloc + ... + fun:poptGetNextOpt + fun:main +} + +# popt was not good with read access either. Applies for popt <= 1.13 +{ + popt-suppress-invalid-read + Memcheck:Addr4 + ... + fun:poptGetNextOpt + fun:main +} -- cgit