]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Fix looking up /dev/tty/ (BZ 34070) master
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Apr 2026 22:39:16 +0000 (00:39 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 14 Apr 2026 22:41:31 +0000 (00:41 +0200)
commit263efd544542c8fd991d8b483d69da5ca60b3181
tree584984bd7156b12b32140fc9db4245d149dd3593
parentf85ca9fbda500c3ff8934f38e815a5deceff177f
hurd: Fix looking up /dev/tty/ (BZ 34070)

We need to keep the heading / to properly get an ENOTDIR, and set
file_name rather than change the retryname content.

Also, *result is normally used for the startdir.
hurd/lookup-retry.c