Date: Wed, 15 Sep 2004 11:29:57 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Sean Chittenden <chitt@speakeasy.net> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING src/etc/defaults rc.conf src/etc/rc.d Makefile ntpd rpcbind Message-ID: <20040915082957.GA2158@orion.daedalusnetworks.priv> In-Reply-To: <A2B420B4-06BA-11D9-B5B2-000A95C705DC@speakeasy.net> References: <200409140301.i8E31cvR099301@repoman.freebsd.org> <20040914111440.GA44424@orion.daedalusnetworks.priv> <A2B420B4-06BA-11D9-B5B2-000A95C705DC@speakeasy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-09-14 18:57, Sean Chittenden <chitt@speakeasy.net> wrote: > >The last two lines are probably a bug in rcorder triggered by the > >circular dependency, but let's leave this for latter. > > Yeah, it's a double free(3). If you comment out the calls to free(3) > the bl_list, r_tmp, pnode, and fnode (and their _tmp counter parts), > you'll prevent the double free(3). I know that's not the correct > solution, but since rcorder is such a short lived process with a > limited role (albeit an important one), I think it'd be an okay > solution for now. > [...] > Regardless, for the time being, I have put ntpdate back in rpcbind. -sc I'm fine with ntpdate back in the tree. The rcorder code is a bit out of my limits for now. Thank you Sean :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040915082957.GA2158>