diff options
author | Shuah Khan | 2020-01-08 18:24:16 -0700 |
---|---|---|
committer | Greg Kroah-Hartman | 2020-01-09 16:44:26 +0100 |
commit | 585c91f40d201bc564d4e76b83c05b3b5363fe7e (patch) | |
tree | be3a6fed9d606dfb7811a473ef2c49106d287c9f /drivers/usb/cdns3 | |
parent | bc57ecbd72fca37557677a30e717e95abe075ae8 (diff) |
usbip: Fix unsafe unaligned pointer usage
Fix unsafe unaligned pointer usage in usbip network interfaces. usbip tool
build fails with new gcc -Werror=address-of-packed-member checks.
usbip_network.c: In function ‘usbip_net_pack_usb_device’:
usbip_network.c:79:32: error: taking address of packed member of ‘struct usbip_usb_device’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
79 | usbip_net_pack_uint32_t(pack, &udev->busnum);
Fix with minor changes to pass by value instead of by address.
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200109012416.2875-1-skhan@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions