From owner-cvs-all Sat Jun 22 11: 7:13 2002 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 2148037B407; Sat, 22 Jun 2002 11:07:06 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MI76497358; Sat, 22 Jun 2002 11:07:06 -0700 (PDT) (envelope-from mux) Message-Id: <200206221807.g5MI76497358@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 22 Jun 2002 11:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/sys mount.h 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 mux 2002/06/22 11:07:05 PDT Modified files: sys/kern vfs_syscalls.c sys/sys mount.h Log: o Remove the initialization of unused fields in the struct uio now that we don't use uiomove() anymore. o Enforce stricter checks on the length of the iov's in nmount(2) since we now malloc() them individually and corrupted iov's could make the kernel crash in malloc() with "kmem_map too small". Reviewed by: phk Revision Changes Path 1.261 +5 -25 src/sys/kern/vfs_syscalls.c 1.129 +1 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message