]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite edk2-stable202202
authorHeng Luo <heng.luo@intel.com>
Wed, 26 Jan 2022 05:12:21 +0000 (13:12 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 21 Feb 2022 15:19:40 +0000 (15:19 +0000)
commitb24306f15daa2ff8510b06702114724b33895d3c
tree0e51d722c5a1c2786d0527ffb41d065e0033ded4
parent8a576733162bb72afb4d1eb3012b0aef8d265018
NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite

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

The size of buffer should be 3 CHAR16 for Null-terminated Unicode
string.
The first char is the AKM/Cipher Suite number, the second char is ' ',
the third char is '\0'.

Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c