[ceph-users] ceph-users mailing list

2015-05-25 Thread heyun
___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

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

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

RE: Getting the public key

2001-04-16 Thread heyun . x . zheng
]] Sent: Friday, April 13, 2001 3:37 PM To: [EMAIL PROTECTED] Subject: RE: Getting the private key put your certificate into a PEM formate and you get a string. Heyun Zheng [EMAIL PROTECTED] -Original Message- From: Dana.Lupu [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 6

RE: Getting the private key

2001-04-13 Thread heyun . x . zheng
put your certificate into a PEM formate and you get a string. Heyun Zheng [EMAIL PROTECTED] -Original Message- From: Dana.Lupu [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 6:23 AM To: openssl-dev Subject: Getting the private key Hello, i have a problem, hope u can help

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