Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Soren S. Jorvang <soren@netbsd.org>
List: source-changes
Date: 01/13/2004 13:38:18
Module Name:	src
Committed By:	soren
Date:		Tue Jan 13 13:38:18 UTC 2004

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

Log Message:
With large average filesizes, it was possible to overflow dirsize to zero,
causing a division by zero in ffs_dirpref().

From Barry Bouwsma of Tiengen.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 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.