]> git.proxmox.com Git - mirror_edk2.git/commit
AsciiSPrint returns The number of ASCII characters in the produced output buffer...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Oct 2011 03:45:24 +0000 (03:45 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Oct 2011 03:45:24 +0000 (03:45 +0000)
commit30d636c8d97057a2b5b3d696757c868710a94d2c
tree9c65e6751d217a5983d522f395246bdb9fe3d07f
parent79b74a03e018ecbf03d8d50e6f20301e249c1ba5
AsciiSPrint returns The number of ASCII characters in the produced output buffer not including the Null-terminator, but SerialStatusCodeWorker has bug which overwrites the last character, which causes there is a missing character in serial log output. The fix is to resolve this issue.

Signed-off-by: li-elvin
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12526 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/StatusCodeHandler/Pei/SerialStatusCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/SerialStatusCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c