> We have this section of code:
> 1. new_body = api_filter(origin_resp_body,origin_resp_body_len);
> 2. origin_resp_body_len = new_body->length;
> 3. origin_resp_body = new_body->data;
>
> I figure that the memory leak is occuring with origin_resp_body being
> assigned to the new_body
> buf
Hi
I have the netapp code they release for icap server. Ive ported it to FreeBSD.
And I have found
there is a memory leak in the code itself. Ive tried contacting netapp
directly, but no reply.
Their code can be found at : http://www.i-cap.org/spec/icap-server10.tar.gz
Ive been trying to fix t
2 matches
Mail list logo