[U-Boot] Pull request for UEFI system for v2019.04-rc5

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Mar 21 06:23:50 UTC 2019


The following changes since commit a00d15757d7a513e410f15f2f910cb52333361a3:

  Merge git://git.denx.de/u-boot-marvell (2019-03-19 19:58:48 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-efi.git tags/efi-2019-04-rc5

for you to fetch changes up to d0bd87612f410a723d5ddb3001e805485e3efb4f:

  efi_selftest: fix test_hii_string_get_string() (2019-03-20 18:16:53 +0100)

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

Travis CI:
https://travis-ci.org/xypron2/u-boot/builds/509045246

----------------------------------------------------------------
Pull request for UEFI system for v2019.04-rc5

A bunch of small fixes. The major ones being

- avoid illegal memory access in efi_allocate_pool() on 32 bit systems
- avoid endless loop in HII protocol

----------------------------------------------------------------
Heinrich Schuchardt (7):
      efi_loader: correct parameter size in efi_allocate_pool
      efi_loader: endless loop in add_strings_package()
      efi_loader: missing return in efi_get_next_variable_name()
      efi_loader: memory leak in efi_dump_single_var()
      efi_loader: remove superfluous check in efi_setup_loaded_image()
      efi_loader: superfluous conversion in efi_file_open()
      efi_selftest: fix test_hii_string_get_string()

 cmd/nvedit_efi.c                    |  1 -
 lib/efi_loader/efi_boottime.c       |  6 ++----
 lib/efi_loader/efi_file.c           |  2 +-
 lib/efi_loader/efi_hii.c            |  5 ++---
 lib/efi_loader/efi_memory.c         |  5 +++--
 lib/efi_loader/efi_variable.c       |  2 +-
 lib/efi_selftest/efi_selftest_hii.c | 17 ++++-------------
 7 files changed, 13 insertions(+), 25 deletions(-)


More information about the U-Boot mailing list