From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5157 invoked by alias); 31 Aug 2007 12:47:08 -0000 Received: (qmail 5142 invoked by uid 22791); 31 Aug 2007 12:47:07 -0000 X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 31 Aug 2007 12:47:03 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1IR5tq-0001oa-00; Fri, 31 Aug 2007 14:46:58 +0200 Date: Fri, 31 Aug 2007 12:47:00 -0000 From: Andrew Lunn To: Rick Davis Cc: 'Ecos-Discuss' Message-ID: <20070831124658.GB3789@lunn.ch> Mail-Followup-To: Rick Davis , 'Ecos-Discuss' References: <009401c7ebb5$65c20310$31460930$@net> <20070831122659.GA3789@lunn.ch> <009a01c7ebcc$16afe370$440faa50$@net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009a01c7ebcc$16afe370$440faa50$@net> User-Agent: Mutt/1.5.16 (2007-06-11) X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] network problem more info X-SW-Source: 2007-08/txt/msg00181.txt.bz2 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