CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/03/03 10:58:12

Modified files:
        sys/kern       : Tag: OPENBSD_7_8 vfs_lookup.c 

Log message:
Unveil fix for traversing up at a mount point in vfs_lookup.

This fixes an issue where we could use the wrong unveil
when we had a path starting with a .. starting from a directory
that was a mount point, and also was unveiled.

The fix ensures we remember traversing the unveil before
descending into the underlying filesystem.

fix by semarie@ with testing by me and deraadt@ and others

from beck@; ok deraadt@

this is errata/7.8/019_unveil_mount.patch.sig

Reply via email to