Rev 4268 | Rev 4302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4268 | Rev 4280 | ||
|---|---|---|---|
| Line 85... | Line 85... | ||
| 85 | futex_up(&cwd_futex); |
85 | futex_up(&cwd_futex); |
| 86 | return NULL; |
86 | return NULL; |
| 87 | } |
87 | } |
| 88 | ncwd_path_nc[0] = '\0'; |
88 | ncwd_path_nc[0] = '\0'; |
| 89 | } |
89 | } |
| 90 | strcat(ncwd_path_nc, path); |
90 | str_append(ncwd_path_nc, cwd_size + 1 + size + 1, path); |
| 91 | ncwd_path = canonify(ncwd_path_nc, retlen); |
91 | ncwd_path = canonify(ncwd_path_nc, retlen); |
| 92 | if (!ncwd_path) { |
92 | if (!ncwd_path) { |
| 93 | futex_up(&cwd_futex); |
93 | futex_up(&cwd_futex); |
| 94 | free(ncwd_path_nc); |
94 | free(ncwd_path_nc); |
| 95 | return NULL; |
95 | return NULL; |