CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2019/07/18 12:06:18

Modified files:
        sys/kern       : vfs_lookup.c 

Log message:
Fix unveiling nonexistent files on read-only filesystems

Account for VOP_LOOKUP(9) returning EROFS, otherwise unveil(2) would
pass the error along and fail.

Initial report and diff from semarie
OK bluhm millert

Reply via email to