[Lldb-commits] [PATCH] D156817: [lldb][windows] _wsopen_s does not accept bits other than `_S_IREAD | _S_IWRITE`

yshui via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 3 08:55:24 PDT 2023


yshui added a comment.

In D156817#4553045 <https://reviews.llvm.org/D156817#4553045>, @DavidSpickett wrote:

> What exactly are the other bits in the mode here, are we losing something important potentially? I guess it can't be that important if Windows rejects them.

I don't think so, group and other permission bits don't really make sense on Windows anyways, unless we use ACL or something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156817



More information about the lldb-commits mailing list