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

Update valgrind suppressions file

We haven't tweaked this in a while, but some of the old stuff seems to no
longer be necessary and there are a few new things we should add.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-01-19 12:22:33 -06:00
parent c49f198042
commit b40c8e2922

View File

@ -25,23 +25,24 @@
# if Param: name of system call param
# if Free: name of free-ing fn)
## OpenSSL suppressions, seen when invoking libfetch on a HTTPS URL
{
pacman-dlrelocate
openssl-supp-bin2bn
Memcheck:Cond
fun:_dl_relocate_object
obj:*ld-2.?.so
fun:BN_bin2bn
}
{
pacman-msgsnd
Memcheck:Param
msgsnd(msgp->mtext)
fun:*
openssl-supp-bits-word-cond
Memcheck:Cond
fun:BN_num_bits_word
}
{
pacman-utimensat
Memcheck:Param
utimensat(filename)
fun:*
openssl-supp-bits-word-value
Memcheck:Value8
fun:BN_num_bits_word
}
{
openssl-supp-mod-exp
Memcheck:Value8
fun:BN_mod_exp_mont_consttime
}