https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262895

--- Comment #13 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=78ea1fcf29a780fb6bd90e41772d5a3751fb56d7

commit 78ea1fcf29a780fb6bd90e41772d5a3751fb56d7
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2024-05-13 08:40:12 +0000
Commit:     Dag-Erling Smørgrav <d...@freebsd.org>
CommitDate: 2024-05-23 02:43:49 +0000

    access.2: Mention that lstat(2) should be used for symbolic links

    access(), eaccess() and faccessat() will always dereference
    symbolic links.

    So add a note in the manual page, that lstat(2) should be
    used in the case of symbolic links.

    PR:     262895
    Reviewed by:    gbe, pauamma_gundo.com
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D44890

    (cherry picked from commit 421025a274fb5759b3ecc8bdb30b24db830b45ae)

 lib/libc/sys/access.2 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to