]> git.proxmox.com Git - mirror_edk2.git/commit
MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"
authorDandan Bi <dandan.bi@intel.com>
Thu, 9 Feb 2017 13:17:34 +0000 (21:17 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 21 Feb 2017 11:19:05 +0000 (19:19 +0800)
commit5c793e7703146e4c20d8e0074e7908f723d499b0
tree971ba524985928893591c40dd12486290e493ad1
parent087132a84a43c1939550122f10e234ab2e2c324d
MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"

When set value to the array "InputText", the index was used incorrectly.
And the array "InputText" is not initialized. These will cause some value
in the array is random, so it will be shown incorrectly sometimes.
This patch is to fix this issue.

https://bugzilla.tianocore.org/show_bug.cgi?id=358

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Wang Cloud <winggundum82@163.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c