https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7756e32bcb3218e0d3b20c...
commit 7756e32bcb3218e0d3b20c06121e5d3e82ec2703 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sat Mar 24 13:19:42 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Sat Mar 24 13:19:42 2018 +0100
[WINTRUST_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/wintrust/register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/wintrust/register.c b/modules/rostests/winetests/wintrust/register.c index 42c5de68b3..32c8782749 100644 --- a/modules/rostests/winetests/wintrust/register.c +++ b/modules/rostests/winetests/wintrust/register.c @@ -224,7 +224,7 @@ static void test_AddDefaultForUsage(void) static void test_LoadFunctionPointers(void) { BOOL ret; - CRYPT_PROVIDER_FUNCTIONS funcs; + CRYPT_PROVIDER_FUNCTIONS funcs = {0}; GUID action = WINTRUST_ACTION_GENERIC_VERIFY_V2;
if (!pWintrustLoadFunctionPointers)