OpenSolaris

Printable Version Enter a New Search
Bug ID 6759403
Synopsis various fixes for named-pipe support
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:smbfs
Keywords
Responsible Engineer Gordon Ross
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_105
Fixed In snv_105
Release Fixed solaris_nevada(snv_105)
Related Bugs 6565868
Submit Date 14-October-2008
Last Update Date 17-December-2008
Description
When reading from a named pipe, the caller passes a maximum read size
of something like 4k, and the read typically returns something smaller.
The return value at user-level should be the amount actually read, but
currently is the requested size.

This problem is not currently exposed because we don't have anything
useing our named pipe support right now.  (but we will soon)
Work Around
N/A
Comments
N/A