Changeset 2633 in MondoRescue


Ignore:
Timestamp:
May 17, 2010, 4:49:27 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421)
Location:
branches/2.2.9
Files:
2 edited

Legend:

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

    r2632 r2633  
    19761976                strcat(bkpinfo->exclude_paths, mounted_on_dsf);
    19771977                strcat(bkpinfo->exclude_paths, " ");
    1978                 mr_strcat(bkpinfo->exclude_devs, " %s ", token);
     1978                strcat(bkpinfo->exclude_devs, " %s ", token);
    19791979            }
    19801980        } else {
  • branches/2.2.9/tools/quality

    r2309 r2633  
    2828
    2929# How many sprintf/strcat/strcpy vs asprintf are they
    30 for s in asprintf mr_asprintf sprintf snprintf strcat strcpy strncpy fgets malloc mr_malloc malloc_string getline mr_getline MAX_STR_LEN getcwd goto free mr_free paranoid_free paranoid_system mr_system assert; do
     30for s in asprintf mr_asprintf sprintf snprintf strcat mr_strcat strcpy strncpy fgets malloc mr_malloc malloc_string getline mr_getline MAX_STR_LEN getcwd goto free mr_free paranoid_free paranoid_system mr_system assert; do
    3131    echo "mondorescue $s usage : "
    3232    tot=0
Note: See TracChangeset for help on using the changeset viewer.