1 --- genimage-9.orig/image-rauc.c 2016-08-15 12:35:48.000000000 +0200
2 +++ genimage-9/image-rauc.c 2016-09-05 19:59:47.000000000 +0200
3 @@ -62,7 +62,7 @@ static int rauc_generate(struct image *i
6 /* create parent directories if target needs it */
7 - path = strdupa(target);
8 + path = strdup(target);
9 tmp = strrchr(path, '/');