diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-07-18 18:23:25 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-07-18 18:23:25 +0000 |
commit | ad07c107f752a1ff71a22660afa2b9f8bcaaec9a (patch) | |
tree | 36b9360e728ba6d5b66b91a756f6a4b991350fc5 /OvmfPkg | |
parent | 532616bbd62bea0fe4873f2e7a57de7be9ba3976 (diff) | |
download | edk2-platforms-ad07c107f752a1ff71a22660afa2b9f8bcaaec9a.tar.xz |
StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception.
When the WideTtyCvt() function encountered an unconvertable character, it properly replaced it but did not update the byte count, numB, to 1 and instead left it at -1.
This fix sets numB to 1 when an unconvertable character is replaced.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: tim.lewis@insidesw.com
Reviewed-by: daryl.mcdaniel@intel.com
Reviewed-by: erik.c.bjorge@intel.com
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13540 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg')
0 files changed, 0 insertions, 0 deletions