[Bug 281740] [stand/cd9660] Paths including "." or ".." are not resolved (w/LOADER_VERIEXEC)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Oct 2024 23:10:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281740

--- Comment #3 from Simon J. Gerraty <sjg@FreeBSD.org> ---
cd9660 handling of ".." looks funky - would not be at all surprised if it does
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.

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