]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
MdeModulePkg/RegularExpressionDxe: Miss null pointer check
[mirror_edk2.git] / MdeModulePkg / Universal / RegularExpressionDxe / RegularExpressionDxe.h
index 2c464aa8ff13a8a2d00d6ea8c537e0454e648144..6e699ff8ac0753b1ff6b5841be11c3c1f26d9df1 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   EFI_REGULAR_EXPRESSION_PROTOCOL Header File.\r
 \r
-  Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>\r
-  \r
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
+\r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License that accompanies this\r
   distribution.  The full text of the license may be found at\r
@@ -26,8 +26,6 @@
 #include <Library/DebugLib.h>\r
 #include <Library/BaseLib.h>\r
 \r
-#define ARRAY_SIZE(Array) (sizeof(Array) / sizeof(*Array))\r
-\r
 /**\r
   Checks if the input string matches to the regular expression pattern.\r
 \r