Date: Wed, 29 Dec 2010 11:19:39 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c Message-ID: <201012291119.oBTBJtDK084490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-12-29 11:19:39 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_inode.c Log: SVN rev 216792 on 2010-12-29 11:19:39Z by kib Use a proper type for the variable holding the summary size of the inode data. Otherwise, on 32bit systems, unlinked inode which size is the multiple of 4GB was not truncated, causing corruption. Reported by: brucec Reviewed by: mckusick Tested by: pho Revision Changes Path 1.73 +1 -1 src/sys/ufs/ufs/ufs_inode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012291119.oBTBJtDK084490>