aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorPhilipp Stanner <[email protected]>2023-11-03 12:29:33 +0100
committerGreg Kroah-Hartman <[email protected]>2023-12-07 11:08:45 +0900
commita070830096e44ddaa64931d831f07e944d920c79 (patch)
tree6115fd3cc764dc802f7402e4b036132457db5bd5 /drivers/fpga/fpga-mgr.c
parent437cd966d3c6fb65add251e6db537c14dd953b8a (diff)
drivers/comedi: use standard array-copy-function
comedi_fops.c utilizes memdup_user() to copy a userspace array. The new function memdup_array_user() provides a standardized way to copy userspace-arrays. It makes it easier to see that an array is being copied and, additionally, performs a generic overflow-check which might help make the code more robust in case of changes in the future. Replace memdup_user() with memdup_array_user(). Suggested-by: Dave Airlie <[email protected]> Signed-off-by: Philipp Stanner <[email protected]> Reviewed-by: Ian Abbott <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions