Opened 10 years ago
#313 new defect
fpathconf() returns 14 for _PC_NAME_MAX if a handle is a directory
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.7 |
Component: | libc | Version: | 0.6.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi/2.
fpathconf() returns 14(_POSIX_NAME_MAX) instead of 256(CCHMAXPATHCOMP) for a directory handle.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
patch for fpathconf()