Re: [PATCH v3 5/8] linux/arm: account for COFF headers appearing at unexpected offsets

2022-09-04 Thread Ard Biesheuvel
On Fri, 2 Sept 2022 at 12:02, Heinrich Schuchardt wrote: > > On 8/18/22 16:51, Ard Biesheuvel wrote: > > The way we load the Linux and PE/COFF image headers depends on a fixed > > placement of the COFF header at offset 0x40 into the file. This is a > > reasonable default, given that this is where

Re: [PATCH v4 1/2] lsefi: fixed memory leaks

2022-09-04 Thread Glenn Washburn
On Thu, 1 Sep 2022 09:28:53 +0200 Renaud Métrich wrote: > Signed-off-by: Renaud Métrich > --- > grub-core/commands/efi/lsefi.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/lsefi.c > index f46ba3b49..241be79f9 100644 > ---