From 37fafa6bcb304ef0b67c4cc244dcca73044472a7 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Apr 01 2019 21:15:48 +0000 Subject: ci/sssd.supp: getpwuid() leak suppression Supresses following error: 4,096 bytes in 1 blocks are definitely lost in loss record 67 of 83 at 0x4C2CDCB: malloc (vg_replace_malloc.c:299) by 0xB8F8627: ??? by 0xB91EF3F: ??? by 0xB90E112: ??? by 0x9992974: getpwuid_r@@GLIBC_2.2.5 (in /usr/lib64/libc-2.26.so) by 0x99920D7: getpwuid (in /usr/lib64/libc-2.26.so) This https://sourceware.org/bugzilla/show_bug.cgi?id=2314#c8 might be related. This problem seems to be afecting Fedora < F28 Reviewed-by: Jakub Hrozek --- diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp index ac6f1d4..a87b03f 100644 --- a/contrib/ci/sssd.supp +++ b/contrib/ci/sssd.supp @@ -221,3 +221,16 @@ fun:set_default_locale fun:main } + +# glibc nsswitch (getpwuid) leak +# Seems to be affecting Fedora < F28 +{ + glibc-nss-getpwuid + Memcheck:Leak + fun:malloc + ... + fun:getpwuid_r@@GLIBC_2.2.5 + fun:getpwuid + ... + fun:main +}