Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2024 23:10:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281740] [stand/cd9660] Paths including "." or ".." are not resolved (w/LOADER_VERIEXEC)
Message-ID:  <bug-281740-227-R8snrUbBi9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281740-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281740-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281740

--- Comment #3 from Simon J. Gerraty <sjg@FreeBSD.org> ---
cd9660 handling of ".." looks funky - would not be at all surprised if it d=
oes
not work

cd9660_stat() will certainly need work for LOADER_VERIEXEC to work.
Like most *_stat() calls in libsa it only poulates the absolute mininum of
struct stat
which is not enough for LOADER_VERIEXEC
If you look at ufs_stat() you can see I added setting of st_dev, st_ino and
st_mtime

So as is, I would not expect cd9660 to work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281740-227-R8snrUbBi9>