mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS/EX]
- ExInitializeZone: Don't add to an uninitialized TotalSegmentSize value, set it instead. svn path=/trunk/; revision=59493
This commit is contained in:
@@ -147,8 +147,8 @@ ExInitializeZone(PZONE_HEADER Zone,
|
||||
Entry += Zone->BlockSize;
|
||||
}
|
||||
|
||||
/* Update Segment Size */
|
||||
Zone->TotalSegmentSize += i;
|
||||
/* Set Segment Size */
|
||||
Zone->TotalSegmentSize = i;
|
||||
|
||||
/* Return success */
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user