OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Tue Dec 04 2007 - 13:32:13 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2007/12/04 12:32:13

Modified files:
        sys/ufs/mfs : mfs_extern.h mfs_vfsops.c mfs_vnops.c

Log message:
fix out of partition/memory bounds access when accessing blocks at the tail
end; avoids bad address errors; original diff by me with cleanup by
millert; ok millert