[Lldb-commits] [lldb] [lldb][windows] Use GetEnvironmentVariableW instead of _wgetenv (PR #199015)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 21 06:34:20 PDT 2026


DavidSpickett wrote:

> The does do not guarantee that GetEnvironmentVariable is thread safe. Closing this.

If you can make an argument that it's a bit more safe than the other function, I'd accept that.

https://github.com/llvm/llvm-project/pull/199015


More information about the lldb-commits mailing list