Changeset 2267 in MondoRescue for branches/2.2.10/tools/quality


Ignore:
Timestamp:
Jul 12, 2009, 2:04:49 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3208@localhost: bruno | 2009-07-07 01:09:18 +0200

  • Replace sprintf by mr_asprintf in libmondo-archive.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/tools/quality

    r2213 r2267  
    2828
    2929# How many sprintf/strcat/strcpy vs asprintf are they
    30 for s in asprintf mr_asprintf sprintf strcat strcpy strncpy fgets malloc mr_malloc malloc_string getline mr_getline MAX_STR_LEN getcwd goto free mr_free paranoid_free; do
     30for 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; do
    3131    echo "monodrescue $s usage : "
    3232    tot=0
Note: See TracChangeset for help on using the changeset viewer.