[PATCH] D96308: [llvm-objcopy] Avoid rename if input filename = output filename

Kees Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 10:46:16 PST 2021


kees added a comment.

Is it possible to plumb fd instead of pathname? Then fchown(), fsetxattr(), etc, can all be used?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96308/new/

https://reviews.llvm.org/D96308



More information about the llvm-commits mailing list