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