From owner-cvs-all Sat Sep 2 5:32: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5077A37B422; Sat, 2 Sep 2000 05:31:59 -0700 (PDT) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44206; Sat, 2 Sep 2000 05:31:59 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200009021231.FAA44206@freefall.freebsd.org> From: Don Lewis Date: Sat, 2 Sep 2000 05:31:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/09/02 05:31:58 PDT Modified files: sys/kern vfs_syscalls.c Log: access() shouldn't diddle with the contents of a potentially shared credential. Create a temporary copy of the current credential and modify the copy. Submitted by: tegge Revision Changes Path 1.164 +19 -9 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message