The following reply was made to PR kern/147226; it has been noted by GNATS.

From: Bruce Cran <br...@cran.org.uk>
To: bug-follo...@freebsd.org, eugene.kharito...@gmail.com
Cc:  
Subject: Re: kern/147226: read(fd, buffer, len) returns -1 immediately,  if
 len &gt;=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
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to