Re: REPOST: Read from uninitialized memory

2001-08-22 Thread Lutz Jaenicke
On Tue, Aug 21, 2001 at 01:27:27PM -0700, Patrick Li wrote: I used purify as I figured out it may give me some directions on why my SSL client program is failing randomly. As purify reported 3 places there are reading from memory leaks. 1. SHA1_Update: I ignored this one as it is

Re: REPOST: Read from uninitialized memory

2001-08-22 Thread Edson Watanabe
--- Patrick Li [EMAIL PROTECTED] escreveu: Hi Lutz, Thanks for replying my question. I used purify as I figured out it may give me some directions on why my SSL client program is failing randomly. As purify reported 3 places there are reading from memory leaks. ... Well, I don't

Re: REPOST: Read from uninitialized memory

2001-08-21 Thread Lutz Jaenicke
On Mon, Aug 20, 2001 at 12:33:58PM -0700, Patrick Li wrote: I am trying to investigate some random failure of the SSL client program that I wrote in openssl. I ran it under PURIFY and it pointed out that my program has performed uninitialized memory leak in HASH_UPDATE function (details