u-boot/lib/efi_selftest
Heinrich Schuchardt 7f8ec5b63e efi_selftest: avoid dereferencing NULL in tpl test
The task priority levels test uses two events one passes the
notification counter as context. The other passes NULL.
Both use the same notification function. So we need to check
for NULL here.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-10-09 07:00:37 +02:00
..
efi_selftest.c efi_selftest: make tests easier to read 2017-10-09 07:00:23 +02:00
efi_selftest_console.c efi_selftest: allow printing MAC addresses 2017-10-09 07:00:35 +02:00
efi_selftest_events.c efi_loader: wrong type in wait_for_event 2017-10-09 07:00:30 +02:00
efi_selftest_exitbootservices.c efi_selftest: make tests easier to read 2017-10-09 07:00:23 +02:00
efi_selftest_snp.c efi_loader: supply EFI network test 2017-10-09 07:00:36 +02:00
efi_selftest_tpl.c efi_selftest: avoid dereferencing NULL in tpl test 2017-10-09 07:00:37 +02:00
efi_selftest_util.c efi_selftest: efi_st_memcmp return difference of bytes 2017-10-09 07:00:36 +02:00
Kconfig efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
Makefile efi_loader: supply EFI network test 2017-10-09 07:00:36 +02:00