diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 0d2976742a..06cd96d603 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -559,7 +559,7 @@ ParseCacheInfoFile(void) FILE *cachefd; /*Descriptor for cache info file */ int parseResult; /*Result of our fscanf() */ int tCacheBlocks; - char tCacheBaseDir[1024], *tbd, tCacheMountDir[1024], *tmd; + char tCacheBaseDir[1025], *tbd, tCacheMountDir[1025], *tmd; if (afsd_debug) printf("%s: Opening cache info file '%s'...\n", rn, fullpn_CacheInfo);