This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: network problem more info


On Fri, Aug 31, 2007 at 08:40:18AM -0400, Rick Davis wrote:
> Andrew,
> 
> I finally found the problem.
> 
> Bsd_accept in net\bsd_tcpip\current\src\sys\kern\sockio.c wasn't freeing sa.
> 
> Add the following at or around line 447. It has "done:" label on the "#else"
> portion of an "#if 0"
> 
> 	if (sa)
>  		FREE (sa, M_SONAME);
> 

Sorry, but that is not clear. Please produce a real patch.

       Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]