From 01a3fd2a8be2f90cc1a111e7f2fcc33194eeed7a Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 24 May 2003 17:14:41 +0000 Subject: [PATCH] - Initialize TableBase in PsCreatePeb. svn path=/trunk/; revision=4749 --- reactos/ntoskrnl/ps/process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ps/process.c b/reactos/ntoskrnl/ps/process.c index cfef27a6637..edc49fa1534 100644 --- a/reactos/ntoskrnl/ps/process.c +++ b/reactos/ntoskrnl/ps/process.c @@ -1,4 +1,4 @@ -/* $Id: process.c,v 1.104 2003/05/21 15:05:47 ekohl Exp $ +/* $Id: process.c,v 1.105 2003/05/24 17:14:41 hbirr Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -340,6 +340,7 @@ PsCreatePeb(HANDLE ProcessHandle, ViewSize = 0; SectionOffset.QuadPart = 0LL; + TableBase = NULL; Status = MmMapViewOfSection(NlsSectionObject, Process, &TableBase,