summaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2017-02-07 15:33:55 +0300
committerWill Deacon <will.deacon@arm.com>2017-02-08 22:32:54 +0300
commit76624175dcae6f7a808d345c0592908a15ca6975 (patch)
treeba9f758b22dbf8498a3b2694fe63c0dfbc2f2e14 /scripts/gcc-plugins/cyc_complexity_plugin.c
parent21bdbb7102edeaebb5ec4ef530c8f442f7562c96 (diff)
downloadlinux-76624175dcae6f7a808d345c0592908a15ca6975.tar.xz
arm64: uaccess: consistently check object sizes
Currently in arm64's copy_{to,from}_user, we only check the source/destination object size if access_ok() tells us the user access is permissible. However, in copy_from_user() we'll subsequently zero any remainder on the destination object. If we failed the access_ok() check, that applies to the whole object size, which we didn't check. To ensure that we catch that case, this patch hoists check_object_size() to the start of copy_from_user(), matching __copy_from_user() and __copy_to_user(). To make all of our uaccess copy primitives consistent, the same is done to copy_to_user(). Cc: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions