- MF53: len includes the NULL already

This commit is contained in:
Pierre Joye 2009-09-03 19:11:30 +00:00
parent a6412a5e71
commit ebce328066

View File

@ -746,7 +746,7 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i
*(path + bufindex) = 0;
j = bufindex;
} else {
j = rname_len + 1;
j = len;
}
tsrm_free_alloca(pbuffer, use_heap_large);