diff options
Diffstat (limited to 'contrib/ci/sssd.supp')
-rw-r--r-- | contrib/ci/sssd.supp | 29 |
1 files changed, 29 insertions, 0 deletions
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 +} |