csum_partial_copy_fromuser

Tom Dyas (tdyas@hardees.rutgers.edu)
Wed, 29 Jan 97 15:00:10 EST


The "implementations" for csum_partial_copy_fromuser in 2.1.x are all
currently just #define's over to csum_partial_copy. This is bad since
userspace can pass bogus pointers and no exception handling is done
resulting in an Oops. (I verified this with a small test program.)

Tom