4 Jan
2017
4 Jan
'17
4:50 a.m.
On 02/01/17 22:51, Rikard Falkeborn wrote:
This was spotted on Arch Linux, most likely it was introduced when fakechroot was updated to 2.19-1.
Valgrind suggests to add the following suppression, which can be tweaked to fit an already existing one.
{ <insert_a_suppression_name_here> Memcheck:Leak match-leak-kinds: reachable fun:calloc obj:/usr/lib/libdl-2.24.so fun:dlsym obj:/usr/lib/libfakeroot/fakechroot/libfakechroot.so fun:bindtextdomain obj:/usr/lib/libgpg-error.so.0.20.0 fun:call_init.part.0 fun:_dl_init obj:/usr/lib/ld-2.24.so obj:* obj:* obj:* }
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Thanks!