Date: Mon, 31 May 2010 15:30:03 GMT From: Bruce Cran <bruce@cran.org.uk> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/147226: read(fd, buffer, len) returns -1 immediately, if len >=2147483648 Message-ID: <201005311530.o4VFU3h5074993@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/147226; it has been noted by GNATS. From: Bruce Cran <bruce@cran.org.uk> To: bug-followup@FreeBSD.org, eugene.kharitonov@gmail.com Cc: Subject: Re: kern/147226: read(fd, buffer, len) returns -1 immediately, if len >=2147483648 Date: Mon, 31 May 2010 16:21:05 +0100 This actually looks like a 64-bit bug. http://opengroup.org/onlinepubs/007908775/xsh/read.html says that up to SSIZE_MAX bytes must be accepted, whereas FreeBSD only accepts up to INT_MAX bytes. -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005311530.o4VFU3h5074993>