]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLibNullClass.c
MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore
[mirror_edk2.git] / MdeModulePkg / Library / VarCheckPcdLib / VarCheckPcdLibNullClass.c
index 72b0363b1979a385ef3035ffea8111c245ce1622..9a3f9187c4dfb7e02d531466d98bdff1ec775a14 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Var Check PCD handler.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -435,6 +429,10 @@ LocateVarCheckPcdBin (
     //\r
     mVarCheckPcdBin = AllocateRuntimeCopyPool (VarCheckPcdBinSize, VarCheckPcdBin);\r
     ASSERT (mVarCheckPcdBin != NULL);\r
+    //\r
+    // Make sure the allocated buffer for VarCheckPcdBin at required alignment.\r
+    //\r
+    ASSERT ((((UINTN) mVarCheckPcdBin) & (HEADER_ALIGNMENT - 1)) == 0);\r
     mVarCheckPcdBinSize = VarCheckPcdBinSize;\r
     FreePool (VarCheckPcdBin);\r
 \r