Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/05/1999 04:09:05
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Sep  5 11:09:04 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs_vnops.c

Log Message:
ntfs_read(), ntfs_write(): pass the uio struct to appropriate read/write
	routines - avoids potential DoS attack and closes an easy way to force
	the kernel to panic
	* for read(), DTRT WRT offset bigger than file size
ntfs_strategy(): adapt to ntfs_readattr() change
ntfs_readdir(): use ntfs_u28() to translate the file name characters
	to 8bit encoding, avoid excessive intendation, reformat the
	debug messages slightly


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/ntfs/ntfs_vnops.c

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