Oh interesting.  I'll try rebuilding OpenSSL again then.

Micah

On Fri, 13 Feb 2009, Christoph Bartoschek wrote:

>
> > Ok, I rebuilt OpenSSL with the -DPURIFY and I was able to get a more useful
> > warning reported by valgrind.  It is now warning me about
> > SocketSSLReceive() which was called SocketReceive() from the previous
> > warning.
> >
> > int bytes = SSL_read( socket->ssl.conn, (void *)buffer, length);
> > if ( bytes > 0 ) {
> >     ...
> >
> > It warns about the if line above.  After googling around a bit I've found
> > people claiming that SSL should run clean.  So, now I have to wonder if it
> > is our SSL BIO.... Guess I've got more code to look through.
>
> As far as I know -DPURIFY is not enough for a valgrind-clean OpenSSL.
>
> Look for example at:
> http://markmail.org/message/k5rxi7ezb72ccgsn
>
> Christoph
>
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to