From owner-cvs-src@FreeBSD.ORG Mon Apr 21 11:57:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F3237B401; Mon, 21 Apr 2003 11:57:47 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697C643FBD; Mon, 21 Apr 2003 11:57:46 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id D7E674D; Mon, 21 Apr 2003 13:57:45 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 34D2D78C66; Mon, 21 Apr 2003 13:57:45 -0500 (CDT) Date: Mon, 21 Apr 2003 13:57:45 -0500 From: "Jacques A. Vidrine" To: "Andrey A. Chernov" Message-ID: <20030421185745.GC69882@madman.celabo.org> References: <200304211544.h3LFiPJ6065083@repoman.freebsd.org> <20030421185615.GA34222@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421185615.GA34222@nagual.pp.ru> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/include nss_tls.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 18:57:47 -0000 On Mon, Apr 21, 2003 at 10:56:15PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 08:44:25 -0700, Jacques Vidrine wrote: > > nectar 2003/04/21 08:44:25 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/include nss_tls.h > > Log: > > Correct a bug that was somehow both obvious and hard-to-see. :-) > > An incorrectly-sized allocation was being made due to an incorrect > > argument to the `sizeof' operator. Obvious, because it violated the > > `foo = malloc(sizeof(*foo))' idiom. Hard-to-see, because it was a > > missing `*' (`*p' versus `**p'). > > > > Resulting failure was > > Reported by: ache > > Thanx, "indexer" bug is gone after this commit. Great! Thanks for your report and your patience. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se