Module Name: src
Committed By: martin
Date: Mon Dec 29 16:28:14 UTC 2014
Modified Files:
src/sys/ufs/ffs [netbsd-7]: ffs_vfsops.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #352):
sys/ufs/ffs/ffs_vfsops.c: revision 1.301
Limit the superblock size to SBLOCKSIZE, not MAXBSIZE. Otherwise memcpy
will read beyond the allocated buffer.
Discussed a bit on tech-kern@.
To generate a diff of this commit:
cvs rdiff -u -r1.299.2.1 -r1.299.2.2 src/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.