CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/05/30 07:34:54

Modified files:
        sys/kern       : vfs_getcwd.c 

Log message:
Fix the initialization of bp before calling vfs_getcwd_common

It is bad style to make a pointer point outside the object
so correct this to simply point to the last byte up front.

ok deraadt@

Reply via email to