Re: cvs commit: openssl/crypto mem_dbg.c

2001-08-28 Thread Götz Babin-Ebell
[EMAIL PROTECTED] wrote: Index: mem_dbg.c === if (mh == NULL) return; + /* Need to turn off memory checking when allocated BIOs ... especially + * as we're creating them at a time when we're trying to

Re: cvs commit: openssl/crypto mem_dbg.c

2001-08-28 Thread Geoff Thorpe
Hi there, On Tue, 28 Aug 2001, [iso-8859-1] Götz Babin-Ebell wrote: + MemCheck_off(); if ((b=BIO_new(BIO_s_file())) == NULL) return; + MemCheck_on(); Um. If BIO_new(BIO_s_file()) fails, you yust turned mem checking of... :-) Indeed I did. Well