[PATCH 0/2] efi_loader: fix efi_image_region_add()

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Jul 1 20:01:51 CEST 2020


Handle start and end of the half-open intervals correctly.
Provide unit tests.

Heinrich Schuchardt (2):
  efi_loader: fix efi_image_region_add()
  test: provide tests for efi_image_region_add()

 MAINTAINERS                    |   1 +
 lib/efi_loader/efi_signature.c |  35 +++----
 test/lib/Makefile              |   1 +
 test/lib/efi_image_region.c    | 163 +++++++++++++++++++++++++++++++++
 4 files changed, 184 insertions(+), 16 deletions(-)
 create mode 100644 test/lib/efi_image_region.c

--
2.27.0



More information about the U-Boot mailing list