audk/MdeModulePkg
Liming Gao aaba2a44c2 MdeModulePkg FileExplorerLib: Fix potential Integer Overflow.
In function 'LibAppendFileName' of 'FileExplorer.c':
"
MaxLen = (Size1 + Size2 + sizeof (CHAR16))/ sizeof (CHAR16);
"
Overflow may happen here. MaxLen might become a very small number.
This patch adds integer overflow checker.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2016-10-18 10:01:27 +08:00
..
Application MdeModulePkg/UiApp: Fix incorrect question id 2016-09-12 18:26:11 +08:00
Bus MdeModulePkg/PciSioSerialDxe: Remove unused global variables 2016-09-28 16:17:33 +08:00
Core MdeModulePkg: Use IsZeroGuid API for zero GUID checking 2016-08-31 11:14:01 +08:00
Include MdeModulePkg: Add FrameBufferBltLib library class 2016-10-12 10:42:15 +08:00
Library MdeModulePkg FileExplorerLib: Fix potential Integer Overflow. 2016-10-18 10:01:27 +08:00
Logo MdeModulePkg/Logo: Add LogoDxe module 2016-09-28 16:22:27 +08:00
Universal MdeModulePkg RegularExpressionDxe: Add the missing EFIAPI for the function 2016-10-12 20:35:21 +08:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
MdeModulePkg.dec MdeModulePkg/MdeModulePkg.dec: Fix EBC build failure of PciBus driver 2016-10-12 17:07:20 +08:00
MdeModulePkg.dsc MdeModulePkg: Add GraphicsOutputDxe driver. 2016-10-12 10:42:16 +08:00
MdeModulePkg.uni MdeModulePkg: Extend memory profile definitions for memory leak detection 2016-07-01 09:39:50 +08:00
MdeModulePkgExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00