Re: Bug causing crash on RedHat 6.0 and patch fixing it.

1999-05-15 Thread Bodo Moeller
On Sat, May 15, 1999 at 12:11:20PM +0200, Massimiliano Pala wrote: >> I've found interesting bug in OpenSSL crypto library. This bug causes >> crash in `make test' when building libcrypto as shared library on Linux >> RedHat 6.0. Probably, this bug can crash other utilities linked with >> OpenSSL

Re: Bug causing crash on RedHat 6.0 and patch fixing it.

1999-05-15 Thread Bodo Moeller
On Sat, May 15, 1999 at 07:02:19AM +0300, Oleg Girko wrote: > case BIO_C_SET_FILE_PTR: > file_free(b); > - b->shutdown=(int)num; > + b->shutdown=(int)num&BIO_CLOSE; > b->ptr=(char *)ptr; > b->init=1; Thanks; fixed. _

Re: Bug causing crash on RedHat 6.0 and patch fixing it.

1999-05-15 Thread Massimiliano Pala
Oleg Girko wrote: > > Hello people! > > I've found interesting bug in OpenSSL crypto library. This bug causes > crash in `make test' when building libcrypto as shared library on Linux > RedHat 6.0. Probably, this bug can crash other utilities linked with > OpenSSL on various system, dependent on

Bug causing crash on RedHat 6.0 and patch fixing it.

1999-05-15 Thread Oleg Girko
Hello people! I've found interesting bug in OpenSSL crypto library. This bug causes crash in `make test' when building libcrypto as shared library on Linux RedHat 6.0. Probably, this bug can crash other utilities linked with OpenSSL on various system, dependent on stdio implementation. The bu