From owner-cvs-all Tue Dec 28 7:27:44 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 590B014D4A; Tue, 28 Dec 1999 07:27:40 -0800 (PST) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96211; Tue, 28 Dec 1999 07:27:40 -0800 (PST) (envelope-from bp@FreeBSD.org) Message-Id: <199912281527.HAA96211@freefall.freebsd.org> From: Boris Popov Date: Tue, 28 Dec 1999 07:27:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c msdosfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 1999/12/28 07:27:39 PST Modified files: sys/msdosfs msdosfs_vfsops.c msdosfsmount.h Log: It is possible that number of sectors specified in the BPB will exceed FAT capacity. This will lead to kernel panic while other systems just limit number of clusters. PR: 4381, 15136 Reviewed by: phk Revision Changes Path 1.58 +15 -6 src/sys/msdosfs/msdosfs_vfsops.c 1.18 +1 -2 src/sys/msdosfs/msdosfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message