From owner-cvs-all Wed Sep 29 13:12:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CD314E2C; Wed, 29 Sep 1999 13:12:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02719; Wed, 29 Sep 1999 13:12:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909292012.NAA02719@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 13:12:43 -0700 (PDT) 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 marcel 1999/09/29 13:12:43 PDT Modified files: sys/nfs nfs_socket.c Log: Careless use of struct proc *p caused major problems. 'p' is allowed to be NULL in this function (nfs_sigintr). Reorder the statements and guard them all with a single if (p != NULL). reported, reviewed and tested by: jdp Revision Changes Path 1.56 +9 -5 src/sys/nfs/nfs_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message