patch-image-rauc_c 366 B

1234567891011
  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
  4. }
  5. /* create parent directories if target needs it */
  6. - path = strdupa(target);
  7. + path = strdup(target);
  8. tmp = strrchr(path, '/');
  9. if (tmp) {
  10. *tmp = '\0';