]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Event/Event.c
MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Event / Event.c
index 01715ec3ca7d7625639d16d7905952dbdc2b0c29..86ca369d56ffad1a9f728138e1b18bc38dfb9c06 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Event support functions implemented in this file.\r
 \r
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -143,7 +143,7 @@ CoreInitializeEventServices (
   CoreCreateEventEx (\r
     EVT_NOTIFY_SIGNAL,\r
     TPL_NOTIFY,\r
-    CoreEmptyCallbackFunction,\r
+    EfiEventEmptyFunction,\r
     NULL,\r
     &gIdleLoopEventGuid,\r
     &gIdleLoopEvent\r