Ignore:
Timestamp:
Aug 18, 2009, 3:20:42 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3339@localhost: bruno | 2009-08-11 23:56:01 +0200
bkpinfo->kernel_path, bkpinfo->call_before_iso, bkpinfo->call_make_iso, bkpinfo->call_burn_iso, bkpinfo->call_after_iso and bkpinfo->postnuke_tarball are now dynamically allocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-devices.c

    r2327 r2328  
    19391939#endif
    19401940        {
    1941             strcpy(bkpinfo->kernel_path, "FAILSAFE");
     1941            mr_free(bkpinfo->kernel_path);
     1942            mr_asprintf(bkpinfo->kernel_path, "FAILSAFE");
    19421943        }
    19431944
Note: See TracChangeset for help on using the changeset viewer.