From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 24 02:50:05 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F477106566C for ; Mon, 24 Oct 2011 02:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 464CF8FC0A for ; Mon, 24 Oct 2011 02:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9O2o5bh075013 for ; Mon, 24 Oct 2011 02:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9O2o5v7075012; Mon, 24 Oct 2011 02:50:05 GMT (envelope-from gnats) Date: Mon, 24 Oct 2011 02:50:05 GMT Message-Id: <201110240250.p9O2o5v7075012@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Harry Coin Cc: Subject: Re: kern/161884: Gssapi/krb5 memory leak, massive krb5.conf re-read slowness X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harry Coin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 02:50:05 -0000 The following reply was made to PR kern/161884; it has been noted by GNATS. From: Harry Coin To: bug-followup@FreeBSD.org, hcoin@quietfountain.com Cc: Subject: Re: kern/161884: Gssapi/krb5 memory leak, massive krb5.conf re-read slowness Date: Sun, 23 Oct 2011 21:31:21 -0500 Withdrawn entirely as I found the the static 'create_key' mechanism in the odd do { } while(0) construction in the GSS... define. This can be closed, it was an error to have filed it.