[PATCH 2/2] image-host: increase path length when setting up the cipher.

Simon Glass sjg at google.com
Mon Oct 2 03:17:26 CEST 2023


On Wed, 27 Sept 2023 at 06:24, Hugo Cornelis
<hugo.cornelis at essensium.com> wrote:
>
> ---
>  tools/image-host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

but please add commit message (always)


>
> diff --git a/tools/image-host.c b/tools/image-host.c
> index 0c92a2ddeb..9afcc02192 100644
> --- a/tools/image-host.c
> +++ b/tools/image-host.c
> @@ -361,7 +361,7 @@ static int fit_image_setup_cipher(struct image_cipher_info *info,
>                                   int noffset)
>  {
>         char *algo_name;
> -       char filename[128];
> +       char filename[256];
>         int ret = -1;
>         int snprintf_return;
>
> --
> 2.34.1
>


More information about the U-Boot mailing list