1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

extends valgrind.supp and adds quick instructions.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
Chantry Xavier 2008-01-11 22:50:25 +01:00 committed by Dan McGee
parent 8372a9e8c7
commit 8ffa6fa7ad

View File

@ -1,5 +1,8 @@
# pacman suppressions for valgrind.
# right now, I really just care about those stupid dl_relocates
#
# To have valgrind use this file (and have pactest use it as well),
# just create a ~/.valgrindrc containing the following line:
# --suppressions=/full/path/to/valgrind.supp
#
# Format of this file is:
# {
@ -29,3 +32,16 @@
obj:*ld-2.?.so
}
{
pacman-msgsnd
Memcheck:Param
msgsnd(msgp->mtext)
fun:*
}
{
pacman-utimensat
Memcheck:Param
utimensat(filename)
fun:*
}