audk/MdeModulePkg/Library/DxePrintLibPrint2Protocol
Wang, Jian J b23276135a MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print output
This is caused by a previous patch which tried to fix string over-read.
It's found that that patch for PrintLib in MdePkg will cause premature
terminating of loop used to traversing format string and cause incomplete
string output. Because this library uses similar code to do the same
job, it has the same issue too. So the fix is also the same.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2018-01-02 16:31:29 +08:00
..
DxePrintLibPrint2Protocol.inf MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instance 2017-02-21 13:56:31 +08:00
DxePrintLibPrint2Protocol.uni MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instance 2017-02-21 13:56:31 +08:00
PrintLib.c MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print output 2018-01-02 16:31:29 +08:00