]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/UefiLib: Add 'OUT' decorator where necessary.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Sat, 5 May 2018 14:23:54 +0000 (22:23 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 17 May 2018 07:22:12 +0000 (15:22 +0800)
commit5b9626e8eb4d8b9d755a0ba94e14be2821fce4a1
tree1e1808d155b2b67420b3a81daabe2f8f3644bea2
parentced8f52fc66912847cbccbe631905e279d3b3941
MdePkg/UefiLib: Add 'OUT' decorator where necessary.

The functions AddUnicodeString() and AddUnicodeString2() might return
a new value into their parameter UnicodeStringTable, hence add the
appropiate 'OUT' decorator.

V2: Update FrameworkUefiLib as well.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.c