(racoon 647) Re: memory leaks in racoon?
Mike Tancsa <[email protected]>
| Newsgroups | gmane.network.ipv6.kame.racoon |
|---|---|
| Message-ID | <[email protected]> |
Hi,
This patch does not seem to be in the current CVS and
snapshot. Is this not considered as a correct fix ?
---Mike
At 11:21 AM 02/08/2004, Ganesan R wrote:
> >>>>> "Vijay" == Vijay <[email protected]> writes:
>
> > I also faced the same issue with the some ssl version previous to
> > openssl-0.9.7l using openssl-0.9.7l solved the problem.
>
> > I think some hash functions have memory leak..
>
>It did turn out to be a problem because of not calling HMAC_cleanup() after
>HMAC_Final() in crypto_openssl.c. The attached patch fixes the leak for me.
>
>Ganesan
>