- Timestamp:
- May 17, 2010, 4:49:27 AM (15 years ago)
- Location:
- branches/2.2.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2632 r2633 1976 1976 strcat(bkpinfo->exclude_paths, mounted_on_dsf); 1977 1977 strcat(bkpinfo->exclude_paths, " "); 1978 mr_strcat(bkpinfo->exclude_devs, " %s ", token);1978 strcat(bkpinfo->exclude_devs, " %s ", token); 1979 1979 } 1980 1980 } else { -
branches/2.2.9/tools/quality
r2309 r2633 28 28 29 29 # 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; do30 for 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 31 31 echo "mondorescue $s usage : " 32 32 tot=0
Note:
See TracChangeset
for help on using the changeset viewer.