[ros-diffs] [greatlrd] 21743: [AUDIT] after looking through code no signs of reverse engineering were found. BUG 1437 patch from w3seek : SMSS: Fix using uninitialized variable

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Wed Apr 26 06:59:25 CEST 2006


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?rev=21743&r1=21742&r2=21743&view=diff
==============================================================================
--- 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 @@
-*




More information about the Ros-diffs mailing list