[PATCH] D69418: [llvm-ar] Add output option for extract operation

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 01:53:21 PDT 2019


ruiu added a comment.

Thank you very much for adding it to GNU ar! Great work.

It looks like GNU ar doesn't allow to extract files to a parent directory,  so that ar with the --output option wouldn't clobber users' files outside of the current directory. Maybe we should add the same safety harness?


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

https://reviews.llvm.org/D69418





More information about the llvm-commits mailing list