On Wed, 27 Sept 2023 at 06:24, Hugo Cornelis <[email protected]> wrote: > > --- > tools/image-host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> 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 >

