From patchwork Wed Jul 1 18:01:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 240580 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 1 Jul 2020 20:01:51 +0200 Subject: [PATCH 0/2] efi_loader: fix efi_image_region_add() Message-ID: <20200701180153.165337-1-xypron.glpk@gmx.de> 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