summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-roccat-kone.c
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2021-06-20 10:09:58 -0700
committerKees Cook <keescook@chromium.org>2021-09-25 08:20:48 -0700
commit5e423a0c2db6d02811e67704d1bcb0b412b98406 (patch)
tree3f0a7ab5b64362ccd0adbcd63d3bd8b0551d12de /drivers/hid/hid-roccat-kone.c
parent10579b75e02362809e8db610f3160f520607b395 (diff)
HID: cp2112: Use struct_group() for memcpy() region
In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoid intentionally writing across neighboring fields. Use struct_group() in struct cp2112_string_report around members report, length, type, and string, so they can be referenced together. This will allow memcpy() and sizeof() to more easily reason about sizes, improve readability, and avoid future warnings about writing beyond the end of report. "pahole" shows no size nor member offset changes to struct cp2112_string_report. "objdump -d" shows no meaningful object code changes (i.e. only source line number induced differences.) Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Cc: linux-input@vger.kernel.org Acked-by: Jiri Kosina <jikos@kernel.org> Link: https://lore.kernel.org/lkml/nycvar.YFH.7.76.2108201810560.15313@cbobk.fhfr.pm Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/hid/hid-roccat-kone.c')
0 files changed, 0 insertions, 0 deletions