]> git.proxmox.com Git - mirror_edk2.git/commit - Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c
Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Aug 2007 09:42:56 +0000 (09:42 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Aug 2007 09:42:56 +0000 (09:42 +0000)
commit6bfce83ac45f2cb829178c619ee6907d640cc847
treed5bae3428026069a2dbc3209b5bb8d741d383bb4
parentfe8e4eb01ccf0d4e68429bbca19fe78a3fc4002d
Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3555 6f19259b-4bc3-4df7-8a09-765794883524
Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c