CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/09/12 03:04:51

Modified files:
        sys/isofs/cd9660: cd9660_vnops.c 
        sys/isofs/udf  : udf_vnops.c 
        sys/nfs        : nfs_vnops.c 
        sys/ntfs       : ntfs_vnops.c 
        sys/tmpfs      : tmpfs_subr.c 
        sys/ufs/ext2fs : ext2fs_lookup.c 
        sys/ufs/ufs    : ufs_vnops.c 

Log message:
Ensure that file names passed back by readdir do not include a '/'
character. The '/' char is the path separator and is not allowed in
any filename.

NFS specific report by Apple Security Engineering and Architecture (SEAR).

Input from guenther@ and millert@
OK beck@ miod@

Reply via email to