commit | 5b1a43d7df65689b4c3b5a1c5c8158f1d4f74fbd | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 01 05:24:20 2006 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 08 01:03:39 2006 -0500 |
tree | 651e2320ff4633507243cf2e353d9ba6b8017cc1 | |
parent | de125bf395df34892862d76580ce3a153e80f151 [diff] |
[PATCH] drivers/media/video __user annotations and fixes * compat_alloc_user_space() returns __user pointer * copying between two userland areas is copy_in_user(), not copy_from_user() * dereferencing userland pointers is bad * so's get_user() from local variables ... plus usual __user annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>