From owner-cvs-all Mon Oct 22 9:13:41 2001 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 1DEFD37B403; Mon, 22 Oct 2001 09:13:39 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9MGDdH21999; Mon, 22 Oct 2001 09:13:39 -0700 (PDT) (envelope-from des) Message-Id: <200110221613.f9MGDdH21999@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 22 Oct 2001 09:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/22 09:13:39 PDT Modified files: sys/fs/procfs procfs_vnops.c Log: No, you may not /* FALLTHROUGH */. Not only will you return an incorrect result, but you'd corrupt the kernel malloc() arena if it weren't for a small but life-saving optimization in ioctl(). MFC after: 1 week Revision Changes Path 1.104 +2 -2 src/sys/fs/procfs/procfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message