Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3327 → Rev 3328

/trunk/uspace/lib/libc/generic/vfs/vfs.c
71,7 → 71,7
futex_up(&cwd_futex);
return NULL;
}
ncwd_path_nc = malloc(len + cwd_len + 1);
ncwd_path_nc = malloc(cwd_len + 1 + len + 1);
if (!ncwd_path_nc) {
futex_up(&cwd_futex);
return NULL;