Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upwindows/certificates: Fix bug in environment variable expansion #5697
Conversation
|
Maybe @muffins or @theopolis could look? Sorry for all the follow-ons |
I observed rare cases where it would just write 1 wchar_t and return. Add a loop that repeatedly retries up to 100 times before returning failure to the caller.
5ae7cdd
to
24f6032
This is a followup to #5640. This should be the last one :)
This fixes a bug in environment variable expansion that occurs when paths to Personal certificate directories are constructed for system accounts.