summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/nvm.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-06-30 17:55:58 +0300
committerMika Westerberg <mika.westerberg@linux.intel.com>2020-07-01 13:46:47 +0300
commit4c767ce48cf858971545164c4c53d028e6241c07 (patch)
tree3d3d39467783b85594a86c3c176d7f00c5f01e59 /drivers/thunderbolt/nvm.c
parentdacb12877d9222e0281b8391e3361fd4c7a7435a (diff)
downloadlinux-4c767ce48cf858971545164c4c53d028e6241c07.tar.xz
thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int
The 32 bit int value 512 is being left shifted and then used in a context that expects the expression to be a larger unsigned long. There may be a potential integer overflow, so make 512 a UL before shift to avoid any such issues. Addresses-Coverity: ("Uninintentional integer overflow") Fixes: 3b1d8d577ca8 ("thunderbolt: Implement USB3 bandwidth negotiation routines") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt/nvm.c')
0 files changed, 0 insertions, 0 deletions