mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
valgrind: add suppression for bash memory leak
Add suppression for memory leak in bash observerd with bash 4.4.011 on Arch Linux. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
This commit is contained in:
parent
723fef99c0
commit
5d82a2085f
@ -32,6 +32,17 @@
|
||||
...
|
||||
obj:*/bin/bash
|
||||
}
|
||||
{
|
||||
bashMemoryLeak4
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
fun:xmalloc
|
||||
fun:set_default_locale
|
||||
fun:main
|
||||
...
|
||||
obj:*/bin/bash
|
||||
}
|
||||
#
|
||||
# Failure seen in /usr/lib64/ld-2.15.so
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user