From b40c8e292244c497ddb557428b8bd152ed7f0482 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 19 Jan 2011 12:22:33 -0600 Subject: 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 --- valgrind.supp | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'valgrind.supp') diff --git a/valgrind.supp b/valgrind.supp index 1a452082..94618c08 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -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 +} +{ + openssl-supp-bits-word-value + Memcheck:Value8 + fun:BN_num_bits_word } - { - pacman-utimensat - Memcheck:Param - utimensat(filename) - fun:* + openssl-supp-mod-exp + Memcheck:Value8 + fun:BN_mod_exp_mont_consttime } -- cgit v1.2.3-24-g4f1b