audk/MdeModulePkg/Universal/HiiDatabaseDxe
Cinnamon Shia f5e6aa8e17 MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.
The StringSize variable in the FindStringBlock function is a IN OUT
parameter of the GetUnicodeStringTextOrSize function.
Thought the GetUnicodeStringTextOrSize function changes the value of
the StringSize variable, it is better to initialize the StringSize
variable before passing it to the GetUnicodeStringTextOrSize function.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2016-02-29 14:19:27 +01:00
..
ConfigKeywordHandler.c MdeModulePkg: Refine function comments in Keyword Handler Protocol 2016-02-16 17:56:11 +08:00
ConfigRouting.c MdeModulePkg:Make the logic in ConfigRouting.c clear and safe 2016-01-26 09:42:58 +00:00
Database.c MdeModulePkg:Modify the incorrect DestStr length in safe string functions 2015-07-07 04:37:07 +00:00
Font.c MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltX 2016-02-23 17:03:20 +08:00
HiiDatabase.h MdeModulePkg: Refine function comments in Keyword Handler Protocol 2016-02-16 17:56:11 +08:00
HiiDatabase.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
HiiDatabaseDxe.inf MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol. 2015-05-13 08:35:29 +00:00
HiiDatabaseEntry.c MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol. 2015-05-13 08:35:29 +00:00
HiiDatabaseExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
Image.c MdeModulePkg: HiiDatabase: Refine the code to make it more safely. 2016-01-25 03:38:19 +00:00
String.c MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized. 2016-02-29 14:19:27 +01:00