Pull request for efi-2021-07-rc1-2

Dear Tom,
The following changes since commit a6232e065dd9e349bf5908c928734c6b5b018112:
Merge branch '2021-04-14-assorted-vboot-improvements' (2021-04-15 17:10:25 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc1-2
for you to fetch changes up to b1a7a5e0b8822a0868ee9318d8d3fa9645efc12d:
efi_loader: fix possible buffer overflow (2021-04-17 20:01:32 +0200)
Gitlab showed no problems with the new patches in: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7170
---------------------------------------------------------------- Pull request for efi-2021-07-rc1-2
Documentation: man-page for fatinfo
Bug fixes: memory leak in efi_capsule_scan_dir() incorrect invocations of EFI_CALL macro creating ESRT table buffer overflow in tcg2_create_digest()
---------------------------------------------------------------- Heinrich Schuchardt (5): board: toradex: apalis-imx8x: fix build warning doc: imx: psb: fix footnotes doc: fatinfo man-page doc: duplicate target 'youtube' efi_loader: memory leak in efi_capsule_scan_dir()
Masahisa Kojima (1): efi_loader: fix possible buffer overflow
Sughosh Ganu (1): efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro
doc/board/toradex/apalix-imx8x.rst | 2 +- doc/chromium/overview.rst | 6 +++--- doc/imx/misc/psb.rst | 2 +- doc/usage/index.rst | 1 + lib/efi_loader/efi_capsule.c | 3 +++ lib/efi_loader/efi_esrt.c | 28 ++++++++++++++-------------- lib/efi_loader/efi_tcg2.c | 2 +- 7 files changed, 24 insertions(+), 20 deletions(-)

On Sun, Apr 18, 2021 at 10:20:40AM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit a6232e065dd9e349bf5908c928734c6b5b018112:
Merge branch '2021-04-14-assorted-vboot-improvements' (2021-04-15 17:10:25 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc1-2
for you to fetch changes up to b1a7a5e0b8822a0868ee9318d8d3fa9645efc12d:
efi_loader: fix possible buffer overflow (2021-04-17 20:01:32 +0200)
Gitlab showed no problems with the new patches in: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7170
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini