]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenFfs/GenFfs.c
BaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'
[mirror_edk2.git] / BaseTools / Source / C / GenFfs / GenFfs.c
index 3b4a9b776164c7533b86b514d844f0b599b06eda..eb40c30ea7b523152d3e22c3cdf49f5de93b089c 100644 (file)
@@ -606,7 +606,12 @@ Returns:
   UINT8                   PeSectionNum;\r
   UINT32                  HeaderSize;\r
   UINT32                  Alignment;\r
-  CHAR8                   AlignmentBuffer[8];\r
+  //\r
+  // Workaround for static code checkers.\r
+  // Ensures the size of 'AlignmentBuffer' can hold all the digits of an\r
+  // unsigned 32-bit integer plus the size unit character.\r
+  //\r
+  CHAR8                   AlignmentBuffer[16];\r
   \r
   //\r
   // Init local variables\r