public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Rick Davis <rickdavisjr@comcast.net>
Cc: 'Ecos-Discuss' <ecos-discuss@ecos.sourceware.org>
Subject: Re: [ECOS] network problem more info
Date: Fri, 31 Aug 2007 12:47:00 -0000	[thread overview]
Message-ID: <20070831124658.GB3789@lunn.ch> (raw)
In-Reply-To: <009a01c7ebcc$16afe370$440faa50$@net>

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

  reply	other threads:[~2007-08-31 12:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31  9:58 Rick Davis
2007-08-31 12:27 ` Andrew Lunn
2007-08-31 12:40   ` Rick Davis
2007-08-31 12:47     ` Andrew Lunn [this message]
2007-08-31 14:03     ` Alok Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070831124658.GB3789@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=rickdavisjr@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).