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:
parent
c49f198042
commit
b40c8e2922
1 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue