Changeset 2805 in MondoRescue


Ignore:
Timestamp:
Apr 29, 2011, 3:39:07 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2177@localhost (orig r2176): bruno | 2009-04-25 02:33:06 +0200

  • Fix a bug on array size reported by SuSE build system (Stephan Lauffer lauffer_at_ph-freiburg.de)


Location:
branches/2.2.8/mondo/src/common
Files:
2 edited

Legend:

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

    r2791 r2805  
    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.8/mondo/src/common/libmondo-stream.c

    r1969 r2805  
    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.