Re: zboot: [PATCH] boot/pxe-utils: populate initrd_filesize for extlinux boot

2023-09-18 Thread Simon Glass
+Bin Meng since I think there is a similar patch applied to x86 already? On Sat, 16 Sept 2023 at 07:31, Ryan Lahfa wrote: > > The reason for this is that initrd_filesize is constantly equal to zero > or more specifically, potentially uninitialized memory. > > I believe this was introduced in > 0

zboot: [PATCH] boot/pxe-utils: populate initrd_filesize for extlinux boot

2023-09-16 Thread Ryan Lahfa
The reason for this is that initrd_filesize is constantly equal to zero or more specifically, potentially uninitialized memory. I believe this was introduced in 085cbdafca9c3d7bc2f27523a343f61db82f2ccb ("pxe: simplify label_boot()"), diff here: diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c ind