public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] PrintLib: Add safe print functions [A|U]ValueToStringS
@ 2017-01-17  5:39 Hao Wu
  2017-01-17  5:39 ` [PATCH 1/2] MdePkg/BasePrintLib: " Hao Wu
  2017-01-17  5:39 ` [PATCH 2/2] MdeModulePkg/PrintLib: " Hao Wu
  0 siblings, 2 replies; 3+ messages in thread
From: Hao Wu @ 2017-01-17  5:39 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen Yao, Liming Gao, Michael Kinney

Add the following 2 safe print functions in PrintLib:
UnicodeValueToStringS
AsciiValueToStringS

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>

Hao Wu (2):
  MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringS
  MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringS

 .../Library/DxePrintLibPrint2Protocol/PrintLib.c   | 219 ++++++++++++++++++++-
 MdeModulePkg/Universal/PrintDxe/Print.c            |  73 ++++++-
 MdePkg/Include/Library/PrintLib.h                  | 121 ++++++++++++
 MdePkg/Library/BasePrintLib/PrintLib.c             | 128 ++++++++++++
 MdePkg/Library/BasePrintLib/PrintLibInternal.c     | 204 +++++++++++++++++++
 MdePkg/Library/BasePrintLib/PrintLibInternal.h     |  56 ++++++
 6 files changed, 796 insertions(+), 5 deletions(-)

-- 
1.9.5.msysgit.0



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

end of thread, other threads:[~2017-01-17  5:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17  5:39 [PATCH 0/2] PrintLib: Add safe print functions [A|U]ValueToStringS Hao Wu
2017-01-17  5:39 ` [PATCH 1/2] MdePkg/BasePrintLib: " Hao Wu
2017-01-17  5:39 ` [PATCH 2/2] MdeModulePkg/PrintLib: " Hao Wu

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