Thomas Veerman 54c0eb9aa6 Compare read/write buf size against SSIZE_MAX instead of "< 0"
The nbyte in read(int fildes, void *buf, size_t nbyte) is unsigned,
so although technically we're doing the same comparison, this is more
in line with POSIX.

The comparison was moved to read_write as that routine is used within
VFS to let it VFS write out coredumps.
2011-12-21 10:46:09 +00:00
..
2011-12-05 13:56:16 +01:00
2011-12-11 22:34:54 +01:00
2011-12-11 22:35:33 +01:00
2011-06-24 17:21:51 +02:00
2011-11-26 15:12:17 +00:00
2011-08-17 13:40:36 +00:00
2011-07-09 15:04:42 +02:00