Changeset 3904 in MondoRescue for branches/3.3/tools
- Timestamp:
- Dec 24, 2024, 2:55:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/tools/quality
r3899 r3904 28 28 29 29 # How many sprintf/strcat/strcpy vs asprintf are they 30 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; 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 mr_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.