commit | 4bb4249b39ce7284408c4d604a656be941427e63 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 06 13:17:48 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 14 21:07:20 2020 +0200 |
tree | 17ceb1adb5f5bf7ba3545518d1b9db217d84d722 | |
parent | c7ff87e0ae3e619b5718eafcdee433af0a46df8b [diff] |
efi_loader: printf code in efi_image_parse() For size_t we have to use %zu for printing not %lu. Fixes: 4540dabdcaca ("efi_loader: image_loader: support image authentication") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>