-
- Downloads
fdio: Use correct dfd with O_TMPFILE in rename case
While auditing this code to figure out why ostree's `tests/test-refs.sh` was failing, while the bug turned out to be different, I noticed that in the case where `dfd != target_dfd`, we failed to do the right `renameat()`. (No code I'm aware of does this now).
Please register or sign in to comment