Changeset 3904 in MondoRescue for branches/3.3/tools


Ignore:
Timestamp:
Dec 24, 2024, 2:55:10 AM (6 months ago)
Author:
Bruno Cornec
Message:

quality now also reports mr_getcwd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/tools/quality

    r3899 r3904  
    2828
    2929# 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; 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 mr_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.