public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix incomplete print output
@ 2018-01-02  8:20 Jian J Wang
  2018-01-02  8:20 ` [PATCH 1/2] MdePkg/BasePrintLib: " Jian J Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jian J Wang @ 2018-01-02  8:20 UTC (permalink / raw)
  To: edk2-devel

This is caused by previous patch tring to fix string over-read. The root
cause is that the format string may be ascii or unicode but that patch
assumes it just ascii string.

Jian J Wang (2):
  MdePkg/BasePrintLib: Fix incomplete print output
  MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print output

 MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 8 ++++++--
 MdePkg/Library/BasePrintLib/PrintLibInternal.c            | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.15.1.windows.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-02  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02  8:20 [PATCH 0/2] Fix incomplete print output Jian J Wang
2018-01-02  8:20 ` [PATCH 1/2] MdePkg/BasePrintLib: " Jian J Wang
2018-01-02  8:20 ` [PATCH 2/2] MdeModulePkg/DxePrintLibPrint2Protocol: " Jian J Wang
2018-01-02  8:27   ` Zeng, Star
2018-01-02  8:28 ` [PATCH 0/2] " Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox