Skip to content

Implement fstatat

Josh Megnauth requested to merge josh/relibc:add-temporary-fstatat into master

Linux's variant uses the syscall as intended. Redox's variant uses fpath to build a path to pass to fstat from the file descriptor plus the file name. Unlike the syscall, this isn't atomic so the liminal space between fpath and fstat is subject to TOCTOU.

Merge request reports

Loading