Konstantin Belousov
af32c4196f
Handle the corner case in vm_fault_quick_hold_pages().
...
If supplied length is zero, and user address is invalid, function
might return -1, due to the truncation and rounding of the address.
The callers interpret the situation as EFAULT. Instead of handling
the zero length in caller, filter it in vm_fault_quick_hold_pages().
Sponsored by: The FreeBSD Foundation
Reviewed by: alc
2011-03-25 16:38:10 +00:00
..
2010-12-02 17:37:16 +00:00
2011-03-11 07:07:48 +00:00
2010-12-14 05:47:35 +00:00
2010-08-31 16:57:58 +00:00
2011-01-11 13:59:06 +00:00
2011-01-16 20:40:50 +00:00
2011-03-11 07:07:48 +00:00
2011-03-01 11:04:30 +00:00
2011-03-21 09:40:01 +00:00
2010-06-15 19:28:37 +00:00
2010-10-16 04:41:45 +00:00
2011-01-11 13:59:06 +00:00
2010-12-27 07:12:22 +00:00
2011-03-25 16:38:10 +00:00
2011-01-09 12:50:44 +00:00
2010-07-27 17:31:03 +00:00
2011-02-15 09:03:58 +00:00
2011-03-21 09:40:01 +00:00
2011-03-21 09:40:01 +00:00
2011-03-24 18:40:11 +00:00
2011-02-24 09:22:56 +00:00
2011-02-13 21:52:26 +00:00
2011-02-05 21:21:27 +00:00
2011-03-11 07:07:48 +00:00
2011-03-11 07:07:48 +00:00
2011-03-24 18:40:11 +00:00
2010-11-18 21:09:02 +00:00
2011-01-18 04:54:43 +00:00
2011-01-18 04:54:43 +00:00
2010-04-30 00:46:43 +00:00
2011-01-27 00:34:12 +00:00
2010-07-27 20:33:50 +00:00
2011-01-27 00:34:12 +00:00
2009-11-03 16:46:52 +00:00
2010-12-02 17:37:16 +00:00
2010-06-02 15:46:37 +00:00