
27 Oct
2024
27 Oct
'24
4:44 p.m.
On Sat, 26 Oct 2024 at 08:41, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
- Some of our file system drivers cannot report a file size for directories. Use a dummy value in this case.
- For SetInfo the UEFI spec requires to ignore the file size field.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
lib/efi_loader/efi_file.c | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org