Module Name: src Committed By: snj Date: Sat Feb 14 08:11:07 UTC 2015
Modified Files: src/sys/fs/ntfs [netbsd-7]: ntfs_subr.c ntfs_vfsops.c Log Message: Pull up following revision(s) (requested by maxv in ticket #513): sys/fs/ntfs/ntfs_vfsops.c: revision 1.99, 1.100 sys/fs/ntfs/ntfs_subr.c: revision 1.59 Ensure bps != 0 to prevent a division by zero. Zero byte per sector makes no sense. -- Prevent another division by zero in ntfs_loadntnode() by ensuring spc != 0. -- Fix a node leak. Sent on tech-kern@, tested by martin@ To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.51.8.1 src/sys/fs/ntfs/ntfs_subr.c cvs rdiff -u -r1.94 -r1.94.2.1 src/sys/fs/ntfs/ntfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.