* [Bug 86061] New: Condition for read(2) to return EINVAL is inaccurate
@ 2014-10-11 19:58 bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
0 siblings, 0 replies; only message in thread
From: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r @ 2014-10-11 19:58 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA
https://bugzilla.kernel.org/show_bug.cgi?id=86061
Bug ID: 86061
Summary: Condition for read(2) to return EINVAL is inaccurate
Product: Documentation
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: man-pages
Assignee: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b@public.gmane.org
Reporter: nodakai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Regression: No
The man page reads
> If count is greater than SSIZE_MAX, the result is unspecified.
However when we look at the implementation, rw_verify_area() which is common to
vfs_read(), vfs_write() and so on actually tests if count fits ssize_t or not
and returns EINVAL otherwise.
http://lxr.free-electrons.com/source/fs/read_write.c#L348
So the man page should state so.
This is also important in terms of conformance/getting closer to POSIX.
Quotes from POSIX.1-2008:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html
> If the value of nbyte is greater than {SSIZE_MAX}, the result is implementation-defined.
where "implementation-defined" is defined as:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap01.html#tag_01_05_02
> Describes a value or behavior that is not defined by POSIX.1-2008 but is selected by an implementor. (...snip...)
>
> The implementor shall document such a value or behavior so that it can be used correctly by an application.
So it cannot be just "unspecified".
Moreover, write(2) doesn't say anything about the SSIZE_MAX limit.
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-11 19:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 19:58 [Bug 86061] New: Condition for read(2) to return EINVAL is inaccurate bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox