libuv: uv_os_tmpdir, uv_os_homedir behavior on windows when TMP is empty string
On windows it seems that uv_os_tmpdir’s behavior when the environment variable TMP is set to an empty string is incorrect, the function returns fine and no error is raised, even though the sz and buffer look to contain random chars.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 20 (18 by maintainers)
Ah, ok. I can confirm that GetTempPathW does return garbage.