Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/19/2006 00:22:15
Module Name: src
Committed By: perseant
Date: Wed Apr 19 00:22:15 UTC 2006
Modified Files:
src/sys/ufs/lfs: lfs_inode.c
Log Message:
Avoid a possible sign overflow condition in lfs_truncate, which would result
in a buffer overflow (underflow). Coverity CID 1521.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/ufs/lfs/lfs_inode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.