RE: Memory Leaks in crypto\err.c

2001-04-19 Thread heyun . x . zheng
leaks reported by tools ususally include a lot of potential ones. That means, in the error conditions, the leaking will be possible. If you believe it, you should make every possible means to check all parametes before you make call to that function. Heyun Zheng [EMAIL PROTECTED] -Ori

RE: Memory Leaks... in d2i_X509_CRL function...

2001-04-19 Thread heyun . x . zheng
I have used those openssl functions you mentioned and did not see any leaking. I have looked your code carefully and do not see any wrong either. Heyun Zheng [EMAIL PROTECTED] -Original Message- From: aslam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:27 PM To: opens

RE: OCSP memory leaks

2001-04-06 Thread heyun . x . zheng
To avoid crashes, you should first check the pointer to be cleaned. if it is NULL, do not free it any more. In your case, pOCSPBasic, pID may be already cleaned by previous clean ups. Hope this help. Heyun Zheng [EMAIL PROTECTED] -Original Message- From: tsk [mailto:[EMAIL PROTECT