Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 9ba2869c7ec7567eabc15fe4c2b13d8c774ce282
      
https://github.com/tianocore/edk2/commit/9ba2869c7ec7567eabc15fe4c2b13d8c774ce282
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M 
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.nasm

  Log Message:
  -----------
  MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC build

Remove extra qword in nasm code to make it pass build.
This file is only built in INTEL ICC compiler. So, there is missing
build check for it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Jeff Fan <jeff....@intel.com>


  Commit: aaba2a44c24e8c688343bda15e915be9ae24056c
      
https://github.com/tianocore/edk2/commit/aaba2a44c24e8c688343bda15e915be9ae24056c
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M MdeModulePkg/Library/FileExplorerLib/FileExplorer.c

  Log Message:
  -----------
  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....@intel.com>
Reviewed-by: Jiewen Yao <jiewen....@intel.com>


Compare: https://github.com/tianocore/edk2/compare/07309c3ddc23...aaba2a44c24e
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to