Opened 18 years ago
Closed 18 years ago
#143 closed defect (fixed)
libc: __libc_Back_fsDirCurrentSet is hiding failures (chdir)
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | chdir |
Cc: |
Description
chdir doesn't fail when it should. The cause is that rc declared twice in __libc_Back_fsDirCurrentSet
.
Note:
See TracTickets
for help on using tickets.
(In [3015]) Fixed chdir failure hiding. Fixes #143.