Opened 19 years ago
Closed 19 years ago
#163 closed defect (fixed)
libc: rmdir resolves symlinks in the last component
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.3 |
| Component: | libc-backend | Version: | 0.6 |
| Severity: | normal | Keywords: | rmdir symlink |
| Cc: |
Description
rmdir should fail with ENOTDIR if a path to a symbolic link is given. This breaks the incr01.at tar test.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [3351]) Added testcase for #163, rmdir-1. References #163.