commit | 4b4554f6d562c15159b053fad4146ced2201bc4c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 27 14:50:40 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 28 18:23:57 2017 -0400 |
tree | 4efbba60d5d333b19051b6f259386c9babaf1ab1 | |
parent | 271abdc367e204821e19d71ae2bbc444059c8496 [diff] |
score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... ... and the only reason it worked is that access_ok() discards the first argument before parser even gets a chance of looking at it. Still, no point keeping that typo. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>