CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/12/13 19:57:25
Modified files: sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/msdosfs : msdosfs_vnops.c sys/ntfs : ntfs_vnops.c Log message: Zero out dirent structures that will be copied out to avoid leaking garbage in the padding or trailing name bytes. ok beck@ millert@ espie@