mirror of
https://github.com/fluencelabs/musl
synced 2025-06-01 00:51:41 +00:00
in the case where a non-symlink file was replaced by a symlink during the fchmodat operation with AT_SYMLINK_NOFOLLOW, mode change on the new symlink target was successfully suppressed, but the error was not reported. instead, fchmodat simply returned 0.