Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: b24306f15daa2ff8510b06702114724b33895d3c https://github.com/tianocore/edk2/commit/b24306f15daa2ff8510b06702114724b33895d3c Author: Heng Luo <heng....@intel.com> Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths: M NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c Log Message: ----------- 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.rab...@linux.intel.com> Cc: Fu Siyuan <siyuan...@intel.com> Cc: Wu Jiaxin <jiaxin...@intel.com> Signed-off-by: Heng Luo <heng....@intel.com> Reviewed-by: Maciej Rabeda <maciej.rab...@linux.intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits