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
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.
_
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
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