RE: memcpy failure in do_ssl3_write

2000-09-05 Thread Reddie, Steven
ry() calls around to try to locate the point of corruption. Regards, Steven > -Original Message- > From: Bill Browning [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 06, 2000 10:41 AM > To: '[EMAIL PROTECTED]' > Subject: memcpy failure in do_ssl3_write &

memcpy failure in do_ssl3_write

2000-09-05 Thread Bill Browning
I'm getting a memcpy failure on line 594 of ssl\s3_pkt.c (openssl 0.9.5.a).It seems to only happen when I have several threads (5 +) in the same application. It always occurs on the write, I have never had any problems on a read. Further it always happens in the server side. I've included a snippe