audk/MdeModulePkg
eric_tian bcd7070d86 fix the issue of Inadequate Memory Allocation in Variable Services
In UpdateVariableInfo(), the code incorrectly allocate a small memory, whose size equate with the number of Unicode name. 
Should change it to be equal to the byte length of this Unicode name.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8457 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-03 08:48:09 +00:00
..
Application Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. 2009-04-24 07:02:52 +00:00
Bus Update USB Mass Storage driver to declare its dependency on the BaseLib 2009-05-20 20:04:23 +00:00
Core Replace .globl with ASM_GLOBAL 2009-05-20 10:22:09 +00:00
Include This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:49:35 +00:00
Library Make sure BASE_LIST is always aligned on a 64-bit boundary 2009-06-03 03:47:55 +00:00
Logo INF head modified 2008-12-12 01:27:36 +00:00
Universal fix the issue of Inadequate Memory Allocation in Variable Services 2009-06-03 08:48:09 +00:00
ChangeLog.txt updated to use the term “temporary memory” but not CAR 2009-04-08 08:14:09 +00:00
MdeModulePkg.dec This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:49:35 +00:00
MdeModulePkg.dsc Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. 2009-04-24 07:02:52 +00:00