Opened 17 years ago
Closed 14 years ago
#194 closed defect (fixed)
libc: _getdcwd(0, NULL, 8) should not fail
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc-frontend | Version: | 0.6 |
Severity: | normal | Keywords: | _getdcwd cwd |
Cc: |
Description
The buffer size isn't absolute, it's just a minimum. At least this is how MSC defines it.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 14 years ago
Status: | new → assigned |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
_getdcwd(0,0,0)
doesn't work right either.