]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFrameworkPkg/FrameworkUefiLib: Add 'OUT' decorator where necessary.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Sat, 5 May 2018 14:23:55 +0000 (22:23 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 17 May 2018 07:22:16 +0000 (15:22 +0800)
commitb6d5def2faf56334128ea2f056356d7e3852831e
treebff21ec7ba7b32abf6517f808176fe6c54bd52c9
parent5b9626e8eb4d8b9d755a0ba94e14be2821fce4a1
IntelFrameworkPkg/FrameworkUefiLib: 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.

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