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
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
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