https://bugs.kde.org/show_bug.cgi?id=508638

--- Comment #3 from Paul Floyd <[email protected]> ---
OK this is my fault. In 52dddd460b0778f862c062c82d8d2819f740c268 I messed up
the handling of AT_FDCWD in mknodat

f6f7cae623 (Paul Floyd 2023-02-25 16:09:41 +0100)    PRE_MEM_RASCIIZ(
"mknodat(pathname)", ARG2 );
52dddd460b (Paul Floyd 2025-08-23 14:19:33 +0200)    if (!ML_(fd_allowed)(ARG1,
"mknodat", tid, False))
52dddd460b (Paul Floyd 2025-08-23 14:19:33 +0200)      
SET_STATUS_Failure(VKI_EBADF);
f6f7cae623 (Paul Floyd 2023-02-25 16:09:41 +0100) }

The FreeBSD generic wrappers for bindat, connectat, chflagsat and utimesat all
have the same problem.

Whilst I'm at it, Linux openat2 has a message referring to openat (copy and
paste)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to