Count the end of the szApplicationName in the right units. (coverity 551).

svn path=/trunk/; revision=36422
This commit is contained in:
Art Yerkes
2008-09-23 09:28:44 +00:00
parent a6b7e20ad4
commit 5a637c03db
+1 -1
View File
@@ -243,7 +243,7 @@ StartScreenSaver(
HKEY hKey = NULL;
WCHAR szApplicationName[MAX_PATH];
WCHAR szCommandLine[MAX_PATH + 3];
DWORD bufferSize = sizeof(szApplicationName)- 1;
DWORD bufferSize = (sizeof(szApplicationName) / sizeof(WCHAR)) - 1;
DWORD dwType;
STARTUPINFOW StartupInfo;
PROCESS_INFORMATION ProcessInformation;