Re: Valgrind suppressions?

2005-05-19 Thread Brad Hards
On Mon, 16 May 2005 02:04 am, Nils Larsch wrote: a lot of these warnings are caused by the fact that openssl uses uninitialized memory when creating random numbers etc. . They should be harmless but you may try to build openssl with the -DPURIFY to reduce the number of warnings Thanks Nils -

Valgrind suppressions?

2005-05-15 Thread Brad Hards
not just suppress all of these, because they might indicate where I'm doing something wrong, rather than an openssl issue. Does anyone have a set of valgrind suppressions for openssl 0.9.7 (any version, ideally 0.9.7g though)? Would you be willing to make them available? Brad pgpz5qu3xNHTu.pgp

Re: Valgrind suppressions?

2005-05-15 Thread Nils Larsch
-elf.s) I'd rather not just suppress all of these, because they might indicate where I'm doing something wrong, rather than an openssl issue. Does anyone have a set of valgrind suppressions for openssl 0.9.7 (any version, ideally 0.9.7g though)? Would you be willing to make them available? a lot