From ae50229cb5d2b1836f4f83e7a452ad0def514fe4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 6 Oct 2012 14:50:18 +0000 Subject: [PATCH 1/1] [NTDLL_APITEST] Initialize Length to default value. svn path=/trunk/; revision=57498 --- rostests/apitests/ntdll/RtlDosSearchPath_U.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/ntdll/RtlDosSearchPath_U.c b/rostests/apitests/ntdll/RtlDosSearchPath_U.c index 77117d5745e..b807ce46e23 100644 --- a/rostests/apitests/ntdll/RtlDosSearchPath_U.c +++ b/rostests/apitests/ntdll/RtlDosSearchPath_U.c @@ -101,7 +101,7 @@ CheckBuffer( START_TEST(RtlDosSearchPath_U) { NTSTATUS ExceptionStatus; - ULONG Length; + ULONG Length = 0; WCHAR Buffer[MAX_PATH]; PWSTR PartName; BOOLEAN Okay; -- 2.17.1