mbox series

Pull request for UEFI sub-system for efi-2021-01-rc1 (2)

Message ID fd5d87b9-ae35-ad06-c66e-b85c4367d558@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2021-01-rc1 (2) | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-01-rc1-2

Message

Heinrich Schuchardt Oct. 21, 2020, 6:09 a.m. UTC
The following changes since commit 3d19a7ee8ca7af01f75ff24622ea3c9840cd5bca:

  test: Fix sandbox tests failing to build (2020-10-17 09:03:22 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc1-2

for you to fetch changes up to 42f804fbba2836e64f472306ff7616c812d5c54d:

  efi_loader: fix use after free in receive path (2020-10-19 22:59:53 +0200)

Gitlab CI and Travis CI showed no problem:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5047
https://travis-ci.org/github/xypron2/u-boot/builds/737210175

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc1 (2)

A use after free in the UEFI network stack is fixed.

----------------------------------------------------------------
Patrick Wildt (2):
      net: add a define for the number of packets received as batch
      efi_loader: fix use after free in receive path

 include/net.h            |  3 ++
 lib/efi_loader/efi_net.c | 92
++++++++++++++++++++++++++++++++++++------------
 net/eth-uclass.c         |  2 +-
 3 files changed, 73 insertions(+), 24 deletions(-)

Comments

Tom Rini Oct. 22, 2020, 2:56 a.m. UTC | #1
On Wed, Oct 21, 2020 at 08:09:55AM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 3d19a7ee8ca7af01f75ff24622ea3c9840cd5bca:
> 
>   test: Fix sandbox tests failing to build (2020-10-17 09:03:22 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-01-rc1-2
> 
> for you to fetch changes up to 42f804fbba2836e64f472306ff7616c812d5c54d:
> 
>   efi_loader: fix use after free in receive path (2020-10-19 22:59:53 +0200)
> 
> Gitlab CI and Travis CI showed no problem:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5047
> https://travis-ci.org/github/xypron2/u-boot/builds/737210175
> 

Applied to u-boot/master, thanks!