From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 8 09:40:10 2012 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 98D79106566B for ; Sun, 8 Jan 2012 09:40:10 +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 6D5528FC0C for ; Sun, 8 Jan 2012 09:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q089eAJg096518 for ; Sun, 8 Jan 2012 09:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q089eA6T096517; Sun, 8 Jan 2012 09:40:10 GMT (envelope-from gnats) Date: Sun, 8 Jan 2012 09:40:10 GMT Message-Id: <201201080940.q089eA6T096517@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Cc: Subject: Re: bin/83340: [patch] setnetgrent() and supporting functions don' t check malloc for failures X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2012 09:40:10 -0000 The following reply was made to PR bin/83340; it has been noted by GNATS. From: Dan Lukes To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/83340: [patch] setnetgrent() and supporting functions don't check malloc for failures Date: Sun, 08 Jan 2012 10:39:27 +0100 Unfortunately I have no appropriate environment also (nor I had it in 2005 year - such report has been created because of semi-automatic code analysis I did). But I reviewed your patch (I analyzed it from scratch - 7 years is soo long to remember details of my original proposal) and it should work good, YMHO. Dan