Re: [openssl.org #674] bug report - lock_dbg_cb

2003-08-14 Thread RANDYSCMM1
Please remove me from this list.  I mistakenly got put on it as something else, and I know nothing about the tech-talk on these messages. Thanks. Randy Shaw <>

[openssl.org #674] bug report - lock_dbg_cb

2003-08-14 Thread Bodo Moeller via RT
Thanks for the report. This has now been corrected in the CVS. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

[openssl.org #674] bug report - lock_dbg_cb

2003-08-14 Thread Ulf Nordin via RT
Bug: Array accessed out of bounds instead of error message. Version: openssl-0.9.7b OS: All File: ssltest.c, openssl.c Function: lock_dbg_cb The out of bounds check type > CRYPTO_NUM_LOCKS fails to prevent a type == CRYPTO_NUM_LOCKS to index the modes[CRYPTO_NUM_LOCKS] array.