Changeset 8af22d6 in mainline
- Timestamp:
- 2008-08-16T10:53:56Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e55b015
- Parents:
- e2115311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
re2115311 r8af22d6 72 72 return NULL; 73 73 } 74 ncwd_path_nc = malloc( len + cwd_len + 1);74 ncwd_path_nc = malloc(cwd_len + 1 + len + 1); 75 75 if (!ncwd_path_nc) { 76 76 futex_up(&cwd_futex);
Note:
See TracChangeset
for help on using the changeset viewer.