Make read/write always do the full "access_ok()" tests.
The actual user copy will do them too, but only for the range that ends up being actually copied. That hides bugs when the range has been clamped by file size or other issues.
Showing
Please register or sign in to comment