[libcxx-commits] [PATCH] D118134: [libc++] Fix TOCTOU issue with std::filesystem::remove_all

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 25 05:15:17 PST 2022


ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

https://bugs.chromium.org/p/llvm/issues/detail?id=19
rdar://87912416


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118134

Files:
  libcxx/include/__filesystem/directory_options.h
  libcxx/src/filesystem/directory_iterator.cpp
  libcxx/src/filesystem/operations.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/toctou.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118134.402865.patch
Type: text/x-patch
Size: 8025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220125/861dfb30/attachment-0001.bin>


More information about the libcxx-commits mailing list