Changeset 2176 in MondoRescue for branches/2.2.9/mondo/src/common


Ignore:
Timestamp:
Apr 25, 2009, 2:33:06 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug on array size reported by SuSE build system (Stephan Lauffer lauffer_at_ph-freiburg.de)
Location:
branches/2.2.9/mondo/src/common
Files:
2 edited

Legend:

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

    r2160 r2176  
    14041404#if linux
    14051405        // 2.6 has /sys as a proc-type thing -- must be excluded
     1406        // // BCO: Why is there a maxdepth here ? this makes remounted /proc included !
    14061407        asprintf(&strtmp,
    14071408             "find %s -maxdepth %d -fstype mvfs -prune -o -fstype devpts -prune -o -fstype tmpfs -prune -o -fstype proc -prune -o -fstype sysfs -prune -o %s -type d -print > %s 2> /dev/null",
  • branches/2.2.9/mondo/src/common/libmondo-stream.c

    r1969 r2176  
    12321232{
    12331233    int last;
    1234     char fname[MAX_TAPECAT_FNAME_LEN];
     1234    char fname[MAX_TAPECAT_FNAME_LEN+1];
    12351235    char *p;
    12361236
Note: See TracChangeset for help on using the changeset viewer.