From owner-cvs-all Fri Nov 13 01:44:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15077 for cvs-all-outgoing; Fri, 13 Nov 1998 01:44:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15072; Fri, 13 Nov 1998 01:44:09 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28186; Fri, 13 Nov 1998 01:44:13 -0800 (PST) Date: Fri, 13 Nov 1998 01:44:13 -0800 (PST) Message-Id: <199811130944.BAA28186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/13 01:44:12 PST Modified files: sys/nfs nfs_socket.c Log: Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to free() sometimes. Reviewed by: Eric Haug Revision Changes Path 1.47 +4 -2 src/sys/nfs/nfs_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message