mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Initialize TableBase in PsCreatePeb.
svn path=/trunk/; revision=4749
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user