]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitbc8376b27b807f0bfcae3ccdf6c4efbea5740ea5
tree78c598f7b15c5f80f7f9c9b7f45ce4c42bcbd383
parentabdd85c196fbc012c42e1bfa54b3e5865b46bc5c
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