[PATCH 2/2] image-host: increase path length when setting up the cipher.
Hugo Cornelis
hugo.cornelis at essensium.com
Wed Sep 27 13:59:20 CEST 2023
---
tools/image-host.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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