Ignore:
Timestamp:
Apr 27, 2015, 4:25:28 PM (9 years ago)
Author:
Bruno Cornec
Message:

Change the bkpinfo->boot_device from statically allocated to dynamically allocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-tools.c

    r3371 r3373  
    776776    bkpinfo->media_size = -1;
    777777    bkpinfo->boot_loader = '\0';
    778     bkpinfo->boot_device[0] = '\0';
     778    bkpinfo->boot_device = NULL;
    779779    bkpinfo->zip_exe[0] = '\0';
    780780    bkpinfo->zip_suffix[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.