aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
author[email protected] <[email protected]>2005-05-01 08:58:35 -0700
committerLinus Torvalds <[email protected]>2005-05-01 08:58:35 -0700
commitf021e9210185b46e41ec3a0e78ec1621e168eacb (patch)
tree5661ced2f5c69f737dcf7673db2ef6e852003d6d /scripts/basic
parent69aa3f71580990f39e387d96ed1001d2f5fb04b1 (diff)
[PATCH] generic_file_buffered_write fixes
Anton Altaparmakov <[email protected]> points out: - It calls fault_in_pages_readable() which is completely bogus if @nr_segs > 1. It needs to be replaced by a to be written "fault_in_pages_readable_iovec()". - It increments @buf even in the iovec case thus @buf can point to random memory really quickly (in the iovec case) and then it calls fault_in_pages_readable() on this random memory. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions