]> git.proxmox.com Git - mirror_edk2.git/commit
MdeMoudlePkg/CapsulePei: No need to remain space for null-terminate
authorZhichao Gao <zhichao.gao@intel.com>
Mon, 10 Jun 2019 01:54:52 +0000 (09:54 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Mon, 24 Jun 2019 01:18:32 +0000 (09:18 +0800)
commitbe5903ad1e244cbb0930161fb361ed0b699c4cb8
tree3ead661fa0938a584df3b822a18690a8d922fd8d
parentd96f83de5e7c25579a458b4dd17c131fa96a173b
MdeMoudlePkg/CapsulePei: No need to remain space for null-terminate

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1853

UnicodeValueToStringS would remain two bytes for the first
parameter to set the null- terminate. So remove this change
in Mu.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Zhichao gao <zhichao.gao@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
MdeModulePkg/Universal/CapsulePei/UefiCapsule.c