vel@lists.sourceforge.net
Date:Fri, 07 Mar 2014 09:10:51
Subject:RE: [edk2] Bug in realloc() function of StdLib
A fix for this problem has been committed to the EDK II repository as
rev:15319. The relevant part of the commit description follows:
StdLib: Modify the memory allocation routines to not be depend
03, 2014 11:21 PM
To: edk2-devel
Subject: [edk2] Bug in realloc() function of StdLib
Dear all,
After EDK2 rev:14820
MdeModulePkg Pool: Update the type of Size to UINTN for the potential more
than 4GB buffer allocation.
It modify the POOL_HEAD structure in MdeModulePkg\Core\Dxe\Mem\Pool.c,
Dear all,
After EDK2 rev:14820
MdeModulePkg Pool: Update the type of Size to UINTN for the potential more
than 4GB buffer allocation.
It modify the POOL_HEAD structure in MdeModulePkg\Core\Dxe\Mem\Pool.c,
however it doesn't sync to the POOL_HEAD structure in
StdLib\LibC\StdLib\Mallo