Commit ad4d97cbad7589451a0ff60550f7af4233c4aeda

Paul Eggert 2025-09-20T00:31:08

fchownat: fix unlikely EOVERFLOW bug * lib/fchownat.c (rpl_fchownat) [CHOWN_TRAILING_SLASH_BUG]: Do the right thing if fstatat fails with EOVERFLOW. This matters only on obsolete platforms like Solaris 9, but it’s easy to do it right. Simplify neighboring code.