[ros-dev] [ros-diffs] [dgorbachev] 27187: Improve FIXME comment. For future generations of developers. :)

Alex Ionescu ionucu at videotron.ca
Fri Jun 15 20:51:06 CEST 2007


Is it really that hard to realize the line of code should've been:

LdrEntry->SectionPointer = Section;



-----Original Message-----
From: ros-diffs-bounces at reactos.org [mailto:ros-diffs-bounces at reactos.org] On Behalf Of dgorbachev at svn.reactos.org
Sent: Friday, June 15, 2007 5:12 AM
To: ros-diffs at reactos.org
Subject: [ros-diffs] [dgorbachev] 27187: Improve FIXME comment. For future generations of developers. :)

Author: dgorbachev
Date: Fri Jun 15 16:11:48 2007
New Revision: 27187

URL: http://svn.reactos.org/svn/reactos?rev=27187&view=rev
Log:
Improve FIXME comment. For future generations of developers. :)

Modified:
    trunk/reactos/ntoskrnl/mm/sysldr.c

Modified: trunk/reactos/ntoskrnl/mm/sysldr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/sysldr.c?rev=27187&r1=27186&r2=27187&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/sysldr.c (original)
+++ trunk/reactos/ntoskrnl/mm/sysldr.c Fri Jun 15 16:11:48 2007
@@ -1767,7 +1767,7 @@
                                    NtHeader->OptionalHeader.AddressOfEntryPoint);
     LdrEntry->SizeOfImage = DriverSize;
     LdrEntry->CheckSum = NtHeader->OptionalHeader.CheckSum;
-    LdrEntry->SectionPointer = NULL; // ?
+    LdrEntry->SectionPointer = NULL; // FIXME: Bug 2151.
 
     /* Now write the DLL name */
     LdrEntry->BaseDllName.Buffer = (PVOID)(LdrEntry + 1);





More information about the Ros-dev mailing list