Author: greatlrd Date: Wed Apr 26 08:59:24 2006 New Revision: 21743
URL: http://svn.reactos.ru/svn/reactos?rev=21743&view=rev Log: [AUDIT] after looking through code no signs of reverse engineering were found. BUG 1437 patch from w3seek : SMSS: Fix using uninitialized variable
Modified: trunk/reactos/base/system/smss/initwkdll.c (contents, props changed)
Modified: trunk/reactos/base/system/smss/initwkdll.c URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/base/system/smss/initwkdll.c... ============================================================================== --- trunk/reactos/base/system/smss/initwkdll.c (original) +++ trunk/reactos/base/system/smss/initwkdll.c Wed Apr 26 08:59:24 2006 @@ -92,7 +92,6 @@ { DPRINT1("Failed to check the image checksum\n");
- NtClose(SectionHandle); NtClose(FileHandle);
return STATUS_SUCCESS;
Propchange: trunk/reactos/base/system/smss/initwkdll.c ------------------------------------------------------------------------------ --- svn:needs-lock (original) +++ svn:needs-lock (removed) @@ -1,1 +1,0 @@ -*