Commit in reactos/ntoskrnl/mm on MAIN
section.c+2-11.147 -> 1.148
Make MmQuerySectionView tell how many bytes it actually did set. Fixes VirtualQuery.

reactos/ntoskrnl/mm
section.c 1.147 -> 1.148
diff -u -r1.147 -r1.148
--- section.c	10 Apr 2004 22:35:26 -0000	1.147
+++ section.c	1 May 2004 00:25:41 -0000	1.148
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: section.c,v 1.147 2004/04/10 22:35:26 gdalsnes Exp $
+/* $Id: section.c,v 1.148 2004/05/01 00:25:41 tamlin Exp $
  *
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/mm/section.c
@@ -2041,6 +2041,7 @@
       Info->Type = MEM_MAPPED;
    }
 
+   *ResultLength = sizeof(MEMORY_BASIC_INFORMATION);
    return(STATUS_SUCCESS);
 }
 
CVSspam 0.2.8