summaryrefslogtreecommitdiff
path: root/package/genimage/patches/patch-image-rauc_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/genimage/patches/patch-image-rauc_c')
-rw-r--r--package/genimage/patches/patch-image-rauc_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/genimage/patches/patch-image-rauc_c b/package/genimage/patches/patch-image-rauc_c
new file mode 100644
index 000000000..291f29b30
--- /dev/null
+++ b/package/genimage/patches/patch-image-rauc_c
@@ -0,0 +1,11 @@
+--- genimage-9.orig/image-rauc.c 2016-08-15 12:35:48.000000000 +0200
++++ genimage-9/image-rauc.c 2016-09-05 19:59:47.000000000 +0200
+@@ -62,7 +62,7 @@ static int rauc_generate(struct image *i
+ }
+
+ /* create parent directories if target needs it */
+- path = strdupa(target);
++ path = strdup(target);
+ tmp = strrchr(path, '/');
+ if (tmp) {
+ *tmp = '\0';