[Lldb-commits] [lldb] [lldb][windows] Use GetEnvironmentVariableW instead of _wgetenv (PR #199015)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu May 21 06:39:25 PDT 2026
charles-zablit 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.
I searched on stack overflow for empirical findings, but I couldn't find anything unfortunately.
https://github.com/llvm/llvm-project/pull/199015
More information about the lldb-commits
mailing list