diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-09-29 02:39:35 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-05 13:50:22 +0300 |
commit | b626871a7cda136fc88c11c486c2f87df59d0dee (patch) | |
tree | 15a4986d0437afa35e2a407707dbb6d6824e9774 /drivers/usb/phy | |
parent | c1baf6c591e6901d3422d7a0d0d32ccf29883edf (diff) | |
download | linux-b626871a7cda136fc88c11c486c2f87df59d0dee.tar.xz |
usb: atm: Use struct_size() helper
Make use of the struct_size() helper instead of an open-coded version,
in order to avoid any potential type mistakes or integer overflows that,
in the worse scenario, could lead to heap overflows.
Link: https://github.com/KSPP/linux/issues/160
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20210928233935.GA299525@embeddedor
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy')
0 files changed, 0 insertions, 0 deletions