This is the mail archive of the ecos-patches@sources.redhat.com 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: Fix BSD Memory Leak


On Mon, Jul 28, 2003 at 11:04:02AM -0700, Jay Foster wrote:
> The attached patch fixes a memory leak in the BSD stack for eCos.  The
> accept() call would leak 48 bytes on each call.  The exact number of bytes
> leaked could vary on different platforms, as it depends on the amount of
> roundup done for alignment issues.  On my platform ARM7TDMI, it was 32 bytes
> + 16 (for roundup).
> 
> I also moved the splx(s) statement into the 'else' case of the conditional
> compile, since it corresponds with the splx() call in the 'if' portion of
> the conditional compile.

Thanks for the patch. Its been committed.

       Andrew


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