From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25403 invoked by alias); 15 Jun 2004 20:09:50 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 25384 invoked from network); 15 Jun 2004 20:09:49 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 15 Jun 2004 20:09:49 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 17E72357B; Tue, 15 Jun 2004 13:09:48 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i5FK9lOi009694; Tue, 15 Jun 2004 13:09:47 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i5FK9jAk009690; Tue, 15 Jun 2004 13:09:45 -0700 Date: Tue, 15 Jun 2004 20:09:00 -0000 Message-Id: <200406152009.i5FK9jAk009690@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers , kimdon@esrf.fr Subject: Re: [PATCH] Fix BZ #219 In-Reply-To: Jakub Jelinek's message of Monday, 14 June 2004 13:42:44 +0200 <20040614114243.GU5191@sunsite.ms.mff.cuni.cz> Emacs: because you deserve a brk today. X-SW-Source: 2004-06/txt/msg00031.txt.bz2 > 2004-06-14 Jakub Jelinek > > [BZ #219] > * nss/nsswitch.c (free_mem) : Don't try to close a library handle > if the handle is invalid. Patch by David Kimdon . Applied. Thanks, Roland