efi_loader: parameter check CreateEventEx()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Apr 2019 05:30:41 +0000 (07:30 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 2 May 2019 16:17:49 +0000 (18:17 +0200)
commit751e928d07ae6ddb2b770b3a4c7f74fd6f2a5a64
tree78c598f7b15c5f80f7f9c9b7f45ce4c42bcbd383
parentb4ee6daad7a2604ca9466b2ba48de86cc27d381f
efi_loader: parameter check CreateEventEx()

CreateEvent() and CreateEventEx() should check that a notify function is
provided for either of EVT_NOTIFY_SIGNAL or EVT_NOTIFY_WAIT.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c