mscoree/tests: Fix some uninitialized buffers.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2018-11-07 19:33:38 +01:00
parent 824d513585
commit 6427276c27
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ static void prepare_and_run_test(const char *dll_source, run_type run)
ULONG_PTR cookie;
HANDLE handle_context = 0;
path_manifest_exe[0] = path_manifest_dll[0] = path_dll_source[0] = 0;
GetTempPathA(MAX_PATH, path_tmp);
GetTempPathA(MAX_PATH, path_tmp_manifest);
PathAppendA(path_tmp_manifest, "manifests");