From owner-freebsd-bugs Thu Oct 9 07:12:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA02269 for bugs-outgoing; Thu, 9 Oct 1997 07:12:50 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA02258; Thu, 9 Oct 1997 07:12:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA00923; Thu, 9 Oct 1997 07:12:22 -0700 (PDT) Date: Thu, 9 Oct 1997 07:12:22 -0700 (PDT) Message-Id: <199710091412.HAA00923@freefall.freebsd.org> To: jlind@skypoint.com, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4652 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: fclose on NULL pointer causes rdist to Seg V with remote rdist can't run State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Thu Oct 9 07:11:28 PDT 1997 State-Changed-Why: Checking lfp for NULL before closing it is indeed the best solution and should work fine. Done, thanks!