Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/27/2005 11:45:56
Module Name:	src
Committed By:	dsl
Date:		Sun Nov 27 11:45:56 UTC 2005

Modified Files:
	src/sys/ufs/ffs: ffs_alloc.c

Log Message:
Force some multiplies to give a 64 bit result to avoid dirsize being zero
and causing a divide by zero trap later.
Fixes a panic noted in netbsd-help.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/ufs/ffs/ffs_alloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.