[SHELL32] In _SHGetUserShellFolderPath(), check the return value of _SHExpandEnvironm...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 22 Sep 2018 21:37:43 +0000 (23:37 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 22 Sep 2018 22:16:06 +0000 (00:16 +0200)
commite29609147b6da48f4a0166b39be8664a996b06b8
tree08e5c05542f04f969d4ea8f4f2fc16088c243811
parent41a5b11fcd3e6cae64185d7e51b8ed9800d87ecd
[SHELL32] In _SHGetUserShellFolderPath(), check the return value of _SHExpandEnvironmentStrings()
and bail out if it failed. That way we won't use and cache in the registry an invalid-expanded string.

CORE-14981
dll/win32/shell32/wine/shellpath.c